body {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-weight: normal;
  color: #101010;
  background-color: #90EE90;
}

h1 {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}

h4 {
  font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
}

body, tr, th, td {
  font-size: 15px;
}

body.small, tr.small, th.small, td.small {
  font-size: 9px;
}

a,
a:link {
color: #0070D0;
text-decoration: none;
}

a:link:hover,
a:link:active {
  color: #0050B0;
  text-decoration: underline;
}

a:visited {
  color: #2040A0;
  text-decoration: none;
}

a:visited:hover,
a:visited:active {
  color: #202080;
  text-decoration: underline;
}

hr {
  height: 1px;
  background: #000000;
  color: #000000;
  border-style: none;
}

/*
 2005-05-20
  update
 2004-01-13
  New
 */
