body
{
  font-size: 0.9em;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,h3
{
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

a:link
{
  color: #0000ff;
  text-decoration: underline;
}

a:visited
{
  color: #990099;
  text-decoration: underline;
}

a:hover
{
  color: #ff0000;
  text-decoration: underline;
}


#contents
{
  padding: 0 50px 2em;
}

#contents p
{
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
#contents dl
{
  margin: 1em 0;
}

#contents dt
{
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd
{
  margin-bottom: 0.5em;
}

#contents ul { margin: 0.5em 0 0.5em; }
#contents li { margin-bottom: 0.5em; }
