/* リンク */
a:link       {
  color: #0000ff;
}
a:visited    {
  color: #0000ff;
}
a:active     {
  color: #ff0000;
}
a:hover      {
  color:#ff0000;
  background-color:#ffcccc;
  position:relative;
  top:1px;
  left:1px;
}
/* ボディ */
BODY
{
  font-size : 12pt;
  font-family:"MS UI Gothic",Osaka;
  line-height: 14pt;
  background-color:#ffffff;
  background-image : url(gray.gif);
  margin-top:20px;
  margin-bottom:0px;
  margin-left:10px;
  margin-right:0px;
}
/*タイトル*/
H1 {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/*説明1*/
H2{
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/*説明2*/
H3 {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px
;
}
/* テーブル */
TABLE
{
  font-size : 12pt;
  font-family:"MS UI Gothic",Osaka;
  line-height: 14pt;}


