@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi01 a img,
#mainImage .inner .btn a:hover img,
#container .section .detail:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#gNavi {
	margin-bottom: 37px;
}

#container {
	clear: both;
	background: url(../img/index/container_bg.png) repeat-x left top;
}

#mainImage {
	padding-top: 104px;
	margin: 0 auto 22px;
	width: 900px;
	position: relative;
	text-align: left;
	min-height: 246px;
}

	*html #mainImage {
		height: 246px;
	}

#mainImage .pos01 {
	position: absolute;
	left: 0;
	top: 0;
}

#mainImage .inner {
	margin: 0 118px;
	width: 302px;
	position: relative;
	z-index: 9999;
	text-align: center;
	background: url(../img/index/inner_bg.png) no-repeat left bottom;
}

#mainImage .inner h2 {
	margin: 0 auto;
	padding: 7px 0 10px 3px;
	width: 273px;
}

#mainImage .inner p {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 1.52;
}

#mainImage .inner .btn {
	padding: 8px 0 14px 32px;
	margin: 0 auto;
	width: 190px;
}

#mainImage .inner .btn a {
	display: block;
	width: 190px;
	background: url(../img/index/btn01_on.jpg) no-repeat;
}

#main {
	padding-bottom: 35px;
	width: 900px;
}

#container .section {
	margin: 0 auto 40px;
	width: 920px;
	clear: both;
	text-align: left;
}

#mainImage img,
#container .section img,
#main .rsault img {
	display: block;
}

#container .section .inner {
	padding: 0 7px 0 11px;
	float: left;
	width: 212px;
}

#container .section .inner .floatL {
	margin-top: 2px;
}

#container .section dl {
	float: right;
	width: 132px;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 1.52;
}

#container .section dl dt {
	margin: 0 3px 7px 0;
	padding-bottom: 11px;
	background: url(../img/common/line01.png) repeat-x left bottom;
}

#container .section .detail {
	margin-top: 6px;
	display: block;
	width: 208px;
	clear: both;
	background: url(../img/index/detail_on.png) no-repeat;
}

#conts {
	width: 561px;
}

#conts h2 {
	margin-bottom: 24px;
}

#conts .news {
	margin: 0 0 0 20px;
	padding-top: 10px;
	font-size: 12px;
	background: url(../img/common/line01.png) repeat-x left top;
	min-height:100px;
	height:auto !important;
	height:100px;
}

#conts .news dt {
	padding-left: 14px;
	float: left;
	background: url(../img/common/icon/icon02.gif) no-repeat left center;
}

#conts .news dd {
	padding: 0 0 10px 8em;
	margin-bottom: 10px;
	word-wrap: break-word;
	background: url(../img/common/line01.png) repeat-x left bottom;
}

	*html #conts .news dd {
		text-indent: -3px;
	}

#conts .news dd a,
#main .rsault p a {
	text-decoration: underline;
}

#main .rsault {
	float: right;
	width: 286px;
}
#main .rsault a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	background: #fff;
}
#footer .fInner {
	padding-top: 15px;
	background: #d8d5c4 url(../img/index/footer_bg.png) repeat-x left top;
}

#footer .pagetop {
	width: 902px;
}

#footer .pagetop a {
	padding: 6px 5px 5px 35px;
	margin: 0 0 -1px;
	width: 95px;
	background-image: url(../img/index/pagetop_bg.png);
}

#footer .pagetop a:hover {
	background-image: url(../img/index/pagetop_over_bg.png);
}

