 

@import url(style.css);
A{
  color : black;
  text-decoration : none;
}
A:LINK{
  color : black;
  text-decoration : none;
}
A:VISITED{
  color : black;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  color : black;
  text-decoration : none;
}

TH{
  font-size : 10pt;
  font-family : "MS Pゴシック";
}
TD{
  font-family : "MS Pゴシック";
  font-size : 10pt;
}
CAPTION{
  font-family : "MS Pゴシック";
  font-size : 9pt;
}
BODY{
  font-family : "MS Pゴシック";
  font-size : 10pt;
  color : gray;
}
H2{
  font-family : "HG正楷書体-PRO";
  font-weight : bold;
  font-size : 14pt;
  color : gray;
}
H3{
  font-family : "HG正楷書体-PRO";
  font-weight : bold;
  font-size : 12pt;
  color : gray;
}
H4{
  font-family : "HG正楷書体-PRO";
  font-weight : bold;
  font-size : 11pt;
  color : gray;
}
