BODY {
  color: #666666;
  background-color: #CCCCCC;
/* background-image: url("../bg/gray_fabric.gif"); */
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  font-family: "ＭＳ 明朝";
  line-height: 1.5;
/*  text-align: center; */
}

A:link { color: #666666; text-decoration: blink; } /* 訪問していないリンク */
A:visited { color: #AAAAAA; text-decoration: none; } /* 訪問したリンク */
A:active { color: #00CC00 } /* 選択されたリンク */
A:hover { color: #000000; background-color: #CCFFCC; /*font-size: larger*/ } /* マウスを重ねたとき */

PRE {
  font-size: small;
}

h1 { color: #00AA00; }

SPAN.W {
  color: White;
  font-family: "HG正楷書体-PRO";
}
