/* CSS Document */

/* news
----------------------------------------------------------- */
#news{
	width:572px;
}
#news .news-item{
	padding:20px 0 20px 0;
}
#news h2{
	background:url(images/bg_top_head_01.jpg) no-repeat left top;
	width:572px;
	height:50px;
	text-indent:-3000px;
	margin-bottom:0px;
}
#news h3 img{
	vertical-align:top;
}
#news .news-item{
	border-bottom:1px dotted #CCCCCC;
}
#news dl{

}
#news dt{
	background:url(images/bg_blt_circle_01.gif) no-repeat left center;
	padding-left:20px;
	width:60px;
	height:20px;
	float:left;
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#news dd{
	margin:0px;
	height:20px;
	width:300px;
	float:left;
	margin-bottom:5px;
	font-size:0.8em;
}
