BODY { 
/*  background-color: #b27560;*/
  background-color: #ccff99;
  padding-top: 0px;
  padding-left: 1px;
/*  font-family: Arial;*/
  line-height: 125%;
}

A:link { color: #191970 }
A:visited { color: #2F4F4F }
A:active { color: #a52a2a }

.toc { 
  background-color: #8CC6D9;
  color: #E0E085;
}

.all { 
    margin: 0px auto 0px auto;
    width: 800px;
}

.plate { 
    float: left;
}

.header, .footer { 
   font-size: medium;
   margin-top: 0px;
   border: 1px none gray;
/*   background-color: #9c9cca;*/
   background-color: #425114;
   font-weight: normal;
   border-style: none none none none;
   padding-left: 0.5em;
   font-style: italic;
   height: 1.5em;
/*   height: 1em;*/
/*   padding: 0.2ex 0ex 0.2ex 1ex;*/
}

.header A, .header A:visited { 
   text-decoration: none;
   color: #ffc;
}

.footer {
   display: none;
/*   clear: both;*/
   margin: 0px 0px 0px 0px;
   text-align: right;
   font-style: italic;
/*   font-family: cursive;*/
}

.menu { 
/*  background-color: #ccb27f;*/
  background-color: #c2d194;
/*  font-size: small;*/
  margin: 5px 5px 5px 0px;
  font-size: x-small;
  text-align: right;
  border-style: none none solid solid;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: #425114;
}

.menu a { text-decoration: none }

/*.menu a:hover { background-color: #e2f1b4 }*/
.normalmenu a:hover { background-color: #e2f1b4 }
.normalmenu td:hover { background-color: #e2f1b4 }
.casualmenu :hover { background-color: #e2f1b4 }
/*.menu td:hover { background-color: #e2f1b4 }*/

.casualmenu { 
  background-color: #d2e1a4;
}

.langmenu {
  background-color: #bbbbff;
}

.separator {
  color: black;
  background-color: #b2c184;
}

/* main contents */
.content { 
/*  margin-left: 1em;*/
  padding: 1em 1em 1em 1em;
  border-left-style: solid;
  border-left-color: #425114;
  border-left-width: 5px;
  background-color: #ffc;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #425114;

  border-bottom-style: solid;
  border-bottom-color: #425114;
  border-bottom-width: 1.5em;

  min-width: 500px;
}

.bookmark a { text-decoration: none }

.relief { 
/*  background-color: #d2be60;*/
  padding: 0.5em;
}

P {
   text-indent: 1em;
   margin-left: 0.5em;
   margin-right: 5%;
}

EM {
  color: #336699;
  font-weight: bold;
  font-style: normal;
} 

H1, H2, H3 {
   border: 1px none gray;
   background-color: #bac2a3;
   font-weight: normal;
   border-style: none none none solid;
   border-color: #336699; 
}

H1 {
   padding: 5px 0.2ex 5px 1ex;
   border-left-width: 20px;
/*   font-size: large;*/
   font-size: 110%;
   margin-right: 3%;
   margin-top: 0.2ex;
}

H2 {
   padding: 4px 0ex 4px 1ex;
   border-left-width: 12px;
/*   font-size: large;*/
   font-size: 105%;
   margin-right: 5%;
   margin-top: 1ex;
}

H3 {
   background-color: #33cccc;
   padding: 4px 0ex 4px 1ex;
   border-left-width: 0.6em;
/*   font-size: large;*/
   font-size: 105%;
   margin-right: 50%;
   margin-top: 1ex;
   border-style: none none none none;
}

BLOCKQUOTE {
   color: #000000;
/*  background-color: #d2be60;*/
   background: #DCDCBD;
   margin: 5px 10% 5px 5%;
   font-size: 100%;
/*   font-weight: normal;*/
/*   line-height: 150%;*/
   padding: 10px;
   border: 2px double #8080ad;
   width: auto;
/*   font-family: monospace;*/
}

.note { 
  font-size: xx-small;
}

.rireki td {
    text-align: center;
}

.rireki dt {
    color: #660033;
}

