@charset "euc-jp";

body {
        color:                  black;
        background:             white;
}

/* Basic DIVs */
div.toc {
        position:               absolute;
        top:                    8em;
        left:                   0.5em;
        width:                  20%;
        padding:                0em;
        margin:                 0em;
        font-weight:            bold;
        background:             #e0e0e0;
}

div.article {
        position:               absolute;
        top:                    8em;
        left:                   20%;
        width:                  80%;
        padding:                0em;
        margin:                 0em;
        background:             white;
}

div.copyright {
        font-size:              0.7em;
        font-weight:            normal;
        text-align:             right;
}

/* Inside TOC */
.toc dl {
        margin-right:           0em;
        margin-left:            0em;
        margin-top:             0.5em;
        margin-bottom:          2em;
}

.toc dt {
        margin-right:           0.5em;
        margin-left:            0.5em;
        margin-top:             0em;
        margin-bottom:          0.5em;
}

.toc dd {
        font-weight:            normal;
        margin-right:           0.5em;
        margin-left:            1.5em;
        margin-top:             0em;
        margin-bottom:          0.5em;
}

.toc span.selected {
        color:                  red;
}

/* Inside article */
.article h1 {
        color:                  blue;
        font-size:              2em;
        font-weight:            bold;
        text-indent:            0em;
        text-align:             center;
}

.article h2 {
        color:                  blue;
        font-size:              1em;
        font-weight:            bold;
        text-decoration:        underline;
        text-indent:            1em;
}

.article h3 {
        color:                  blue;
        font-size:              1em;
        font-weight:            bold;
        text-decoration:        none;
        text-indent:            2em;
}

.article h4 {
        color:                  blue;
        font-size:              1em;
        font-weight:            bold;
        text-decoration:        none;
        text-indent:            3em;
}

.article p {
        font-size:              1em;
        font-weight:            normal;
        text-align:             left;
        text-decoration:        none;
        line-height:            1.4em;
        margin-left:            4em;
        margin-right:           3em;
        text-indent:            1em;
}

.article p em {
        font-style:             normal;
        font-weight:            bold;
}

.article ul {
        margin-left:            4em;
        margin-right:           4em;
}

.article ol {
        margin-left:            4em;
        margin-right:           4em;
}

.article dl {
        margin-left:            4em;
        margin-right:           4em;
        margin-top:             0em:
        margin-bottom:          0em;
        border-style:           solid;
        border-width:           thin;
}

.article dt {
        font-weight:            bold;
        margin-left:            0.5em;
        margin-right:           auto;
        margin-top:             0.5em;
        margin-bottom:          0.5em;
        text-decoration:        underline;
}

.article dd {
        margin-left:            1.5em;
        margin-right:           auto;
        margin-top:             0em;
        margin-bottom:          0em;
}

.article blockquote {
        font-size:              1em;
        font-weight:            normal;
        border-style:           solid;
        border-color:           #c0c0c0;
        border-width:           2pt;
        background:             #e0e0e0;
        margin-left:            5em;
        margin-right:           5em;
        width:                  auto;
        text-align:             left;
        padding:                none;
        line-height:            1em;
}

.article blockquote.fixedwidth {
        font-size:              1em;
        font-weight:            normal;
        border-style:           solid;
        border-color:           #c0c0c0;
        border-width:           2pt;
        background:             #e0e0e0;
        margin-left:            5em;
        margin-right:           5em;
        width:                  30em;
        text-align:             left;
        padding:                0em;
        line-height:            1em;
}

/* NN4 needs div */
.article div.tbl {
        width:                  100%;
        margin:                 0em;
        padding:                0em;
        text-align:             center;
}

.article table {
        caption-side:           top;
        margin-left:            auto;
        margin-right:           auto;
        margin-top:             0em;
        margin-bottom:          0em;
        border-style:           solid;
        border-width:           thin;
        border-collapse:        collapse;
        border-spacing:         0px;
        text-align:             left;
}

.article caption {
        margin-left:            auto;
        margin-right:           auto;
}

.article th {
        background:             #e0e0e0;
        border-style:           solid;
        border-left-width:      thin;
        border-right-width:     thin;
        border-top-width:       0px;
        border-bottom-width:    0px;
        padding-left:           1em;
        padding-right:          1em;
        padding-top:            0px;
        padding-bottom:         0px;
}

.article td {
        border-style:           solid;
        border-left-width:      thin;
        border-right-width:     thin;
        border-top-width:       0px;
        border-bottom-width:    0px;
        padding-left:           1em;
        padding-right:          1em;
        padding-top:            0px;
        padding-bottom:         0px;
}
