A:ACTIVE {
  font-family : sans-serif;
  font-size : 15pt;
  font-weight: bold;
  color: #0000FF;
  text-decoration: none;
}
A:LINK {
  font-family : sans-serif;
  font-size : 15pt;
  color : teal;
  text-decoration: none;
  font-weight : normal;
}
A:VISITED {
  color : green;
  font-family : sans-serif;
  font-size : 15pt;
  text-decoration: none;
  font-weight : bold;
}
A:HOVER {
  font-family : sans-serif;
  font-size : 15pt;
  font-weight : bold;
  color: #FF0000;
  text-decoration: none;
}
.font12M {
  font-family: "ＭＳ Ｐ明朝", "細明朝体";
  font-size: 12px;
}

