@charset "UTF-8";

body {
    text-align: center;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3',Arial,'ＭＳ Ｐゴシック',sans-serif;
    color: #555555;
    line-height: 1.45;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

    .site_logo {
        padding: 25px 0 25px 0;
    }
    
.contents {
    margin: 0 0 40px 0;
}
    
    .contents .section_title {
        margin: 0 0 15px 0;
    }
    


.contents .info {
    width: 780px;
    margin: 0 0 0 10px;
}
    
    .contents .info tr {
        border: solid 1px #cccccc;
    }
    
    .contents .info tr th {
        font-size: 12px;
        background: url('/images/info_bg.jpg') repeat;
        padding: 10px 10px 10px 10px;
        vertical-align: middle;
        text-align: center;
    }
    
    .contents .info tr td {
        padding: 10px 10px 10px 10px;
        border: solid 1px #cccccc;
        text-align: left;
    }
    
        .contents .info_01 tr th {
            width: 15%;
        }
        
        .contents .info_02 tr th {
            width: 10%;
        }
    
#rinen .text {
    width: 600px;
    margin: 0 0 0 10px;
}

    #rinen .text p {
        width: 600px;
        margin: 10px 0 10px 0;
    }


#footer {
    color: #ffffff;
    background: #65745b;
}

    #footer #license {
        width: 800px;
        margin: 0 auto;
        background: #65745b;
        padding: 10px 0 10px 0;
        font-size: 12px;
    }