@charset "utf-8";
/*NEWS*/
.contents_news {
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #999;
}
.contents_newsblock {
	width: 930px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*.contents_newsblock:hover {
	background-color: #e6e6e6;
}*/
.contents_news .newsspace{
	width: 640px;
	height: 3px;
	display: block;
}
.contents_newsblock .newsimg{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #e6e6e6 solid 5px;
}
.contents_newsblock .newsimg2{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #006EB7 solid 5px;
}
.contents_newsblock .newsimg3{
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	border: #FF8040 solid 5px;
}
/*.contents_newsblock:hover .newsimg, .contents_newsblock:hover .newsimg2, .contents_newsblock:hover .newsimg3{
	border: #999 solid 5px;
}*/
.contents_newsblock .newsword{
	overflow: visible;
}
.contents_newsblock .newsword h2{
	border: none;
	font-size: 13px;
	color: #333;
}
.contents_newsblock .newsword h3{
	width: 515px;
	margin-bottom: 10px;
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
}
.contents_newsblock .newsword p{
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
}

#container2 #main #contents .contents_news .news_h3{
	margin: 10px 10px;
	padding: 10px 0px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
#container2 #main #contents .contents_news .news_title {
	font-size: 140%;
	font-weight: bold;
	color: #006fbc;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../img/h_back2.jpg);
	background-repeat: no-repeat;
}
/*feature*/
#container2 #main #contents .contents_news .feature_title {
	height: 33px;
	border: none;
	font-size: 140%;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 0px 10px;
}



.contents_newsblock dl dt {
	color: #006fbc;
	font-size: 12px;
	font-weight: bold;
	width: 930px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.contents_newsblock dl dd {
	font-size: 14px;
	color: #333;
	width: 930px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.contents_newsblock dl:hover {
	background-color: #F5F5F5;
	color: #006fbc;
}
.contents_newsblock dl dd a {
	color: #333;
}
.contents_newsblock dl dd a:hover {
	color: #006fbc;
}
