A:link { color: #000000 ; text-decoration:none }
A:visited { color:#555555 ; text-decoration:none }
A:active { color:#FF99CC ; text-decoration:none }
A:hover { color:#ff0080 ; text-decoration:none }

table.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 100%;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
  background: #1B3AB4;
  text-align: left;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}

table.table001 td {
  background: #E5EAFF;
  text-align: left;
  white-space: nowrap;
}

table.table002 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 650px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table002 caption {
  margin-top: 1em;
  text-align: left;
}

table.table002 th,
table.table002 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table002 th {
  background: #E6E6E6;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

table.table002 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table002 td.time,
table.table002 td.fee {
  text-align: left;
  white-space: nowrap;
}