@charset "shift_jis";

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

body {
	background-color:#FFF;
}

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

.disnon {
	display: none;
}

.disblock {
	display: block;
}


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

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

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


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

#bg-sky {
	background: url(../common/bg_sky.jpg) 0 0 repeat-x;
}

#bg-cloud {
	position: absolute;
	top: 0;
	height: 202px;
	width: 100%;
	background: url(../common/bg_cloud.png) center 0 no-repeat;
}

#bg-flower {
	position: absolute;
	top: 389px;
	height: 111px;
	width: 100%;
	background: url(../common/bg_flower.png) center 0 no-repeat;
}

#bg-mountain {
	position: absolute;
	top: 262px;
	height: 346px;
	width: 100%;
	background: url(../common/bg_mountain.png) center 0 no-repeat;
}

#bg-landscape01 {
	position: absolute;
	top: 457px;
	height: 293px;
	width: 100%;
	background: url(../common/bg_landscape01.png) center 0 repeat-x;
}
#bg-tree {
	position: absolute;
	top: 327px;
	height: 279px;
	width: 100%;
	background: url(../common/bg_tree.png) center 0 no-repeat;
}

#bg-landscape02 {
	position: absolute;
	top: 551px;
	height: 202px;
	width: 100%;
	background: url(../common/bg_landscape02.png) center 0 repeat-x;
}

#bg-landscape03 {
	position: absolute;
	top: 629px;
	height: 146px;
	width: 100%;
	background: url(../common/bg_landscape03.png) center 0 repeat-x;
}

#bg-ground01 {
	position: absolute;
	top: 670px;
	height: 110px;
	width: 100%;
	background: url(../common/bg_ground01.png) center 0 repeat-x;
}


#container {
	margin: 0 auto ;
	/*padding-bottom: 234px;*/
	width: 960px;
	position: relative;
}


/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	width: 100%;
	z-index: 100;
	position: relative;
}

#footer .inner {
	position: relative;
}

#footer .footer-top {
	height: 141px;
	background: url(../common/bg_foot_ground01.png) center top repeat-x;
}

#footer .footer-logo {
	position: absolute;
	top: 51px;
	left: 39px;
}

#footer .footer-logo a {
	display: block;
	position: relative;
	top: 0;
}

#footer .footer-gnavi {
	position: absolute;
	top: 51px;
	left: 281px;
}

#footer .footer-gnavi li {
	padding-right: 9px;
	float: left;
	width: 137px;
	position: relative;
}

#footer .footer-gnavi li a {
	display: block;
	position: relative;
	top: 0;
	z-index: 10;
}

#footer .navi-egg {
	position: absolute;
	top: -14px;
	left: 54px;
}

#footer .footer-pagetop {
	position: absolute;
	top: 65px;
	left: 871px;
}

#footer .footer-pagetop a {
	display: block;
	position: relative;
	top: 0;
}

#footer .footer-btm {
	background: url(../common/bg_foot_gr01.jpg) 0 0 repeat;
}

#footer .footer-btm-bg01 {
	height: 52px;
	background: url(../common/bg_foot_gr02.jpg) center top repeat-x;
}

#footer .footer-copyright {
	position: absolute;
	top: 22px;
	left: 40px;
}

#footer .footer-navi {
	position: absolute;
	top: 22px;
	right: 40px;
}

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


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


/* ========================================
	#smpfooter
======================================== */
.smpfooter {
	clear: both;
	width: 100%;
	z-index: 100;
	position: relative;
	display: none;
}

.smpfooter .smp-inner {
	margin: 0 auto;
	width: 960px;
}

.smpfooter .smpfooter-top {
	height: 491px;
	background: url(../common/bg_foot_ground01.png) center top repeat-x;
}

.smpfooter .smp-navi {
	padding: 49px 0 0 38px;
}

.smpfooter .smp-navi li {
	float: left;
	padding: 0 13px 13px 0;
	width: 438px;
}

.smpfooter .smp-navi02 {
	position: absolute;
	top: 341px;
}

.smpfooter .smp-navi02-logo {
	position: absolute;
	top: 0;
	left: 297px;
}

.smpfooter .smp-navi02-pagetop {
	position: absolute;
	top: 17px;
	left: 830px;
}

/* ========================================
	#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)";
}




