body{
    text-align:center;
    background-color:#000;
    margin:0px;
    padding:0px;
}


#wrapper{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:auto;
    text-align:left;
    color:#000;
    background-color:#3B0B17;
    margin-top:0px;
    font-family:'serif','serif',serif;
    font-weight:normal;
    font-size:80%;
    line-height:120%;
    letter-spacing:3px;
    overflow: hidden;
}

.left{
    width:193px;
    height:643px;
    float:left;
    color:#000;
    padding-left:0px;
    padding-right:0px;
    margin-right:0px;
    margin-left:0px;
    background-image:url(image/top.jpg);
    background-repeat:no-repeat;
    background-size:contain;
}

.right{
    width:807px;
    height:643px;
    overflow:scroll;
    float:right;
    color:#000;
    padding-left:0px;
    padding-right:0px;
    margin-right:0px;
    margin-left:0px;
    background-image:url(image/back.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment : fixed;
}

#menu img{
    position:relative;
    bottom:0px;
    width:160px;
    padding:0px;
    margin:0px;
}

#menu{
    position:absolute;
    bottom:0px;
    top:79.5%;
    padding:0px;
    margin:0px;
}

#top{
    padding-bottom:10px;
    width:100%;
}

h2{
    border-bottom:3px;
    border-bottom-color:#fff;
    border-bottom-style:double;
    line-height:120%;
    width:700px;
}

#contents{
    margin:10px;
    color:#fff;
}

#block{
    padding-bottom:30px;
}

#chara{
    border:3px;
    border-style:dotted;
    border-color:#fff;
    padding:10px;
    margin:10px;
}

#chara img{
    padding-bottom:10px;
    padding-right:10px;
    width:100px;
}

a{
    text-decoration:none;
    color:#F5A9A9;
    font-weight:bolder;
}

a:hover{
    color:#FA5858;
}

#story_table li{
    list-style:decimal;
}

li{
    padding-bottom:20px;