@charset "utf-8";
.tbl{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #999999;
    font-size : 13px;
    margin-top : 15px;
    margin-left : 15px;
    border-bottom-style : none;
    margin-bottom : 10px;
    width : 480px;
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #999999;
}
.cel{
    text-align : left;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #999999;
    padding-top : 10px;
    padding-bottom : 10px;
    padding-left : 8px;
    padding-right : 8px;
    border-right-width : 1px;
    border-right-style : solid;
    border-right-color : #999999;
}
.cel_th{
    padding-top : 10px;
    padding-bottom : 10px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #999999;
    text-align : left;
    padding-left : 5px;
    font-weight : normal;
    border-right-width : 1px;
    border-right-style : solid;
    border-right-color : #999999;
    width : 60px;
    vertical-align : super;
}

