@charset "utf-8";
/*----------------------------------------------------------
	File Name     news.css
*/
/*----------------------------------------------------------
	unitNews
-----------------------------------------------------------*/
div#unitNews dl {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(../images/common/line_dot.gif) repeat-x 0 100%;
}
div#unitNews dl dt {
	float: left;
	width: 80px;
	background: url(../images/common/icon_arrow1.gif) no-repeat 0 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 8px;
	color: #243D90;
}
div#unitNews dl dd {
	float: left;
	width: 840px;
	font-size: 12px;
	line-height: 1.4em;
}
