BODY {
    font-family: serif;
    font-size: medium;
    background-color: #ffffe0;
    color: black;
    }
H1 {
    font-family: serif;
    font-size: x-large;
    font-weight: bold;
    color: #000080;
    }
H2 {
    font-family: serif;
    font-size: large;
    font-weight: bold;
    color: #800080;
    }
H3 {
    font-family: serif;
    font-size: medium;
    font-weight: bold;
    color: #008080;
    }
TABLE {
    background-color: #ffffae;
    }
TH { 
    font-family: serif;
    font-size: small;
    background-color: #a0ffa0;
    text-align: center;
    }
TR { 
    font-family: serif;
    font-size: medium;
    }
TD {
    font-family: serif;
    font-size: medium;
    text-align: right;
    white-space: nowrap
    }
UL { list-style-type: none }
OL {
    list-style-type: circle;
    list-style-position: inline;
    }

.left { text-align: left }
.center { text-align: center }
.right { text-align: right }

SPAN.smaller { font-size: small }

DIV.honbun {
    font-family: serif;
    font-size: medium;
    text-align: left;
    line-height: 1.5;
    }
DIV.hyo {
    font-family: serif;
    font-size: medium;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    }
DIV P.unit {
    font-size: small;
    text-align: right;
    line-height: 0.1;
    margin-left: 5%;
    margin-right: 5%;
    }
DIV.comment {
    font-family: serif;
    font-size: small;
    color: #000000;
    text-align: left;
    line-height: 1.0;
    margin-left: 5%;
    margin-right: 5%;
    }
TABLE.bodycolor { background-color: #ffffe0 }
TD.swich {
    font-family: serif;
    font-size: small;
    }
TD.side {
    font-family: serif;
    font-size: small;
    font-weight: bold;
    background-color: #a0ffa0;
    text-align: center;
    }
OL.comment {
    font-family: serif;
    font-size: small;
    list-style-type: decimal;
    list-style-position: inline;
    text-align: left;
    }
OL.comment1 {
    font-family: serif;
    font-size: small;
    list-style-type: none;
    list-style-position: inline;
    text-align: left;
    }
