html {
}
body {
	font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#container {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
}


#header {
	height: 8px;
	background: url(../img/head-bg.png) 0 -60px repeat-x;
}
#header #header-logo {
	position: relative;
}
#header #header-logo .nintendo {
	position: absolute;
	top: 12px;
	left: 10px;
}
#header #header-logo .hard {
	position: absolute;
	top: 22px;
	right: 10px;
	z-index: 10;
}

/*フッター*/
#footer {
	padding: 38px 30px;
	background-color: #000;
	color: #c9caca;
}
#footer #footerInner {
	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;
}
