#leftcol {
    display: inline;
    clear: both;
    float: left;
    width: 214px;
    margin-right: 28px;
    margin-top: 20px;
}

.lh_block {
    clear: both;
    float: left;
    width: 214px;
    margin-bottom: 30px;
}

#maincol {
    clear: right;
    float: left;
    width: 524px;
    margin-top: 20px;
}

.maincol_section {
    clear: both;
    float: left;
    width: 524px;
    margin-bottom: 30px;
}

.lh_block .lh_content {
    clear: both;
    float: left;
    width: 214px;
    margin-bottom: 20px;
    text-align: justify;
}

.lh_block .lh_tit {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

.maincol_left {
    clear: left;
    float: left;
    width: 241px;
    margin-right: 42px;
    display: inline;
    height: auto;
}

.maincol_right {
    clear: right;
    float: left;
    width: 241px;
    height: auto;
}


