@charset "utf-8";

table#table-02 {
    width: 180px;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #ffffff repeat-x 0 100%;
}

table#table-02 th {
    border: #E3E3E3 solid;
    border-width: 1px;
    background: #ffffff repeat-x 0 100%;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
table#table-02 td {
    border: #E3E3E3 solid;
    border-width: 1px;
    color: #000000;
    text-align: center;
}

caption {
    background: #0000ff repeat-x 0 100%;
    color: #ffffff;
}

td.c01{
    background: #ff0000 repeat-x 0 100%;
    color: #000000;
}
