@charset "ISO-2022-JP";

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

body {
  font-size: 1.0em;
  text-align: left;
  padding: 0.0em;
  margin: 1.0em;
}

h1 {
  text-align: left;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 1.2em;
  padding: 5px 0 5px 5px;
}

h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

p {
  text-align: left;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: 0em;
}

blockquote {
  border-style: groove;  
}

cite {
  text-align: right;
}

em {
    font-style: normal;
    font-weight: bold;
}

hr {
  padding: 1px 0 1px 1px;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

dl {
  padding: 0.5em 2em;
}

dt {
  text-align: left;  
  padding: 1em 2em 0 0em;
  clear: both;  
}

dd {
  text-align: right;
  padding: 0em 0 2em 1em;
  font-style: normal;
  text-decoration: underline
}
