﻿body {
    font-family:Meiryo, sans-serif;
    font-size:12px;
    color:white;
    background:rgb(87,82,79);
}

#title {
    position: absolute;
    width: 350px;
    background-color: #0d396c;
    height: 100%;
    min-height: 590px;
}

#contens{
    position:absolute;
    left:360px;
    background:rgb(87,82,79);
}

.titleClass:hover{
    color:orange;
}

.titleClass{
    cursor:pointer;
    margin-left:10px;
    margin-top:5px;
}