@charset "shift_jis";

/* ========================================
	common
======================================== */
html,
body {
	height: 100%;
	background-color: #FFFFFF;
}

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

/* ========================================
	#header
======================================== */
#header {
	max-width: 1600px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

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

#header-logo .n3ds {
	position: absolute;
	top: 21px;
	right: 11px;
}

/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;
	background: url(../common/bg_wrapper.gif) repeat left bottom;
	background-attachment: fixed;
	overflow: hidden;
}

/* ========================================
	#main
======================================== */
#main {
	margin: 0 auto;
	width: 960px;
}

/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	width: 100%;
	min-width: 960px;
	margin-top: -22px;
	padding: 19px 0 0;
	z-index: 100;
	position: relative;
	background: url(../common/bg_foot_top.png) no-repeat center top;
}

#footer.foot-noFix {
	margin-top: -119px;
}

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

#footer01 {
	background: url(../common/bg_wrapper.gif) repeat left top;
}

#footer01 .inner {
	position: relative;
}

#gnavi {
	height: 87px;
}

#gnavi .gnavi-logo {
	position: absolute;
	top: 12px;
	left: 6px;
}

#gnavi .gnavi01 {
	position: absolute;
	top: 7px;
	left: 194px;
}

#gnavi .gnavi02 {
	position: absolute;
	top: 7px;
	left: 348px;
}

#gnavi .gnavi03 {
	position: absolute;
	top: 7px;
	left: 503px;
}

#gnavi .gnavi04 {
	position: absolute;
	top: 7px;
	left: 653px;
}

#gnavi .gnavi05 {
	position: absolute;
	top: 7px;
	left: 803px;
}

#footer02 {
	padding: 6px 0 3px;  
	text-align: center;
	background: url(../common/bg_foot02.jpg) repeat-x left top;
}

#footer02 ul {
	width: 310px;
	margin: 0 auto;
}

#footer02 ul li {
	float: left;
}

#footer02 ul li.nintendo {
	padding-right: 14px;
	background: url(../common/line_footer_navi.png) right top no-repeat;
}

/* ========================================
	#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=80);
	-ms-filter: "alpha(opacity=80)";
}