@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 : 6px;
    padding-bottom : 6px;
    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 : center;
    padding-left : 5px;
    font-weight : normal;
    border-right-width : 1px;
    border-right-style : solid;
    border-right-color : #999999;
    
    
}

.cel_rmk{
    font-size : 11px;
    color : #ff0000;
    padding-top : 3px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 3px;
    border-right-width : 1px;
    border-bottom-width : 2px;
    border-right-style : solid;
    border-bottom-style : double;
    border-right-color : #999999;
    border-bottom-color : #999999;
}

