.page-ancher{
	margin-top:-130px;
	padding-top:130px;
}
/*////section////*/
#ContentsWrapper .section{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EDEDED;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
	text-align: center;
}
#ContentsWrapper table{
	width: 100%;
}
#ContentsWrapper tr{
}
#ContentsWrapper th{
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	vertical-align: top;
	white-space: nowrap;
	background-image: url(../images/bg/bg-table.png);
	background-repeat: repeat;
}
#ContentsWrapper td{
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	background-image: url(../images/bg/bg-table.png);
	background-repeat: repeat;
	vertical-align: top;
}
#ContentsWrapper dl{
	font-size: 14px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	padding-top: 8px;
	padding-bottom: 8px;
}
#ContentsWrapper dt{
	float: left;
}
#ContentsWrapper dd{
	float: right;
}
/*section_color*/
#ContentsWrapper .bg1{
	background-color: #FFF;
}
#ContentsWrapper .bg2{
	background-image: url(../images/bg/eggshell.jpg);
	background-repeat: repeat;
}

.index_banner{
	position:relative;
}
.index_banner img{
	width:100%;
	vertical-align:top;
}
.index_banner a{
	display:block;
	position:absolute;
	width:22%;
	height:81.2%;
}
.index_banner.index_banner1 a{
	top:9%;
	left:39%;
}
.index_banner.index_banner2 a{
	top:11%;
	left:39%;
}
.index_banner.index_banner3 a{
	top:6.9%;
	left:39.2%;
}
