@charset "utf-8";
@import url("import.css");

/* #news
============================================================================================================ */
.index #contents {
	background:url(../img/bg-leaf_top.png) no-repeat bottom right;
}

#infoBox{
	text-align:left;
	margin:0 auto;
	padding-bottom: 30px;
}

#infoBox ul#info{
	margin:0 0 0 30px;
}

*:first-child+html #infoBox ul#info{ /*IE7用のハック*/
	margin:-15px 0 0 30px;
}

#infoBox ul#info li.txt{
	margin: 3px 0 20px 0;
}

*html #infoBox ul#info li.txt { /*IE6用のハック*/
	margin: 0px 0 10px 0;
}

*:first-child+html #infoBox ul#info li.txt{ /*IE7用のハック*/
	margin: 0px 0 6px 0;
}


#bottomContentsNews{
	clear:both;
	width:100%;
	background: #fff;
	position:relative;
	margin: 0 0 32px 0;
	height: 149px;
}

#bottomContentsNews:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#bottomContentsNews #bottomContentsBody{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:20px 0;
	background:url(../img/bg-leaf_bottom.png) no-repeat top right #fff;
}

#bottomContentsNews #newsBox {
	position:absolute;
}

#bottomContentsNews #bnrBox {
	padding:0 0 0 360px;
}

#bottomContentsNews #newsBox h3 { margin: 0 0 8px 30px; line-height:0; }

#bottomContentsNews #newsBox dl{
	width:740px;
	color:#409d65;
	margin: 0 0 0 30px;
	line-height: 1.6;
}

#bottomContentsNews #newsBox dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#bottomContentsNews #newsBox dt{
	float:left;
	margin:0 10px 0 0;
	width:75px;
}

#bottomContentsNews #newsBox dd{
	float:left;
	width:655px;
}

#bottomContentsNews #newsBox p.list{
	margin:5px 0 0 30px;
	font-size:0.8em;
	clear: both;
}

#bottomContentsNews #newsBox a:link, #bottomContentsNews #newsBox a:visited {
	color:#409d65;
	text-decoration:underline;
}
#bottomContentsNews #newsBox a:hover, #bottomContentsNews #newsBox a:active {
	color:#00682e;
	text-decoration:none;
}
