@charset "UTF-8";

/* ---------------------------------------------
news
--------------------------------------------- */
.news {
	width:100%;
	line-height:1.3;
	margin-bottom:23px;
}
.news dl {
}
.news dl dt {
	font-weight:bold;
	width:200px;
	float:left;
	padding:10px 10px 11px;
	background:url(../../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
}	
.news dl dd {
	margin-left:200px;
	padding:10px 10px 11px;
	background:url(../../common/img/bg/bg_dot_grey.gif) repeat-x left bottom;
}
