@charset "utf-8";

body, td, textarea, input {
  font-family: Meiryo, Verdana, Tahoma, sans-serif;
  font-size: 10.5pt;
}

td {
  margin: 0px;
}

body {
  margin: 0px;
  padding: 0px;
}

#container {
  margin: 0 auto;
  padding: 0px;
  background-color: #fff;
  min-width: 620px;
  max-width: 720px;
}

#header {
  margin: 0px;
  padding: 0px;
  background-image: url("/headerbg.jpg");
  height: 92px;
  color: white;
}

#header_title, #stratum, #contents {
  margin-left: 10px;
}

#header_title a {
  text-decoration: none;
  white-space: nowrap;
}

#stratum {
  padding-top: 10px;
  font-size: 10px;
}

#stratum a, #header_title a, #header_separator a {
  color: white;
}

#header_title {
  font-size: 18pt;
  font-weight: bold;
  color: #006890;
  margin-bottom: 0.5ex;
}

#header_separator {
  border-top: 1px solid white;
  padding: 3px 5px 3px 5px;
  margin: 0px;
  font-size: 8pt;
  text-align: right;
}

#wrapper {
  margin: 0px;
  padding: 0px;
}

#navigation {
  float:right;
  font-size: 9pt;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 160px;
  border: 3px double #060;
  border-top-width: 0;
  padding: 10px;
}

#navigation div.menu-title {
  font-weight: bold;
  font-size: 10pt;
}

#contents {
  padding-top: 1em;
  margin-bottom: 10px;
}

#contents h2:first-child {
  margin-top: 0;
}

#footer {
  clear: both;
  padding: 5px 0px 5px 5px;
  font-size: 10px;
  color: #808080;
  border-top: 1px solid #606060;
}

#copyright {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: right;
}

/*
div.sidemenu {
  display: block;
  float: right;
  margin: 10px;
  padding: 5px;
  border: 1px dashed #060;
  width: 160px;
  background-color: #dfd;
  font-size: 10pt;
}

div.menu-title {
  font-weight: bold;
  font-size: 11pt;
  margin-bottom: -5px;
}

div.sidemenu h1 {
  margin: 0px;
  background-color: #d4ebf9;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  border-style: solid;
  border-color: #4cb5e8;
  border-width: 1px 0px 1px 0px;
}

div.sidemenu p{
  margin: 5px 10px 10px 10px;
}*/

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }

div.indent0 {
  margin-left: 10px;
  margin-top: -5px;
}

div.indent1 {
  margin-left: 10px;
  margin-top: -5px;
}

div.indent2 {
  margin-left: 10px;
  margin-top: -5px;
}

div.indent3 {
  margin-left: 10px;
  margin-top: -5px;
}

.nobr {
  white-space: nowrap;
}

ul, ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

li {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: -20px;
}

dl {
  margin-top: 5px;
  margin-bottom: 5px;
}

dt {
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
}

dt.list {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}

dd {
  margin-left: 20px;
  margin-bottom: 5px;
}

img {
  border: 0px;
}

table.Standard, table.Spacious {
  border: 5px solid white;
  background-color: #404040;
  border-spacing: 1px;
}

table.Standard td, table.Spacious thead tr td {
  padding: 3px;
}

table.Standard thead tr td, table.Spacious thead td {
  background-color: #808080;
  color: #f0f0f0;
  font-weight: bold;
}

table.Standard tr td, table.Spacious tbody td {
  background-color: #ffffff;
  padding: 3px;
}

div.pre {
  white-space: pre;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px;
  border: 2px ridge silver;
}

div.code {
  font-family: monospace;
  white-space: pre;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px;
  border: 2px ridge silver;  
}

