/* CSS Document */
* {
    padding: 0;
    margin: 0;
}
body {
    margin: 15px;
    background: #FFFFFF;
    color: #333333;
    font-size: 90%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
    color: #FF6600;
    text-decoration: none;
}
a:visited {
    color: #994433;
    text-decoration: none;
}
a:hover {
    color: #FF6600;
    text-decoration: underline;
}
/* Head Block */
#head {
    background-color: #99CC00;
    margin-bottom: 20px;
    border-top: 10px solid #336600;
}
h1 {
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}
#title1 {
    float: left;
    padding: 10px;
    font-size: 200%;
}
#title2 {
    padding: 10px;
    margin-top: 0.5em;
    font-size: 140%;
    text-align: right;
}
#langs {
    clear: left;
    padding: 8px;
    background-color: #EAFFAA;
    text-align: right;
}
/* Path Block */
#path {
    width: 25%;
    margin: 0 0 15px 15px;
    font-size: 90%;
}
/* TOC Block */
#TOC {
    width: 25%;
    margin: 0 0 20px 15px;
}
#TOC h2 {
    font-size: 120%;
    margin-bottom: 4px;
}
#TOC h3 {
    font-size: 100%;
    margin-bottom: 1.0em;
    padding-left: 0px;
}
#TOC h3.mono {
    line-height: 0.8em;
}
#TOC h3 a {
    color: #003366 ! important;
    font-weight: bold;
    text-decoration: none;
}
#TOC h3 a:hover {
    text-decoration: underline;
}
#TOC ul {
    margin: -0.8em 0 10px 1.5em;
    list-style: circle;
}
#TOC ul li {
    line-height: 1.2em;
}
#TOC ul a {
    color: #3366CC ! important;
    text-decoration: none;
}
#TOC ul a:hover {
    text-decoration: underline;
}
.hosoku {
    font-size: 80%;
}
/* Body Block */
#body {
    float: right;
    width: 70%;
    margin-bottom: 20px;
}
#body h2 {
    background-color: #336600;
    padding: 7px;
    color: #FFFFFF;
    font-size: 115%;
    margin-bottom: 10px;
}
#body .lastmodified {
    margin: -5px 0 5px 0;
    font-size: 90%;
    text-align: right;
}
/* Content Block */
#content, #notice {
    padding: 20px 20px 10px 20px;
    border: 1px solid #999999;
    margin-bottom: 5px;
}
h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 8px;
}
div.index h3 {
    margin-top: 0px;
}
div.author {
    margin-bottom: 10px;
    text-align: right;
}
#notice h2 {
    padding: 0 0 10px 0 ! important;
    margin: 0 0 20px 0 ! important;
    color: #006633 ! important;
    background-color: #FFFFFF ! important;
    font-size: 120% ! important;
    border-bottom: 1px solid #999999;
}
#notice h3 {
    padding-left: 10px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 110%;
}
#notice p {
    margin: 0 0 20px 30px;
}
#notice ul {
    margin-left: 60px;
}
p {
    line-height: 2.8ex;
}
p.indented {
    text-indent: 1em;
}
p.numbered {
    padding: 0 0 0 1em;
    text-indent: -1.0em;
}
p.keizoku {
    padding: 0 0 0 1.5em;
}
p.space {
    margin-bottom: 8px;
    margin-top: 8px;
}
.addr {
    margin: 2px 0 0 30px;
    color: #006600;
}
ul, ol {
    margin-top: 3px;
    margin-bottom: 3px;
}
li {
    margin-bottom: 3px;
}
ul.nomark {
    list-style: none;
    text-indent: -1em;
}
ul.kuromaru {
    list-style: disc;
}
.bold {
    font-weight: bold ! important;
}
.italic {
    font-style: italic ! important;
}
.underline {
    text-decoration: underline;
}
.through {
    text-decoration: line-through;
}

.caution {
    color: #CC0066;
}
.navy {
    color: navy;
}
.biblio {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    text-indent: -30px;
}
.biblio li {
    margin-left: 20px;
}
div.index h3 {
    margin-top: 0px;
}
div.index ul, ol {
    padding: 0 0 0 30px;
    margin: 10px 0 20px 0;
}
div.pdf {
    border-top: 1px dashed #999999;
    padding-top: 20px;
}
div.index ul ul {
    padding: 0 0 0 30px;
    margin: 10px 0 10px 0px;
    border: none;
    list-style: inherit;
}
div.chapter {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: left;
    border-top: 1px dashed #999999;
}
div.chapter ul {
    margin-left: 60px;
}
div.chapter ol {
    margin-left: 60px;
}
img.photo {
    padding: 2px;
    border: 1px solid #999999;
}
/* Contact Block */
#contact {
    margin-bottom: 20px;
}
#contact p {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
    font-size: 80%;
    text-align: right;
}
/* Foot Block */
#foot {
    clear: both;
    border-bottom: 5px solid #336600;
}
#anchor {
    clear: left;
    margin-bottom: 20px;
    text-align: right;
}
#anchor a {
    color: #3366CC;
}
#note {
    padding: 10px;
    color: #666666;
    background-color: #EAFFAA;
    font-size: 90%;
}
#copyright {
    padding: 5px;
    background-color: #99CC00;
    text-align: right;
    font-size: 90%;
    font-weight: bold;
}