@charset "UTF-8";

/* 色も同時に指定 */

body {
  background-color: #ffffff;
  color: #333333;
}

/* 文書名 */
h1 {
  clear: both;
  font-size: 1.1em;
  text-align: center;
}

/* 各章の見出し */
h2 {
  font-size: 1.0em;
  color: #666666;
}

.header {
 /* text-align: center;*/
}

.jHeader {
  font-size: 0.9em;
  font-weight: normal;
}

.status {
  text-align: left;
  float: left;
  margin-bottom: 1.0em;
}

.authors {
  text-align: right;
  margin-bottom: 1.0em;
}

/* キーワード */
em {
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #000000;
  font-size: 120%;
}

div {
  margin-bottom: 1.0em;
}

p {
}

.ja {
}

li p.ja {
  margin: 0px;
}

div.memo p {
}

.memo span {
  color: #333399;
  font-weight: bold;
}

ol,ul {
}

ol.low {
  list-style-type: lower-roman;
}

ol.alp {
  list-style-type: lower-alpha;
}

ul.none {
  list-style-type: none;
}

li {
}

.index {
}

pre {
  font-size: 1.0em;
}

div pre {
  font-size: 1.0em;
}


dl.add {
}

dt {
  font-weight: bold;
}

.ref {
}

.ref li{
  list-style-type: none;
}

.ref span {
  font-weight: bold;
}

.info {
  font-size: 0.8em;
}

.naviEnd {
  border-top: solid 1px;
  text-align: right;
}

.naviTop {
  border-bottom: solid 1px;
  text-align: right;
}

.topp {
  text-align: right;
}
