A {
    /* text-decoration:none; */
}

A:hover {                       
    /* リンクにマウスを乗っけたときの色 */
    text-decoration:none;
    color: #FF0000;
}

/* タブの文字 */
.tabSelected {
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.tabUnSelected {
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
}
.tabUnSelectable {
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.pageTitle {
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
}
.pageSubTitle {
    text-align: center;
    font-size: 12pt;
    color: #0000ff;
}
.pageNavi {
    text-align: right;
    font-size: 10pt;
}

.local {
    background-color: #99ccff;
}
.common {
    background-color: #ffffff;
}
.footer {
    background-color: #cccc99;
}

.moushitateLocal {
    background-color: #B2FFD2;
}
.moushitateCommon {
    background-color: #ffffff;
}
.moushitateFooter {
    background-color: #cccc99;
}
.error {
    font-size: 9pt;
    font-weight: bold;
    color: #ff0000;
}
.cautionBig {
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000;
}
.caution {
    font-size: 11pt;
    color: #ff0000;
}
/* 必須項目 */
.required {
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000;
}
.notes {
    font-size: 10pt;
    color: #000000;
}
.cautionNotes {
    font-size: 10pt;
    color: #ff0000;
}

/* Step 1. */
.step {
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000;
}
/* 入力項目 */
.key {
    font-weight: bold;
}
/* 説明 */
.instruction {
    font-size: 12pt;
    font-weight: bold;
    color: #3333cc;
}

.WindowColor {
    background-color: #336699;
}
.ViewMenu {
    background-color: #336699;
}

.dateBefore {
    color: #ff0000;
}
.dateAfter {
    color: #0000ff;
}

.searchCompetence {
    color: #00c0c0;
}

.ultraSmallFont {
    FONT-SIZE: 2pt;
}

.smallFont {
    FONT-SIZE: 11pt;
}

.smallFont02 {
    FONT-SIZE: 10pt;
}

