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;
}
