@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 .header #h002 {
    position: absolute;
    left: 74px;
    top: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 120%;
}
#main .cont {
    width: 700px;
    margin-left: 3px;
}
#main .cont .cheader {
    position: relative;
}
.cont .cheader #ch001 {
    position: absolute;
    left: 61px;
    top: 13px;
    color: #0068B7;
    font-weight: bold;
}
.left {
    width: 210px;
    background-color: #0068B7;
    height: 35px;
    padding-left: 15px;
    padding-top: 3px;
    color: #FFFFFF;
}
.right {
    padding-left: 25px;
}
#map {
    padding-left: 3px;
}
