body {
    font-family: 'Times', 'Mincho', serif;
}
h1, h2, h3, h4, h5, h6, dt, div.header, div.topicheader, div.menu, div.footer, div.topictitle, div.topiclargetitle, div.topicsptitle, div.dt, th {
    font-family: 'Helvetica', sans-serif;
}

body {
    margin-top: 1em;
    line-height: 1.33;
    margin-left: 8%;
    margin-right: 8%;
}

body, input, textarea {
    background: #FFFFFF;
    color: #000000;
}
a {
    text-decoration: none;
}
a:link {
    color: #0000E0;
}
a:visited, input.button {
    color: #300080;
}
a:hover, a:active {
    color: #500080;
}

div.footer, div.menu, .topic {
    border-top-color: #808080;
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 0.33em;
    padding-bottom: 0.33em;
}
div.header, div.menu, div.footer, .topic {
    clear: both;
}
.topic:after, blockquote:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div.topicheader {
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
hr {
    background: #808080;
    border: none;
}
input, textarea {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, form, blockquote {
    margin-top: 0em;
    margin-bottom: 0em;
}
h1, h2, h3, h4, div.header, div.topiclargetitle, div.topicsptitle {
    padding-top: 0.33em;
    padding-bottom: 0.33em;
}
h5, address, div.footer, div.topicheader, blockquote {
    padding-top: 0.33em;
    padding-bottom: 0.33em;
}
h6 {
    padding-top: 0.33em;
    padding-bottom: 0em;
}
.item, p {
    padding-top: 0.67em;
    padding-bottom: 0.67em;
}
blockquote {
    margin-top: 0.33em;
    paddin-top: 0.33em;
}
blockquote.topic {
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 0.33em;
}
h1, h2, h3, div.topictitle, div.topiclargetitle, div.topicsptitle {
    font-weight: bold;
}
h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 173%;
}
h2, div.topiclargetitle {
    font-size: 120%;
}
h3, h4, h5, h6 {
    font-size: 100%;
}

.title {
    font-style: italic;
}
.point {
    font-weight: bold;
}
.aside {
    font-size: 80%;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

div.sub {
    padding-left: 2.5em;
}

address {
    font-style: normal;
}

table {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
table.codes {
    width: 510px;
    table-layout: fixed;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
table.trlt {
    width: 300px;
    table-layout: auto;
}
th {
    font-weight: normal;
    text-align: left;
}
caption {
    text-align: left;
}
img {
    vertical-align: text-top;
}
.f-left {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.f-leftbottom {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    vertical-align: text-bottom;
}
.f-right {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
}
a img {
    border-width: 0;
}

/* regacy */
hr.msep {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}
