@charset "UTF-8";


/*news*/

.news_block dl {
	clear: both;
	width: 600px;
	margin: 5px 10px;
	padding:15px 0 20px 0;
	background:url(../img/line.gif) repeat-x bottom;
}

.news_block dt {
	float: left;
	width: 20%;
	word-break: break-all;
	color: #8d741f;
	font-weight: bold;
}

.news_block dd {
	float: left;
	width:80%;
}


/*details*/

.news_field {
	width:610px;
	margin:10px 2px 30px;
	clear: both;
}

.news_date {
	display: inline;
	width:100px;
	font-size:85%;
	color:#9f7d07;
	float:right;
	text-align:right;
	padding-right: 4px;
	margin:  -5px 0 15px 0;
}