@charset "utf-8";
/* CSS Document */



/*ニュースエリア*/
.news_area {
	clear: both;
	width: 490px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.news_area dl {
	display: block;
	clear: both;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	overflow: hidden;
}
.news_area dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/title_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 470px;
	overflow: hidden;
	display: block;
}
.news_area dl dt a {
	color: #423200;
	text-decoration: underline;
	font-weight: bold;
}
.news_area dl dt a:hover {
	color: #807C00;
	text-decoration: underline;
	font-weight: bold;
}


.news_area dl dd {
	display: block;
	margin: 0px;
	clear: both;
	width: 460px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 135%;
	color: #333;
	background-image: url(../images/title_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
}.news_even {
	background-color: #EBEFF1;
}

