﻿#news ul#list{
	list-style:outside;
	list-style-type:none;
}
#news ul#list li{
	margin:0;
	margin-bottom:1em;
	height:30px;
}
#news ul#list p{
	clear:none;
	font-size:1em;
	line-height: 1.3em;
	margin-bottom:0;
}
#news ul#list p.log{
	color:#999;
	float:left;
	font-size:0.9em;
	height:30px;
	margin-top:0.2em;
	text-align:left;
	width:60px;
}
div.pagination{
	text-align:right;
	float:right;
}
div.pagination.link{
	font-size:1.1em;
}
div#content #news h3{
	border:none;
	font-size:1.2em;
	font-weight:bold;
	margin:1.5em 0 0.1em 0;
	padding:0;
}
#news p.headline{
	color:#666;
}
#news div.text{
	width:500px;
	.width:400px;
}
#news div.detail div.main_text{
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}
#news div.text div.main_text li {
	color: #000;
}

#news div.gallery{
	float:right;
	margin-left:20px;
	width:240px;
}
#news div.gallery p.images_title {
	border-bottom:1px solid #DDDDDD;
	color:#333333;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:3px;
	text-transform:capitalize;
}
#news div.gallery table{
	width:240px;
}
#news div.gallery table td{
	height:120px;
	text-align:center;
	vertical-align:middle;
	width:120px;
}
#news div.gallery table td img{
	background-color:#FFF;
	border:1px solid #DDD;
	border-bottom:1px solid #CCC;
	padding:3px;
}


