H1 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 130%; /* 行の高さ */
}
H2 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 130%; /* 行の高さ */
}
H3 {
  color: #ffffff; /* 文字の色 */
  background-color: #666699; /* 背景色 */
  line-height: 130%; /* 行の高さ */
}
BODY { font-family: serif;
             font-size: medium; }  /* 標準 */
 .xs { font-size: xx-small }       /* 小2 */
 .xm { font-size: x-small }   /* 小1 */
 .sm { font-size: small }      /* 小 */
 .md { font-size: medium }   /* 標準 */
 .la { font-size: large }        /* 大 */
 .xr { font-size: x-large }   /* 大1 */
 .xl { font-size: xx-large } /* 大2 */
 .sr { font-size: smaller }   /* 一段階小さい */
 .lr { font-size: larger }     /* 一段階大きい */

