body{
    background-color: #06242c;
    background-image: url("../images/jacket_back.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    color: white;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.4;
    font-size: 13px;
}

a{
    color: #950820;   
}


#social{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 90px;
}

h1{
    background: url("../images/logo.png") no-repeat;
    display: block;
    width: 651px;
    height: 197px;
    text-indent: -9999px;
    margin: 740px auto 0 auto;
}

h2{
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: normal;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding-top: 20px;
}

#main{
    width: 651px;
    margin: 0 auto;
}

#track li{
    font-family: 'Libre Baskerville', serif;
    color: rgba(255,255,255,0.3);
}

#track li .title
#track li .original{
}

#staff{

}

dl{

}

.title{
    display: block;
    font-weight: bold;
    font-family: "Arial";
    color: white;
}

.original{
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
}

#info{
    padding-top: 50px;
}

#info dl{
    display: block;
    overflow: hidden;
}

#info dt, #info dd{
    float: left;
    margin-bottom: 5px;
}

#info dt{
    width: 100px;
    clear: both;
    padding: 1 10px;
    background: white;
    color: #06242c;
    text-align: center;
}

#staff>dl>dt{
    padding: 1 10px;
    border-left: white 5px solid;
    padding-left: 5px;
    clear: both;
    font-weight: bold;
    font-family: Arial;
    display: block;
    margin-top: 20px;
}

#staff dl dl dt{
    display: block;
    float: left;
    font-size: 10px;
    clear: both;
    width: 70px;
    opacity: 0.5;
}

#staff dl dl dd{
    display: block;
    float: left;
}

footer{
    padding: 20px;
    text-align: center;
    font-size: 0.5em;
}