@charset "utf-8";
#titlebox {
    border-bottom: 2px solid #c2daec;
    margin-top: 20px;
    padding-bottom: 5px;
}
#titlebox h3 {
    font-size: 26px;
    line-height: 100%;
    color: #333;
    text-align: left;
    background: url(../img/common/subtitle_bk.gif) no-repeat left top;
    padding: 1px 0px 3px 11px;
    margin-left: 7px;
    float: left;
}
#titlebox p {
    float: right;
    font-size: 14px;
    line-height: 100%;
    padding-top: 15px;
}
#atend {
    text-align: left;
    background: #fffef2;
    border: 1px solid #f7d68e;
    padding: 10px 10px 10px 30px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    text-indent: -1em;
    margin-bottom: 18px;
}
#leftbox dl dt {
    font-size: 14px;
    line-height: 100%;
    color: #333;
    font-weight: bold;
    background: #eaf5ff;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #95c7ff;
}
#leftbox dl dd {
    text-align: left;
    padding: 7px 7px 15px;
    font-size: 12px;
    line-height: 100%;
    color: #cccccc;
}
#dl_left {
    width: 48%;
    float: left;
}
#dl_right {
    width: 48%;
    float: right;
}
#leftbox h4 {
    font-size: 16px;
    line-height: 100%;
    color: #333;
    text-align: left;
    background: url(../img/open/h4_bk.gif) repeat-x;
    clear: both;
    padding: 12px 10px 11px;
    border-top: 1px solid #d6dbe2;
    border-right: 1px solid #d6dbe2;
    border-left: 1px solid #d6dbe2;
}
.statebox {
    padding-top: 15px;
    margin-right: 3px;
    border-bottom: 1px solid #d7d7d7;
}
.statebox h5 {
    font-size: 14px;
    line-height: 100%;
    color: #333;
    text-align: left;
    background: url(../img/open/th_back.gif) no-repeat left top;
    padding: 8px 10px;
}

.statebox table {
    border-collapse: collapse;
}
.statebox table tr td {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    line-height: 150%;
}
.statebox table tr .open {
    background: #fffcef;
    text-align: center;
    font-weight: bold;
    color: #d99400;
}
.statebox table tr td a img {
    vertical-align: top;
}
#leftbox .pagetop {
    margin-bottom: 50px;
    cursor:  pointer;
}
#leftbox .pagetop a {
    color: #0178d8;
}
