@charset "UTF-8";

/* ========================================
	common
======================================== */
html {
	background-color: #FFF;
}

body {
	background-color: #FFF;
}

.disnon {
	display: none;
}

.disblock {
	display: block;
}


/* ========================================
	#header
======================================== */
#header {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	top: 0;
	z-index: 10;
}
#header .nintendo {
	position: absolute;
	top: 14px;
	left: 20px;
}

#header .hard {
	position: absolute;
	top: 10px;
	right: 15px;
}

/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;
	overflow: hidden;
}

#contents {
	width: 100%;
	background-color: #FFF;
}

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

/* ========================================
	#footer
======================================== */
#footer {
	width: 100%;
	background: url(../common/footer_bg01.png) center 0 repeat-x;
	margin-top: -7px;
	padding-top: 7px;
	text-align: center;
}

.footer-inner {
	background: #4AC9C6 url(../common/footer_bg02.gif) center 0 repeat;
	padding: 20px 0;
}

#footer .footer-navi li {
	display: inline;
	color: #FFF;
}



/* ========================================
	#footer-area
======================================== */
#footer-area .foot-pagetop {
	width: 49px;
	height: 46px;
	position: absolute;
	top: -50px;
	right: -3px;
}

#footer-area .foot-pagetop a {
	display: block;
}

#footer-area .foot-pagetop .nav-off {
	position: absolute;
	top: 0;
	left: 0;
}

#footer-area .foot-pagetop .nav-on {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


#footer-area {
	width: 100%;	
}

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


/* ========================================
	#foot-navi
======================================== */
#foot-navi {
	height: 129px;
    background: url("../common/navi_bg.png") repeat scroll center top transparent;
}

#foot-navi .foot-obi {
	height: 25px;
	background: url(../common/foot_obi.png) center top repeat-x;
}

#foot-navi .foot-logo {
	position: absolute;
	top: 54px;
	left: 0;
}
#foot-navi .foot-navi1 {
	position: absolute;
	top: 27px;
	left: 189px;
}
#foot-navi .foot-navi2 {
	position: absolute;
	top: 22px;
	left: 384px;
}

#foot-navi .foot-navi3 {
	position: absolute;
	top: 27px;
	left: 580px;
}

#foot-navi .foot-navi4 {
	position: absolute;
	top: 25px;
	left: 774px;
}

#foot-navi .foot-navi1 .nav-on,
#foot-navi .foot-navi2 .nav-on,
#foot-navi .foot-navi3 .nav-on,
#foot-navi .foot-navi4 .nav-on{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


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