<STYLE TYPE="text/css">

<!--フォント-リンク-->

<!--
A:LINK {
  color:navy;
  text-decoration:underline;
  font-size : 9pt;
  font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
}
/*まだ見ていないリンクの部分*/
A:VISITED {
  color:navy;
  text-decoration:none;
  font-size : 9pt;
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
}
/*すでに見たリンク*/
A:HOVER {
  color:red;
  text-decoration : none;
  visibility : visible;
  float : none;
  clear : none;
  position: relative;
  top :1pt;
  left :1pt;
  font-size : 9pt;
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
}
/*カーソルがリンクの上にあるとき*/
A:ACTIVE {
  color:red;
  text-decoration:none;
  font-size : 9pt;
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
}
TD{
  font-size : 9pt;
  color : 3e3e3e;
}


h1{
  font-size : 9pt;
  color : "#d9eafd";
}

h2{
  font-size : 12pt;
  color : 000000;
}

/*マウスボタンを押した時のリンク*/
--> 

<!--/フォント-リンク-->





</STYLE>