
/**********************************************************/
/*                   news                              */
/**********************************************************/
#news .news_box {
	margin:					0px 0px 30px;
	padding-bottom:			30px;
	background:				url(../img/line_dot.gif) repeat-x bottom;
	font-size:11px;
	line-height:1.5;
}
#news  del{
	color:red !important;
}
html*#news .news_box{font-size:11px;}

#news .news_box dl{
	padding-bottom:			30px;
}
#news .news_box dl dt{
	font-size:23px;
	font-weight:bold;
	letter-spacing:-1.5pt;
	padding:0px 0px 0px 0px;
	margin:		0px 0px 25px;
}
#news .news_box dl dt span{
	font-size:12px;
	display:block;
	color:#666;
	font-weight:100;
	letter-spacing:0pt;
	font-weight: normal;
}
#news .news_box dl dd{
	margin-bottom:10px;
}
#news .news_box dl dd img{
	margin-bottom:15px;
}
