A{
  font-size : 10pt;
  font-family : "ＭＳ ゴシック";
  color : blue;
  text-decoration : none;
  font-weight : bold;
}
A:HOVER{
  color : red;
}

/*Aタグにかけてボタン表示にします。*/
.link_bottan{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : 4px;
  border-right-width : 4px;
  border-bottom-width : 4px;
  border-left-width : 4px;
  border-style : outset outset outset outset;
  font-size : 10pt;
  font-weight : bold;
  color : navy;
  background-color : aqua;
  text-decoration : none;
  font-family : "ＭＳ ゴシック";
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}
.ClassLINK{
  font-size : 12pt;
  font-family : "ＭＳ Ｐゴシック";
  color : navy;
  text-decoration : underline;
  text-indent : 12px;
}
