
.Class7{
  font-size : 7pt;
  font-family : "ＭＳ Ｐゴシック";
}
.Class8{
  font-size : 8pt;
  font-family : "ＭＳ Ｐゴシック";
}
.Class9{
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
}
.Class10{
  font-size : 10pt;
  font-family : "ＭＳ Ｐゴシック";
}
.Class11{
  font-size : 11pt;
  font-family : "ＭＳ Ｐゴシック";
}
.Class12{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
}
A:LINK{
  font-family : "ＭＳ Ｐゴシック";
  text-decoration : none;
  color : blue;
}
A:VISITED{
  font-family : "ＭＳ Ｐゴシック";
  text-decoration : none;
  color : navy;
}
A:HOVER{
  font-family : "ＭＳ Ｐゴシック";
  color : red;
  
  text-decoration : underline;
}
A:ACTIVE{
  font-family : "ＭＳ Ｐゴシック";
  color : red;
  text-decoration : underline;
}