@charset   "Shift_JIS";
/* waka.css 2009/8/28”Å */

body {
  font-size: 10pt;
  line-height: 18px;
  font-family: Meiryo,"Hiragino Kaku Gothic Pro",Verdana,Helvetica,sans-serif;
  background-color: #ffffff;
}

.symbol {
  font-family: "Hiragino Kaku Gothic Pro",Helvetica,sans-serif;
}

a:link {
  color: #0066ff;
  text-decoration: none;
}

a:visited {
  color: #0066ff;
  text-decoration: none;
}

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

a:active {
  color: #660066;
  text-decoration: underline;
}

p {
  margin-top: 6px;
  margin-bottom: 6px;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 14px;
  color: #000099;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #000099;
}

h4 {
  font-size: 10pt;
  font-weight: bold;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000099;
}

dt {
  margin-top: 6px;
  margin-bottom: 6px;
}

dd {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol {
  margin-top: 6px;
  margin-bottom: 6px;
}

li {
  list-style-type: square;
  list-style-position: outside;
  margin-top: 6px;
  margin-bottom: 6px;
}

table {
  font-size: 10pt;
  line-height: 18px;
  border-width: 0px;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

th {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

td {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

strong {
  color: #cc3300;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #cc3300;
}

sup {
  vertical-align: 20%;
}

sub {
  vertical-align: -20%;
}

