@charset "iso-2022-jp";

.image {
  margin: 1ex 1em 1ex 1em;
}

.image P {
  text-indent: 0em;
}

.image P IMG {
  text-align: center;
}

.math {
  font-style: italic;
}

.vol {
  font-weight: bold;
}

.emphasis {
  text-align: center;
  text-indent: 0em;
}

.links {
  text-align: center;
  text-indent: 0em;
}

.cite {
  text-align: right;
  padding: 1ex 1em;
}

.note {
  color: #000000;
  background-color: #DDDDDD;
  border-color: #666666;
  border-style: solid solid solid solid;
  border-width: 0.2ex 0.2em 0.2ex 0.2em;
  padding: 0.5ex 0.5em 0.5ex 0.5em;
  margin: 0.5ex 0.1em 0.5ex 0.1em;
}

.comment {
  border-color: #CCCCCC;
  border-width: 0ex 0.2em 0ex 0.2em;
  border-style: none solid none solid;
  padding: 0ex 0.5em 0em 0.5ex;
  margin: 0.5ex 1em 0.5ex 1em;
}

.sample {
  margin: 1ex 3em 1ex 3em;
  padding: 1ex 1em 1ex 1em;
  border-width: 0.2ex 0.2em 0.2ex 0.2em;
  border-style: solid;
  border-color: #330000;
}

.code {
  margin: 1ex 3em 1ex 3em;
  padding: 1ex 1em 1ex 1em;
  border-width: 0.2ex 0.2em 0.2ex 0.2em;
  border-style: solid;
  border-color: #000066;
}

.command {
  margin: 1ex 3em 1ex 3em;
  padding: 1ex 1em 1ex 1em;
  border-width: 0.2ex 0.2em 0.2ex 0.2em;
  border-style: solid;
  border-color: #990000;
}

BODY {
  color: #000000;
  background-color: #EEEEEE;
  line-height: 150%;
  font-family: serif;
  padding: 1ex 1em;
  margin: 1ex 1em;
}

H1, H2, H3, H4, H5, H6 {
  color: #000000;
  background-color: transparent;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 150%;
}

H1 {
  font-size: 200%;
  border-color: #999999;
  border-width: 0.2ex 0em 0.2ex 0em;
  border-style: solid solid solid solid;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
  margin: 0.5ex 0.5em 1ex 0.5em;
  text-align: center;
}

H1:before {
  color: #999999;
  content: "$B"!(B";
}

H1:after {
  color: #999999;
  content: "$B"!(B";
}

H2 {
  text-align: left;
  font-size: 170%;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
  margin: 0.5ex 0.5em 0.5ex 0.5em;
}

H2:before {
  color: #999999;
  content: "$B"#(B";
}

H2:after {
  color: #999999;
  content: "$B"#(B";
}

H3 {
  text-align: left;
  font-size: 150%;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
  margin: 0.5ex 0.5em 0.5ex 0.5em;
}

H3:before {
  color: #999999;
  content: "$B!Z(B";
}

H3:after {
  color: #999999;
  content: "$B![(B";
}

H4 {
  text-align: left;
  font-size: 120%;
  padding: 0.2ex 0em 0.1ex 0.5em;
  margin: 1ex 0.5em 0.5ex 2em;
}

H4:before {
  color: #999999;
  content: "$B!|(B";
}

H5 {
  font-size: 110%;
}

H5:before {
  color: #999999;
  content: "$B!T(B";
}

H5:after {
  color: #999999;
  content: "$B!U(B";
}

H6 {
  font-size: 100%;
}

H6:before {
  color: #999999;
  content: "*";
}

H6:after {
  color: #999999;
  content: "*";
}

ADDRESS {
  margin: 1ex 1em 1ex 1em;
  font-style: normal;
  text-align: center;
}

P {
  text-indent: 1em;
  color: #000000;
  background-color: transparent;
  line-height: 150%;
  padding: 0.5ex 0.5em 0.5ex 0.5em;
  margin: 0ex 0em;
}

P.comment {
  text-indent: 0em;
}

HR {
  color: #666666;
  background-color: #666666;
  height: 3px;
  padding: 0ex 0em;
  margin: 0.5ex 0em 0.5ex 0em;
}

BLOCKQUOTE {
  color: #000000;
  background-color: transparent;
  border-color: #666666;
  border-width: 0ex 0.5em 0ex 0.5em;
  border-style: none solid none solid;
  line-height: 150%;
  /*padding: 0.5ex 1em 0.5ex 1em;
  margin: 1ex 2em 1ex 2em;*/
}

BLOCKQUOTE P {
  text-indent: 0em;
  line-height: 150%;
  /*padding: 0ex 0em 0ex 0em;
  margin: 1ex 1em 1ex 1em;*/
}

PRE {
  color: #000000;
  background-color: transparent;
  font-size: 100%;
}

UL, DL, OL {
  color: #000000;
  background-color: transparent;
  line-height: 150%;
  padding: 0ex 0em 0ex 2em;
  margin: 0.5ex 0.5em 0.5ex 1em;
}

LI {
  line-height: 150%;
}

UL {
  list-style-type: disc;
}

UL UL {
  list-style-type: circle;
}

UL UL UL {
  list-style-type: square;
}

OL {
  list-style-type: decimal;
}

OL OL {
  list-style-type: lower-roman;
}

OL OL OL {
  list-style-type: lower-alpha;
}

LI P, DD P {
  text-indent: 0em;
  line-height: 150%;
}

TABLE {
  color: #000000;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 2px;
  border-width: 0px;
  border-style: solid;
  padding: 0.1ex 0.1em 0.1ex 0.1em;
  margin-top: 1ex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1ex;
}

CAPTION {
  font-size: 160%;
  font-family: sans-serif;
  margin-top: 1ex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1ex;
}

CAPTION:before {
  color: #999999;
  content: "$B"#(B";
}

CAPTION:after {
  color: #999999;
  content: "$B"#(B";
}

TH {
  /*font-family: sans-serif;*/
  background-color: #DDDDDD;
}

TH, TD {
  text-align: center;
  line-height: 150%;
  empty-cells: show;
  padding: 0.2ex 0.2em 0.2ex 0.2em;
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
}

TH.left, TD.left {
  text-align: left;
  line-height: 150%;
}

CITE {
  color: #000033;
  background-color: transparent;
  font-style: normal;
}

CITE:before {
  color: #000000;
  background-color: transparent;
  content: " [";
}

CITE:after {
  color: #000000;
  background-color: transparent;
  content: "] ";
}

CODE, KBD {
  font-size:100%;
  font-family: monospace;
}

STRONG {
  color: #990000;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
}

EM {
  color: #005500;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-family: sans-serif;
}

Q {
  color: #333300;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  quotes: '$B!V(B' '$B!W(B';
}

Q:before {
  content: open-quote;
}

Q:after {
  content: close-quote;
}

A {
  background-color: transparent;
  padding: 0.3ex 0em 0.3ex 0em;
}

A:link {
  color: #000066;
}

A:visited {
  color: #666666;
}

A[href]:active {
  color: #FFFFFF;
  background-color: #000066;
}

A[href]:hover {
  color: #FFFFFF;
  background-color: #000066;
  text-decoration: none;
}

A[href]:focus {
  color: #FFFFFF;
  background-color: #000066;
  text-decoration: none;
}
