* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

body {
    background-color: #121212;
}

/*
.background-hack {
	z-index:-1;
    background-color:#000000;
	background-image:url(/sp/img/bg.jpg);
    background-repeat:repeat;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:50% 0%;
}
*/
#wrap {
    max-width: 1000px;
    margin: 0px auto;
}

#wrap #cover {}

#wrap #cover img {
    width: 100%;
}

#enter {
    width: 100%;
}

#enter li {
    width: 50%;
    float: left;
}

#enter li a {
    display: block;
    margin: 10px;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #5f4a1f;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.01, #000000), color-stop(0.46, #353b3b), color-stop(0.02, #000000));
    background: -webkit-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -moz-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -o-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: -ms-linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
    background: linear-gradient(top, #000000 2%, #353b3b 46%, #000000 101%);
}

#enter li a span {
    display: block;
    font-size: 13px;
}

#enter a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    color: #f66;
}

#footerWrap {
    width: 100%;
}

#footer {
    position: relative;
    max-width: 1000px;
    margin: 10px auto 0px auto;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

#footer p {
    color: #fff;
}

#footer p a {
    color: #f66;
    text-decoration: none;
}

#footer h1 {
    color: #444444;
    background-color: #ac8940;
    line-height: 25px;
    height: 25px;
}

ul#footer_banner li {
    width: 50%;
    float: left;
}

ul#footer_banner {
    margin: 0px auto;
}

ul#footer_banner li a {
    display: block;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
}

ul#footer_banner li a img {
    width: 100%;
}

#footerBottom {
    position: relative;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    text-align: center;
    background-color: #262626;
}

#footerBottom p {
    color: #fff;
}

#footerBottom p.copy {
    font-size: 8px;
}

#footerBottom p a {
    color: #f66;
}

hr {
    margin: 5px 5px 0px 5px;
}

.newyear_notice {
    position: relative;
    max-width: 680px;
    margin: 20px auto;
    width: 96%;
}

.newyear_notice dl {
    padding: 20px 10px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
}

.newyear_notice dl dt {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 13px;
}
