*{margin: 0;padding: 0}
a { text-decoration : none;color: #fff}
ul, ol { list-style : none}
ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;font-weight: normal}
div{margin: 0;padding: 0}
img{ vertical-align : middle;max-width: 100%}
img,a img,iframe{border: none}
strong{font-weight: normal}
a:hover{
    text-decoration: underline;
}
html, body {
    _zoom:1;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: #000;
    min-width: 960px;
    min-height: 800px;
    white-space: nowrap;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.clearfix:after {
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:".";
}

/********************************
            wrapper
********************************/

/* wrapper */
#exterior_wrapper {
    position:relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 800px;
    background-color: #e6ddd4;
}
#interior_wrapper{
    position:relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
}
section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 1000;
}

/********************************
            bg
********************************/
.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 800px;
    right: -24px;
    bottom: 0;
    background-repeat: no-repeat;
}
#bg_top{
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    background: url(image/bg_top.png?a) repeat-x;
}
#bg_bottom{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: url(image/bg_bottom.png?a) repeat-x;
}
#bg{
    background-image: url("image/bg_h1.png");
    width: 815px;
    height: 771px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.popup_bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
}

/********************************
            container
********************************/
.container{
    position: absolute;
    width: 765px;
    height: 670px;
    left: 50%;
    top: 50%;
    margin-left: -382px;
    margin-top: -335px;
}
#menu_wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 158px;
    height: 560px;
    padding-left: 17px;
}
#logo{
    padding: 15px 0 7px;
    margin-left: -4px;
}
nav{
    position: absolute;
    width: 160px;
    height: 300px;
    top: 120px;
    left: 0;
}
nav ul li{
    position: absolute;
    height: 40px;
    background-position: center top;
    cursor: pointer;
}

/********************************
            contents
********************************/
.container{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -350px;
    width: 700px;
    height: 700px;
}
.container h2{
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 45px;
}

.close{
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-left: 300px;
    margin-top: -300px;
    width: 53px;
    height: 52px;
    background: url("image/close.png") no-repeat;
}

/**
 tracklist
**/
#tracklist_container{
    margin: 185px 0 0 73px;
    position: relative;
}
#tracklist_container li{
    height: 28px;
    line-height: 28px;
    font-size: 170%;
    color: #a5705a;
    font-weight: bold;
    letter-spacing: -.2px;
}

#play{
    position: absolute;
    top:4px;
    left:-28px;
    display: none;
}

#movie_box ul{
    margin-left: -40px;
}
#movie_box ul li{
    width: 170px;
    height: 130px;
    float: left;
    margin-left: 40px;
}
#movie_box ul li p{
    text-align: center;
    color: #a5705a;
    padding: 6px 0;
    font-size: 90%;
}
#movie_box ul li img{
    cursor: pointer;
}

#movie_popup{
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#movie_bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
#movie_panel{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 854px;
    height: 480px;
    margin-left: -427px;
    margin-top: -240px;
    background-color: #000000;
    border: solid 1px #a5705a;
}

/* order */
#order_banner_box{
    width: 100%;
    height: 250px;
    padding-left: 38px;
}
#order_banner_box li{
    margin-left: 65px;
    margin-top: 34px;
    width: 125px;
    height: 41px;
    float: left;
}
#order_banner_box li a{
    display: block;
    height: 100%;
    width: 100%;
}
/********************************
            footer
********************************/
footer{
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 6px;
}
#title_wrap{
    position: absolute;
    width: 639px;
    height: 136px;
    bottom: 30px;
    left: 50%;
    margin-left: -320px;
}
#copyrights{
    margin: 0 auto;
    width: 960px;
    text-align: center;
    padding: 4px 0;
}
#copyrights small{
    opacity: .8;
}
#socialbuttons div {float: left;}

/********************************
            sns
********************************/
.arrow_box {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 100%;
    letter-spacing: -.6px;
    text-shadow:#a5705a 1px 1px 1px, #a5705a 1px 1px 1px, #a5705a 1px 1px 1px,#a5705a 1px 1px 1px,#a5705a 1px -1px 1px;
    padding: 3px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
}
.arrow_box:before {
}
