@charset "shift_jis";

#pksc {
	background: url(../common/body_bg.jpg) center 141px;
}

/* ========================================
	#header
======================================== */
#header-logo {
	position: relative;
	width: 100%;
	min-width: 960px;
	height:56px;
	margin:0 auto;
	background-color:#000;
}

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

#header-logo .wiiu {
	position: absolute;
	top: 13px;
	right: 15px;
}

#globalMenu {
	height:85px;
	background: url(../common/globalinner_bg.jpg) top repeat-x;	
}

#globalMenu .globalinner {
	width:960px;
	height:85px;
	margin:0 auto;
	background: url(../common/global_bg.png) center top no-repeat;
}

#globalMenu h1 {
	float:left;
	display: inline;
	margin-left:23px;
}

#globalMenu ul {
	margin-top:18px;	
}

#globalMenu ul li {
	float:left;
	margin-right:4px;
}


/* ========================================
	#main
======================================== */

#main {
	position: relative;
	width:960px;
	margin:0 auto;
	padding-bottom:35px;
}

#main .pageTitle {
	height:100px;
	background: url(../common/page_title_bg.png) center repeat-y;
}

#main .pageTitle h2 {
	padding:0 0 0 110px;
}

#main .mainInner {
	background: url(../common/main_bg.gif) center repeat-y;
}

#main .mainInner .mainInner2 {
	padding-bottom:30px;
	background: url(../common/main_bg2.gif) center bottom no-repeat;	
}

/* ========================================
	#footer
======================================== */
#footer {
	position: relative;
	width: 100%;
	min-width: 960px;
	margin:0 auto;
	background: url(../common/footer_bg.gif) bottom repeat-x;
}

#footer .footerMenu {
	background-color:#FFF;
	text-align:center;
	padding:15px 0;
	
}

#footer .footerMenu ul li {
	display: inline;
	line-height:1.25;
	color:#343434;
}

#footer .footerMenu ul li span.this {
	text-decoration:underline;
}

#footer .footerMenu ul li span {
	margin:0 7px;	
}

#footer .footerMenu ul li a:link,
#footer .footerMenu ul li a:visited {
	color:#343434;
	text-decoration:none;
}

#footer .footerMenu ul li a:hover,
#footer .footerMenu ul li a:active {
	color:#343434;
	text-decoration:underline;
}


#footer .footerMenu2 {
	position: relative;
	width: 960px;
	height:50px;
	margin:0 auto;
}

#footer .footerMenu2 ul {
	text-align:center;
	padding-top:15px;
}

#footer .footerMenu2 ul li {
	display: inline;
	margin-right:20px;
}

#footer .footerMenu2 p {
	position: absolute;
	right:0;
	bottom:10px;
}