table.mainColor, tr.mainColor, th.mainColor, td.mainColor {
    color: #ffffff;
    background-color: #547aa9;
}

table.beltColor, tr.beltColor, th.beltColor, td.beltColor {
    color: #ffffff;
    background-color: #2d4181;
}

th.noticeTitle {
    color: #222288;
    background-color: #BBCCDD;
    text-align: left;
    font-size : 105%;
    font-weight : 900;
    font-style: normal;
    padding: 3px 0px 3px 10px;
}

td.notice {
    color: #222288;
    text-align: left;
    font-size : 95%;
    font-weight : 400;
    font-style: normal;
    line-height: 150%;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;
}

td.tableLineColor {
    background-color: #669999;
}

th.tableItemColor, td.tableItemColor {
    background-color: #BBCCDD;
}

table.menu {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    font-size: 80%;
    font-weight: bold;
    color:  #8299ae;
}

a.menuItem {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a.menuItem:hover {
    color: #ffcccc;
    position: relative;
    top: 1.5px;
    left: 1.5px;
}

a.beltLink {
    text-decoration: none;
    color: #ffffff;
}
a.beltLink:hover {
    text-decoration : none;
    color: #bbbbbb;
}

td.loginName {
    color: #ffffff;
    text-align: left;
    font-size : 100%;
    font-weight : 400;
    font-style: normal;
    background-color: #2d4181;
    padding: 5px 0px 0px 10px;
}

