@charset "UTF-8";
.news_title {
	background-image: url(../../images/news_title.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#container .news_box {
	padding-right: 10px;
	padding-left: 10px;
}
.news_box .day {
	font-size: 12px;
	color: #0066FF;
	width: 100px;
	float: left;
}
#container .news_box dd {
	margin: 0px;
	float: left;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
