@charset "utf-8";

/*------------------------------------------------
    about/company/office.html styles
--------------------------------------------------*/
#pagetitle h1{
    width: 637px;
    height: 40px;
    background: url(../images/off_pagetitle.gif) left top no-repeat;
}


/* column */
.column_block01{
    width: 100%;
    overflow: hidden;
}
.column_block01:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.column_block01 .image01_r{
    float: right;
    width: 250px;
    margin: 0 0 0 0;
    background: url(../images/off_img01_01.gif) left top repeat-y;
    height: 810px;

}
.column_block01 .textcontents01_l{
    float: left;
    width: 270px;
    margin: 0px 20px 0px 0px;
}
.column_block01 .textcontents01_r{
    float: right;
    width: 250px;
    margin: 0px;
}


