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

#container {
    width: 100%;
	overflow: hidden;
}


#header {
	width: 640px;
    margin: 0 auto;
	position: relative;
}
#header #header-logo {
    height: 46px;
	margin: 0 auto;
	position: relative;
}
#header #header-logo .nintendo {
	position: absolute;
	top: 19px;
	left: 10px;
}
#header #header-logo .hard {
	position: absolute;
	top: 19px;
	right: 10px;
}

/*フッター*/
#footer {
    height: 105px;
    background: url(../img/footer-bg.png) 0 0 repeat-x #a50c11;
}
#footer #footerInner {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
#footer #footerInner ul:first-child {
    position: absolute;
    right: 0;
    top: 24px;
}
#footer #footerInner ul {
	display: table;
}
#footer #footerInner ul li {
	display: table-cell;
	padding: 0 10px;
    vertical-align: middle;
}
#footer #footerInner ul li:first-child {
	padding-left: 0;
	border-right: 1px solid #e7bf5d;
}
#footer #footerInner ul li a {
    display: block;
    height: 16px;
	color: #e7bf5d;
	text-decoration: none;
}
#footer #footerInner ul li a.ac,
#footer #footerInner ul li a:hover {
	border-bottom: 1px solid #e7bf5d;
}
#footer #footerInner p {
    position: absolute;
    top: 70px;
    right: 0;
}
