@charset "utf-8";
/* CSS Document */
@import"../common/css/0-import.css";
#conts {
	padding-bottom: 51px;
	font-size: 12px;
	line-height:2;
	color:#666;
}

#conts h2 {
	margin: 2px 0 13px 2px;
}

#conts h3 {
	margin: 0 0 1px 43px;
}

#conts p {
	line-height: 20px;
	color:#666;
}

#conts p.mb10 {
	margin-bottom: 10px;
}

#conts p.mb46 {
	margin-bottom: 46px;
}

#conts .boxA {
	padding: 21px 10px 30px 11px;
	margin-bottom: 44px;
	background: #f1f3e1;
	overflow: hidden;
}

#conts .boxA .leftBox {
	width: 223px;
	float: left;
}

#conts .boxA .rightBox {
	width: 224px;
	float: right;
}

#conts .boxA .sBox {
	margin-bottom: 31px;
}

#conts .boxA .mb33 {
	margin-bottom: 33px;
}

#conts .boxA .mb0 {
	margin-bottom: 0;
}

#conts .boxA .sBox p {
	padding: 0 0 5px 85px;
	font-size: 10px;
	line-height: 14px;
	border-bottom: 1px solid #8ec31f;
}

#conts .boxA .sBox h3 {
	margin-bottom: 7px;
}

#conts .boxA .sBox img.floatL {
	margin-top: 1px;
	display: block;
}

#conts .boxA .rightBox .sBox img.mt0 {
	margin-top: 0;
}

#conts .boxA .sBox span {
	margin: 5px 0 0 0;
	display: block;
	text-align: right;
}

#conts dl {
	margin: 0 0 14px 43px;
}

#conts dl dt {
	padding-left: 2px;
	float: left;
	clear: left;
}

#conts dl dd {
	padding: 0 0 5px 74px;
	_padding: 0 0 5px 71px;
	border-bottom: 1px solid #ccc;
}

#conts dl.mb0 {
	margin-bottom: 0;
}



/* MT更新部分
---------------------------------------------- */

#conts .topnews-l {
	width: 273px;
	float: left;
		padding: 0 0 0px 0px;
}
#conts .topnews-r {
	width: 100px;
	float: right;
		padding: 10px 0px 0px 0px;
}


#conts dl.newsList {
	margin: 0 0 0px 43px;
	clear: both;
}

#conts dl dt.newsTit {
	padding: 2px 0px 0px  2px;
	color: #7aa915;
	
}

#conts dl dd.newsCol {
	padding: 0 0 5px 0px;
	border-bottom: 1px solid #ccc;
	clear: both;	
}

.newsCol a:link {
	color:#666;
	text-decoration: none;
}
.newsCol a:visited{
    color:#666;
	text-decoration: none;
}
.newsCol a:hover {
	color:#666;
	text-decoration: underline;
}

.newsCol a:active {
    color:#666;
	text-decoration: none;
}

