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: 100%;
	min-width: 960px;
	position: relative;
}
#header #header-logo {
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}
#header #header-logo .nintendo {
	position: absolute;
	top: 16px;
	left: 10px;
}
#header #header-logo .hard {
	position: absolute;
	top: 16px;
	right: 10px;
}

/*フッター*/
#footer {
    height: 105px;
    background: url(../img/footer-bg.png) 0 0 repeat-x #a50c11;
}
#footer.soundOn {
    margin-bottom: 51px;
}
#footer #footerInner {
	width: 960px;
	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;
}

/*BGM*/
#sound {
    width: 100%;
    background-color: #7c181d;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}
#sound #soundInner {
    width: 960px;
    margin: 0 auto;
    padding: 12px 0;
    text-align: right;
}
#sound #soundInner #soundVolume {
    display: inline-block;
    width: 155px;
    height: 27px;
    background: url(../img/audio1.png) 0 0 no-repeat;
    position: relative;
}
#sound #soundInner #soundVolume span {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
}
#sound #soundInner #soundVolume span#sv0 {
    width: 14px;
    height: 18px;
    text-indent: 100%;
    top: 4px;
    left: 10px;
}
#sound #soundInner #soundVolume span#sv1 {
    width: 8px;
    height: 19px;
    top: 3px;
    left: 28px;
}
#sound #soundInner #soundVolume span#sv2 {
    width: 8px;
    height: 19px;
    top: 3px;
    left: 37px;
}
#sound #soundInner #soundVolume span#sv3 {
    width: 8px;
    height: 19px;
    top: 3px;
    left: 46px;
}
#sound #soundInner #soundVolume span#sv4 {
    width: 8px;
    height: 19px;
    top: 3px;
    left: 55px;
}
#sound #soundInner #soundVolume span#sv5 {
    width: 8px;
    height: 19px;
    top: 3px;
    left: 64px;
}
#sound #soundInner #soundVolume span#svOn {
    width: 21px;
    height: 12px;
    top: 7px;
    left: 88px;
}
#sound #soundInner #soundVolume span#svOff {
    width: 28px;
    height: 12px;
    top: 7px;
    left: 116px;
}
#sound #soundInner #soundVolume span#sv1 img {
    margin-top: 16px;
}
#sound #soundInner #soundVolume span#sv2 img {
    margin-top: 12px;
}
#sound #soundInner #soundVolume span#sv3 img {
    margin-top: 8px;
}
#sound #soundInner #soundVolume span#sv4 img {
    margin-top: 4px;
}
#sound #soundInner #soundVolume span#sv5 img {
    margin-top: 0;
}
#sound #soundInner #soundVolume span#svOn img,
#sound #soundInner #soundVolume span#svOff img{
    margin-top: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
#sound #soundInner #soundVolume span.off img {
    margin-top: 20px !important;
}
#sound #soundInner #soundVolume span#svOn.ac,
#sound #soundInner #soundVolume span#svOff.ac {
    border-bottom: 1px solid #f9b900;
}
#sound #soundInner #soundVolume span#svOn:hover img,
#sound #soundInner #soundVolume span#svOff:hover img,
#sound #soundInner #soundVolume span#svOn.ac img,
#sound #soundInner #soundVolume span#svOff.ac img {
    margin-top: 0;
}
