@charset "shift_jis";

/* ========================================
	common
======================================== */
html {
	/*background: url(../common/bg_foot_gr01.jpg) 0 0 repeat;*/
	background-color: #000;
}

body {
	background-color:#FFF;
}

.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.disnon {
	display: none;
}

.disblock {
	display: block;
}


/* ========================================
	#header-logo
======================================== */
#header-logo {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1800px;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 20;
}

#header-logo .nintendo {
	position: absolute;
	top: 15px;
	left: 15px;
}

#header-logo .hard {
	position: absolute;
	top: 10px;
	right: 7px;
}


/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;
	/*background: url(../common/bg_base.jpg) center 0 repeat;*/
	background-color: #000;
	
	overflow: hidden;
}


#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg1 {
	height: 250px;
	background: url(../common/bg1.jpg) center 0 no-repeat;
}
.bg2 {
	height: 250px;
	background: url(../common/bg2.jpg) center 0 no-repeat;
}
.bg3 {
	height: 250px;
	background: url(../common/bg3.jpg) center 0 no-repeat;
}
.bg4 {
	height: 250px;
	background: url(../common/bg4.jpg) center 0 no-repeat;
}
.bg5 {
	height: 250px;
	background: url(../common/bg5.jpg) center 0 no-repeat;
}
.bg6 {
	height: 250px;
	background: url(../common/bg6.jpg) center 0 no-repeat;
}
.bg7 {
	height: 250px;
	background: url(../common/bg7.jpg) center 0 no-repeat;
}


#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#moon {
	margin: 0 auto;
	min-width: 960px;
	max-width: 1000px;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10;
	
}

.moon-img {
	position: absolute;
	top: 0;
	left: -447px;
}




/* ========================================
	#footer
======================================== */
#footer {
	/*margin-top: -37px;*/
	clear: both;
	width: 100%;
	z-index: 100;
	position: relative;
	background: url(../common/foot_bg.png) center top repeat-x;
}


#footer .footer-top {
	height: 118px;
	margin: 0 auto;
	padding-top: 30px;
	width: 960px;
	position: relative;
}

#footer .footer-logo {
	position: absolute;
	top: 11px;
	left: 0;
}

#footer .footer-gnavi {
	position: absolute;
	top: 0;
	left: 192px;
}

#footer .footer-gnavi li {
	float: left;
	width: 192px;
	height: 118px;
	position: relative;
}

#footer .footer-gnavi li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
	height: 118px;
}

#footer .footer-gnavi .nav-off,
#footer .footer-gnavi .nav-on {
	/*display: block;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
	height: 118px;
}

#footer .footer-gnavi .nav-on {
	display: none;
}

#footer .footer-gnavi li a {
	display: block;
	width: 192px;
	height: 118px;
	position: relative;
}

#footer .footer-pagetop {
	position: absolute;
	top: -28px;
	right: 0;
}


#footer .footer-navi {
	margin: 0 auto;
	width: 260px;
}

#footer .footer-navi li {
	float: left;
}


.footer-fix #footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	z-index: 20;
}



/* ========================================
	#popup
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #FFF;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




