@charset "utf-8";

/* CSS Document */

#container {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.s01 {
    color: #FF794C;
    font-weight: bold;
}

.s02 {
    color: #5F3A18;
    font-weight: bold;
}

#container .title {
    background-color: #FF7E00;
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 30px;
    color: #FFF;
    padding: 5px 20px 5px 10px;
    font-size: 18px;
    font-weight: bold;
}

#container .content {
    width: 940px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

#container .box {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 18px 0px;
}

