@charset "utf-8";
/* CSS Document */

#main .header {
    position: relative;
}
#main .header #h001 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .cont {
    width: 700px;
}
#main .cont .text {
    margin-left: 5px;
    text-align: justify;
    width: 670px;
}
#main .cont .cheader {
    position: relative;
}
.cont .cheader #ch001 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch002 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch003 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.cont .cheader #ch004 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.blue {
    color: #0068B7;
    font-weight: bold;
}
.red {
    color: #EC0000;
    font-weight: bold;
}
.left {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
    width: 50%;
}
.right {
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
}
.left-3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 35%;
    background-color: #E5E5E5;
}
.right-3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: justify;
    vertical-align: top;
    background-color: #E5E5E5;
}
