/* chapter.css */

@import url("../indiana.css");

p.ins {
    margin: 0.5em 1em;
    color: #ffff00;
    font-style: italic;
}

hr.sec {
    display: block;
    margin: 2em 25%;
    border-style: dotted;
    color: #888888;
    clear: both;
}

table {
    margin: 3em auto 0.5em auto;
    border-width: 0px;
}

td {
    border-width: 1px 0px 1px 0px;
    border-style: dotted;
    border-color: #888888;
    white-space: nowrap;
}

th {
    border-width: 0px;
    white-space: nowrap;
    text-align: left;
    font-size: x-small;
}

col.chapter {
    padding-right: 1em;
    text-align: right;
}

col.chapter, col.his, col.jp {
    padding-right: 1em;
    font-size: small;
}

col.jp_loc, col.en, col.en_loc {
    padding-right: 1em;
    font-size: x-small;
}


/* end_of_file */

