@charset "utf-8";
/* CSS Document */

#top_block{
	background:url(../image/topic_banner_news.jpg) center top no-repeat;
}
.list_item{
	margin-bottom:6px;
	padding:14px 10px 14px 24px;
	border:#b8c96b 1px solid;
	background:#f7ffd8 url(../image/news_list_bullet.gif) left center no-repeat;
	color:#333333;
}
.news_type{
	padding-right:12px;
}
	.news_type a:link{
		color:#687f00;
		text-decoration:none;
	}
	.news_type a:visited{
		color:#687f00;
		text-decoration:none;
	}
	.news_type a:hover{
		color:#687f00;
		text-decoration:underline;
	}
	
.news_title{
	display:inline-block;
	width:459px;
}
	.news_title a:link{
		color:#333333;
		text-decoration:none;
	}
	.news_title a:visited{
		color:#333333;
		text-decoration:none;
	}
	.news_title a:hover{
		color:#333333;
		text-decoration:underline;
	}
.news_date{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff3c00;
}
.read_more{
	padding-left:20px;
}
/*-------------------------------------------------------*/
#news_detail{
	background-color:#f7ffd8;
}
	#news_detail th{
		padding:12px;
		border-bottom:#FFFFFF 1px dotted;
		text-align:right;
		background-color:#669900;
		color:#FFFFFF;
	}
	#news_detail td{
		padding:12px;
		border-bottom:#99CC00 1px dotted;
		line-height:18px;
	}

#article h2{
	color:#FF6600;
	font-size:16px;
	font-weight:600;
}
