@charset "UTF-8";

/* === clearing.css ========== */

/* --- KHTML, Gecko, IE7/8 --- */
span.com-clear ,
span.com-clearLeft ,
span.com-clearRight {
    clear: both;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
}

span.com-clearLeft {
    clear: left;
}

span.com-clearRight {
    clear: right;
}

/* --- IE6 --- */
* html span.com-clear ,
* html span.com-clearLeft ,
* html span.com-clearRight {
    font-size: 0;
    line-height: 0;
}

