BODY {
  color: #000000;
  background-color: #FFFFFF;
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  font-family: "ＭＳ 明朝";
  line-height: 1.2;
/*  text-align: center; */
}

A:link { color: #0000FF; /* font-style: italic; */ } /* 訪問していないリンク */
A:visited { color: #0000CC; /* font-size: small; */ } /* 訪問したリンク */
A:active { color: #FF0000 } /* 選択されたリンク */
A:hover { color: #666600; underline; } /* マウスを重ねたとき */

H1 {
  color: #333333;
/* background-color: #EEEEEE; */
  margin-top: 1em;
  margin-bottom: 1em;
}

H2 {
  color: #333333;
/*  background-color: #EEEEEE;*/
  margin-top: 1em;
  margin-bottom: 1em;
}

H3 {
  color: #333333;
/*  background-color: #EEEEEE;*/
  margin-top: 1em;
  margin-bottom: 1em;
}

H4 {
  color: #333333;
/*  background-color: #EEEEEE;*/
  margin-top: 1em;
  margin-bottom: 1em;
}

IMG {
/*  margin-top: 1em;
  margin-bottom: 1em; */
}

P.PREFACE {
  color: #333333;
/*  background-color: #EEEEEE; */
  margin-right: 10%;
  margin-left: 10%;
}

P.Q {
  color: #0000FF;
  margin-right: 10%;
  margin-left: 10%;
}

P.A {
  color: #333333;
  margin-right: 10%;
  margin-left: 10%;
}

TD.1 {
  color: #333333;
  background-color: #FFEEEE;
}
TD.2 {
  color: #333333;
  background-color: #EEFFEE;
}
TD.3 {
  color: #333333;
  background-color: #EEEEFF;
}

SPAN.1 {
  font-size: x-small
}

/* TABLE.T {
    margin: 4pt 4pt 4pt 4pt;
    padding: 4pt 4pt 4pt 4pt;
    border-width: 1pt, 1pt, 1pt, 1pt;
    border-color: #AAAAFF;
    border-style: solid double inset outset;
    color: #333333;
    background-color: #EEFFFF
} */

PRE {
  font-size: small;
  font-family: "ＭＳ 明朝";
}
