body {
    background: #fff;
    margin-left: 15%;
    margin-right: 15%
    }
p {
    text-align: justify
    }
td {
    text-align: left
    }
td.right {
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    font-size: 0.9em
    }
blockquote {
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 0.8em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
p.center {
    text-align: center
    }
p.center1 {
    text-align: center;
    font-size: 0.8em
    }
p.center1 {
    text-align: center;
    font-size: 0.8em;
    color: #aaa
    }
p.contents {
    margin-left: 25%;
    font-size: 0.9em;
    font-weight: bold
    }
p.indent {
    text-align: left;
    margin-left: 25%;
    font-size: 1em
    }
p.indent1 {
    text-align: left;
    margin-left: 30%;
    font-size: 1em
    }
p.indent2 {
    text-align: left;
    margin-left: 32%;
    font-size: 1em
    }
p.indent3 {
    text-align: left;
    margin-left: 35%;
    font-size: 1em
    }
p.indent3a {
    text-align: left;
    margin-left: 35%;
    font-size: 0.8em
    }
p.indent4 {
    text-align: left;
    margin-left: 15%;
    font-size: 1em
    }
i.indent4 {
    font-size: 1em;
    font-weight: 600
    }
p.index {
    text-align: left;
    margin-left: 22%;
    font-size: 1em;
    font-weight: bold
    }
p.rindent {
    margin-right: 8%;
    text-align: right;
    font-size: 0.9em
    }
p.rindent1 {
    margin-right: 30%;
    text-align: right;
    font-size: 0.8em
    }
span.outdent {
    text-align: justify;
    margin-left: -1em;
    font-size: 1em;
    font-weight: bold
    }
span.outdent1 {
    text-align: left;
    margin-left: -1em;
    font-size: 1em
    }
span.outdent2 {
    text-align: justify;
    margin-left: -4em;
    font-size: 1em
    }
span.right {
    margin-right: 20%;
    margin-left: 78%;
    text-align: right;
    font-size: 0.9em
    }
span.rix {
    margin-right: 30%;
    text-align: right;
    font-size: 0.8em
    }
span.invisible {
    color: #ddd;
    font-size: 0.9em;
    font-weight: normal
    }
span.left {
    font-size: 0.8em;
    text-align: left;
    color: #ccc;
    font-weight: normal
    }
p.footnote {
    font-size: 0.8em;
    margin-left: 10%;
    margin-right: 10%
    }
p.footnote1 {
    font-size: 0.8em;
    margin-left: 30%
    }
p.footnote2 {
    font-size: 0.8em;
    margin-left: 40%
    }
span.note {
    font-size: 0.8em
    }
span.page {
    font-size: 0.7em;
    color: #aaa;
    text-align: left
    }
hr {
    text-align: center;
    width: 50%;
    color: #000
    }
html > body hr {
    margin-right: 25%;
    margin-left: 25%;
    width: 50%
    }
hr.short {
    width: 30%;
    color: #ccc
    }
html > body hr.short {
    margin-right: 35%;
    margin-left: 35%;
    width: 30%
    }
hr.full {
    width: 70%;
    color: black
    }
html > body hr.full {
    margin-right: 15%;
    margin-left: 15%;
    width: 70%
    }
a:link {
    text-decoration: none
    }
a:visited {
    color: #36f;
    text-decoration: none
    }
a:hover {
    color: #36f;
    background: #fff;
    text-decoration: none
    }
a:active {
    color: #c09;
    background: #fff;
    text-decoration: underline
    }
a.contents:link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em
    }
a.contents:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em
    }
a.contents:hover {
    color: #06f;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em
    }
a.contents:active {
    color: #c09;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.9em
    }
a.note:link {
    color: #000;
    text-decoration: underline
    }
a.note:visited {
    color: #000;
    text-decoration: underline
    }
a.note:hover {
    color: #06f;
    background: #fff;
    text-decoration: none
    }
a.note:active {
    color: #c09;
    background: #fff;
    text-decoration: underline
    }