BODY{
  color: #666666;            /* 文字色 */
  font-size: 13px;           /* フォントの大きさ */
  line-height: 150%;         /* 150% */
  background-attachment : fixed;}

P { line-height: 180% ;}      /* 行間はフォントの180% */

TD {
  font-size: 13px;           /* フォントの大きさ */
  line-height: 150%;         /* 150% */
  color: #666666;            /* 文字色 */
}

a:hover { background-color:#e8ffe1; }

