@charset "UTF-8";

/* ========================================
	common
======================================== */
.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#top_bg {
	background: url(../common/gnavi_bg2.png) center 0 no-repeat;
}

/* ========================================
	#header-logo
======================================== */
#header-logo {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	top: 0;
	z-index: 20;
}

#header-logo .nintendo {
	position: absolute;
	top: 20px;
	left: 21px;
}

#header-logo .hard {
	position: absolute;
	top: 15px;
	right: 17px;
}

/* ========================================
	#gnavi
======================================== */
#gnavi {
	width: 100%;
	height: 120px;
	background: url(../common/gnavi_bg.png) center 0 no-repeat;
}

.gnavi01,
.gnavi02,
.gnavi03 {
	position: absolute;
	top: 19px;
}

.gnavi01.cr,
.gnavi02.cr,
.gnavi03.cr {
	top: 0;
}

.gnavi-logo {
	position: absolute;
	top: 0;
	left: 80px;
}

.gnavi01 {
	left: 252px;
}

.gnavi02 {
	left: 459px;
}

.gnavi03 {
	left: 666px;
}


/* ========================================
	#contents
======================================== */
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	position: relative;
	overflow: hidden;
}

#contents {
	width: 100%;
	padding-bottom: 35px;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/* ========================================
	#footer
======================================== */
#footer {
	width: 100%;
	background: url(../common/footer_bg01.png) center 0 repeat-x;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

#footer-inner {
	/*margin-top: 5px;*/
	background: #341a14 url(../common/footer_bg02.jpg) center 0 no-repeat;
}

#footer .footer-navi {
	padding: 25px 0 23px 0;
}

#footer .footer-navi li {
	display: inline;
	color: #FFF;
	line-height: 1;
}

.footer-pagetop {
	position: absolute;
	top: -35px;
	right: 20px;
}
.footer-pagetop-bg {
	position: absolute;
	top: -22px;
	right: -56px;
}


/* ========================================
	#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;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	cursor: pointer;
}

/* ========================================
	modal
======================================== */
#modal {
	display: none;
	position: absolute;
		z-index: 9200;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

