body {
  background: white url(./image/back.gif) repeat;
  margin-left: 45px;
  margin-right: 30px;
  color: black;
}

strong.green {
  color: green;
}

/* A:link IMG, A:visited IMG, A:active IMG {*/
a:link img {
  border-width: 0;
}
a:visited img {
  border-width: 0;
}
a:active img {
  border-width: 0;
}
hr.s1 {
  border-width: 1;
}

address {
  text-align: center;
}

div.center {
  text-align: center;
}

h1.center {
  text-align: center;
}

h1.report {
  text-align: center;
  text-decoration: underline;
}

div.caution {
  margin: 1.0em 1.0em 1.0em 1.0em;
  background-color: #ffffcc;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #ff0099;
  padding: 0.5em;
  font-size: 9pt;
}

h2.title {
  margin: 1.0em 0em 0em 0em;
  font-size: 1.5em;
  font-weight: 600;
/*  border-width: 0.3em 0em 0.2em 0em;*/
  border-width: 4px 0px 2px 0px;
  border-style: groove;
  border-color: #336633;
  background-color: #ffffcc;
}

span.new {
  color: #ff0000;
}

dl {
  margin-top: 0em;
  margin-left: 1.0em;
}
dt {
  margin-top: 1.0em;
}
p.honbun {
  line-height: 150%;
}
