/* index.css */
/* TABLEデフォルト設定 */
TR {
  vertical-align: bottom;
}
TR.top {
  vertical-align: top;
}
TH {
  background-color: #ccffcc;
  font-size: 0.8em;
}
TD {
  background-color: #f0ffff;
  font-size: 1.0em;
}
.green {
  background-color: #ccffcc;
  font-size: 0.9em;
}
.small {
  font-size: 0.8em;
}
.transparent {
  background-color: #f0ffff;
  font-size: 0.8em;
}
.noteindex {
  background-color: #ccffff;
  font-size: 0.9em;
  text-align: center;
}
.noteindex-current {
  background-color: #ddddff;
  font-size: 0.9em;
  text-align: center;
}

