h1{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 16pt;  
  color : #666666;
}

h2{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 14pt;  
  color : #666666;
}

h3{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 12pt;  
  color : #666666;
}

body{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;  
  color : #666666;
}

table{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;  
  color : #666666;
}

p{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;  
  color : #666666;
}

A{
  text-decoration : none;
}.Bold{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;
  font-weight : bold;
}

A{
  text-decoration : none;
}.BoldBlue{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;
  color : navy;
  font-weight : bold;
}

A{
  text-decoration : none;
}.BoldRed{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;
  color : #660000;
  font-weight : bold;
}

A{
  text-decoration : none;
}.Blue{
  font-family : "ＭＳ Ｐゴシック";
  font-size : 10pt;
  color : navy;
}

A:HOVER{
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
  position : relative;
  top : 1px;
  left : 1px;
}