BODY {
      background-color:WHITE;
      font-size:12pt;
      color:black
     }


A:LINK {color:"#0000FF";text-decoration:none}
A:VISITED {color:"#FF00CC";text-decoration:none}
/* A:VISITED {color:"#FF00FF";text-decoration:none} */
A:active {color:"#FF0000";text-decoration:none}


P       {
        font-size:14pt;                 /* 文字サイズ：12ポイント */
        line-height:120%;               /* 行間：120% */
        font-weight:700;                /* 文字太さ：太字 */
        }


H1      {
        font-size:56pt;                 /* 文字サイズ：56pt */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:900;                /* 文字太さ：極太 */
        }

H2      {
        font-size:42pt;                 /* 文字サイズ：42ポイント */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:700;                /* 文字太さ：極太 */
        }

H3      {
        font-size:28pt;                 /* 文字サイズ：28ポイント */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:500;                /* 文字太さ：極太 */
        }

H4      {
        font-size:14pt;                 /* 文字サイズ：14ポイント */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:400;                /* 文字太さ：極太 */
        }


UL      {
        list-style-type:none;/* 行頭：■square ○circle ●disc none Vol4p142 */
        list-style-position:outside;    /* 配置：前の行と同じ */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:400;                /* 文字太さ：普通 */
        }


OL      {
        list-style-type:decimal;       /* 行頭のタイプ：数字decimal Vol4p142 */
        list-style-position:outside;    /* 配置：前の行と同じ */
        color:#000066;                  /* 文字色：暗い青 */
        font-weight:400;                /* 文字太さ：普通 */
        }

