body {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 150%;
}

p {
    margin: .5em 0;
}

h1 {
    margin: 1em 0;
    padding: 0;
    color: #444;
    font-size: 150%;
}
h2 {
    margin: 2em 0 1em;
    padding: 0;
    border-bottom: solid 2px #444;
    color: #444;
    font-size: 120%;
}
h3 {
    margin: 1em 0 .5em;
    font-size: 100%;
    color: #444;
}

a:link, a:visited {
    color: #33c;
    text-decoration: none;
}
a:visited {
    color: #639;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #fc0;
}

img {
    border-style: none;
}

table {
    margin: 0 auto;
    border-style: none;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 119%;
}
td, th {
    padding: 1px 1em 0;
    background: #eee;
    text-align: left;
    vertical-align: middle;
}
th {
    background: #888;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

form {
    margin: 0;
}
form table {
    margin: 0;
    border-style: none;
    border-collapse: collapse;
    font-size: 125%;
}
form td, form th {
    padding: 1px 4px;
    border-style: none;
    background: none;
    color: #000;
}
form th {
    font-weight: normal;
    background: none;
}

strong {
    color: #c34;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}

#header {
    width: 100%;
    height: 72px;
    margin: 0;
    padding: 16px 0;
    background: #d8d0bb;
}
#headerplate {
    width: 528px;
    height: 72px;
    margin: 0 auto;
    padding: 0;
}

#main {
    width: 800px;
    margin: 0 auto;
    padding: 16px 0;
    background: #fff;
}

#footer {
    width: 800px;
    margin: 16px auto 32px;
    padding: 8px 0;
    background: #fff;
    border-top: solid 1px #444;
    font-size: 90%;
}
#footer div {
    float: right;
    margin-left: 1em;
}

#downloadItem {
    margin: 1em 0;
}

.jisz8903 {
    font-family: 'JIS_Z_8903';
    -moz-font-feature-settings: 'ccmp' 1;
    -webkit-font-feature-settings: 'ccmp' 1;
    font-feature-settings: 'ccmp' 1;
}
td.jisz8903 {
    text-align: left;
}

div.figure {
    margin: .5em 40px;
    text-align: center;
    font-size: 80%;
}
form div.figure {
    margin: 2em 0;
}

ul.contents {
    font-size: 90%;
}

h2.extra {
    margin: 3em 0 1em;
    border-bottom: solid 1px #444;
    font-size: 100%;
}
div.footnote {
    font-size: 90%;
}
.note {
    vertical-align: super;
    font-size: 80%;
}

a.expandImg {
    display: block;
    cursor: default;
}
a.expandImg:hover {
    position: relative;
}
a.expandImg img.baseImg {
    border: none;
}
a.expandImg img.largeImg {
    display: none;
    position: absolute;
    border: solid 1px #ccc;
}
a.expandImg:hover img.largeImg {
    display: block;
    position: absolute;
}

table.largeVolume td, table.largeVolume th {
    padding: 1px 1ex;
}
