/*▼main_layout
------------------*/


/*header*/

#header{
	width: 800px;
	height: 60px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}

#header ul{
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header ul li a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	list-style-type: none;	
}

/* header_gust */
#header ul li#headerNaviGust{
	position: absolute;
	top: 9px;
	left: 10px;
	list-style-type: none;
}
#header ul li#headerNaviGust a{
	width: 127px;
	height: 33px;
	list-style-type: none;
	background-image: url(../img/header/h_gust_01.html);
	background-repeat: no-repeat;
}

/* header_banpresto */
#header ul li#headerNaviBanpre{
	position: absolute;
	top: 9px;
	left: 139px;
	list-style-type: none;
}
#header ul li#headerNaviBanpre a{
	width: 60px;
	height: 33px;
	list-style-type: none;
	background-image: url(../img/header/h_banpresto_01.html);
	background-repeat: no-repeat;
}

/* header_arportal2 */
#header ul li#headerNaviHeat2{
	position: absolute;
	top: 0px;
	left: 3px;
	list-style-type: none;
}
#header ul li#headerNaviHeat2 a{
	width: 133px;
	height: 60px;
	list-style-type: none;
	background-image: url(../img/header_bt_01.jpg);
	background-repeat: no-repeat;
}


/* header_arpotal */
#header ul li#headerNaviArp{
	position: absolute;
	top: 4px;
	left: 680px;
	list-style-type: none;
}
#header ul li#headerNaviArp a{
	width: 94px;
	height: 21px;
	list-style-type: none;
	background-image: url(../img/header/h_arp_bt_01.html);
	background-repeat: no-repeat;
}
/* header_at2 */
#header ul li#headerNaviAt2{
	position: absolute;
	top: 24px;
	left: 680px;
	list-style-type: none;
}
#header ul li#headerNaviAt2 a{
	width: 156px;
	height: 22px;
	list-style-type: none;
	background-image: url(../img/header/h_at2_bt_01.html);
	background-repeat: no-repeat;
}

/*header*/

/*main*/
#main{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background:url(../img/bg_01.jpg)
	background-repeat:repeat-y;
	top: 0px;
}

#mainBG{
	margin: 10px 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background:#FCFDF6;
	border: 1px solid #007b80;
	list-style: none;
	font-size: small;
	line-height: 1.5;
	text-align:center;
}
#mainBG ul{
	margin: 0;
	line-height: 14px;
	padding-left: 30px;
	padding-right: 10px;
	list-style-type: disc;
	color: #666666;
	}
	
	
/*main*/


/*footer*/

#footer{
	width: 100%;
	height: 65px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}


#footerCopyright{
	position: relative;
	width: 800px;
	height: 65px;
	margin: 0 auto;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}


/*footer*/

/*▲main_layout
------------------*/