@charset "shift_jis";

/* ========================================
	common
======================================== */
/* ----- LINK COLOR ----- */
a:link, a:visited {
	text-decoration: none;
	color: #5F3713;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #5F3713;
	outline: none;
}

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

a:hover img.alpha{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ========================================
	#header
======================================== */
#header {
	width: 100%;
	min-width: 960px;
	height: 157px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

#header-logo {
	margin: 0 auto;
	min-width: 960px;
	max-width: 2000px;
	width: auto;
	position: relative;
	z-index: 20;
}

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

#header-logo .wiiu {
	position: absolute;
	top: 8px;
	right: 14px;
}

/* ========================================
	#gnavi
======================================== */
#gnavi {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 157px;
}

#gnavi .logo {
	position: absolute;
	top: 25px;
	left: 373px;
}

#gnavi ul {
	padding-top: 42px;
}
#gnavi li {
	float: left;
	padding-top: 24px;
}
#gnavi li.gnavi03 {
	margin-left: 206px;
}
#gnavi li.here {
	padding-top: 0;
}


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

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

/* ========================================
	#footer
======================================== */
#footer {
	clear: both;
	width: 100%;
	min-height:100%;
	color: #5F3713;
	background-color: none;
}

#footer .foot-inner {
	background: url(../common/footer_bg01.png) no-repeat center 65px;
	height: 107px;
}

* html #footer .foot-inner {
	height: 106px;
}

#footer .foot-inner .inner {
	position: relative;
}

#footer .foot-inner02 {
	background: url(../common/footer_bg02.jpg) repeat-y center  0;
}

#footer .footnavi {
	padding: 0 0 20px 0;
	text-align: center;
}

#footer .footnavi span {
	text-decoration: underline;
}

#footer .footnavi span.cs {
	color: #B0997F;
	text-decoration: none;
}

#footer ul {
	margin: 0 auto;
	text-align:center;
	padding: 0 0 20px 0;
}

#footer ul li {
	display: inline;
	text-align: center;
	padding-left: 15px;
}

#footer .pagetopArea {
	position: absolute;
	top: 0;
	left: 796px;
	width: 164px;
	height: 77px;
	overflow: hidden;
	z-index: 10;
}

#footer .pagetop {
	position: absolute;
	top: 9px;
}


