html {
}
body {
	background: url(../img/body-bg.jpg) center 10px repeat;
	font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#container {
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}


#header {
	width: 100%;
	min-width: 960px;
	height: 14px;
	background: url(../img/head-bg.png) 0 -40px repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}
#header #header-logo {
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}
#header #header-logo .nintendo {
	position: absolute;
	top: 11px;
	left: 10px;
}
#header #header-logo .hard {
	position: absolute;
	top: 31px;
	right: 130px;
	z-index: 30;
}

/*フッター*/
#footer {
	padding: 20px 0;
	background-color: #000;
	color: #c9caca;
}
#footer #footerInner {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#footer #footerInner ul {
	margin-bottom: 20px;
}
#footer #footerInner ul li {
	display: inline-block;
	padding: 0 10px;
}
#footer #footerInner ul li:first-child {
	padding-left: 0;
	border-right: 1px solid #fff;
}
#footer #footerInner ul li a {
	color: #fff;
	text-decoration: none;
}
#footer #footerInner ul li a.ac,
#footer #footerInner ul li a:hover {
	color: #fff000;
}
#footer #footerInner p {
	padding: 34px 0 5px;
	font-size: 0.8em;
	text-align: center;
}
