@charset "Shift_JIS";

#wrapper {
	padding: 10px;
}

#header {
	position: relative;
	zoom: 1;
	font-size: 12px;
}

#main {
	margin-top: 10px;
	background: url(../images/index/bg_index.gif) repeat-y;
	font-size: 12px;
}
#main .end {
	margin-left: 20px;
}
#report {
	position:relative;
	background: url(../images/index/bg_main.gif) no-repeat;
	height:599px;
}

#main .reportListTtl {
	position: relative;
	top: -5px;
	margin-left: 125px;
	height: 63px;
}
#main p{
	padding: 0 50px 10px;
	
}
#reportPoint {
	position: relative;
	width: 435px;
	float:left;
	padding: 10px 0 20px 53px;
}
#main .product {
	position: relative;
	width: 172px;
	float: right;
	padding:10px 50px 20px 20px;
}
#main .product .mb_0 {
    margin-bottom: 0;
}
#main .product img {
	margin-bottom: 10px;
}
#main .reportList {
	position: relative;
	font-size: 12px;
	background: url(../images/index/bg_main.gif) no-repeat;
}
#main .reportList li {
	position: absolute;
	top: 0;
	width: 218px;
}
#main .reportList li.item01 {
	left: 20px;
}
#main .reportList li.item02 {
	left: 256px;
}
#main .reportList li.item03 {
	left: 492px;
}
#main .reportList li dl {
	margin: 0 10px;
}
#main .reportList li dl dt {
	padding-top: .25em;
	padding-bottom: .2em;
	color: #DB8000;
	font-weight: bold;
	border-top: 1px dotted #ADAB98;
}
#main .reportList li dl dd {
	padding-bottom: .5em;
}
#main .reportList li .detail {
	position: absolute;
	top: 370px;
	left: 10px;
	margin-bottom:10px;
}
#main .reportList li .detail2 {
	position: absolute;
	top: 430px;
	left: 10px;
	margin-bottom:10px;
}

.toPageTop {
	margin: 15px 15px 30px;
	text-align: right;
}

