body {
    font: 18px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #EFEEE7;
}

p {
    margin-bottom: 2em;
}

#contents {
    background: url(../images/contents-bg.gif) repeat-y;
    width: 800px;
    margin: 0px auto;
    padding: 0px 15px;
}

#header {
    width: 800px;
    margin-bottom: 50px;
}

#header h1 {
    font-size: 14px;
    font-weight: bold;
    background: url(../images/sub-h1-bg.gif) repeat-x;
    height: 32px;
    padding: 12px 0px 0px 30px;
}

.box {
    margin: 0px auto 60px;
    width: 680px;
}

.midashi {
    margin: 0px 0px 100px;
    width: 800px;
}

.last {
    margin-bottom: 0px;
}

table {
    font-size: 14px;
}


th {
    background: #EDEDED;
    padding: 15px;
    width: 180px;
    border: 1px solid #666;
}

td {
    padding: 15px;
    border: 1px solid #666;
}

.close {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 60px;
}

.close a {
    text-decoration: none;
}

.close a:hover {
    text-decoration: underline;
}

#footer {
    text-align: center;
    padding: 30px 0px 0px;
}

#footer p {
    font-weight: bold;
    background: #8BBB8C;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #3FA549;
    border-right-style: none;
    border-left-style: none;
    border-top: 1px solid #999;
    font-size: 16px;
}

#footer address {
    color: #000000;
    font-size: 14px;
    background: #DCD6C8;
    padding: 10px 0px;
    border-top: 1px solid #F4EFE0;
}

#footer p a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}
