/*      
   $Id: docs.css,v 1.19 2002/10/04 09:54:37 anego Exp $
   Copyright (c) 2002 Momonga Project. All Rights Reserved.
 */

body {
       margin: 0px 5% 0px 5%;
       line-height: 1.4;
       background-color: #f5f5f5;
       color: #351a14;
}
p { padding: 0px 1em 0px 1em; }
hr{ display: none; }
div.navi{
          background-color:transparent;
          color: white;
          text-align:  right;
          clear: both;
          padding: 0.1em 0em;
          margin: -0.5em;
  }
span.navi {
            border: thin outset #daccc4;
            padding: 2px;
            background-color: #663300;
            color: white;
            }

a:link {
         background-color: transparent;
         color: #745247;
         text-decoration: none;

  }
a:visited {
            background-color: transparent;
            color: #663300;
            text-decoration: none;

  }
a:hover {
          background-color: #745247;
          color: white;
          text-decoration: none;

  }

div.navi a:link {
                  background-color: transparent;
                  color: white;
                  text-decoration: none;
                  }
div.navi a:visited {
                     background-color: transparent;
                     color: #daccc4;
                     text-decoration: none;
                     }                     
div.navi a:hover{
                  background-color: white;
                  color: #ed7332;
                  text-decoration: none;
                  }
div.box{
          border-top: thin solid #d2c1b8; 
          border-left: thin solid #d2c1b8; 
          border-right: thin solid #d2c1b8; 
          border-bottom: 3px solid #d2c1b8; 
          margin: 1em 0em;
          }

h1{
/*
    background: #d2c1b8;
    color: #351A14;
    border: thin outset #daccc4;
*/
    border-top: 4px solid #663300;
    border-bottom: 4px solid #663300;
    padding: 2px 0px 3px 0px;
    margin-top: 0em;
    text-align: center;
  }
h2 /* darkbrown */
{
  border-bottom: 1px solid #663300;
  border-left: 25px solid #663300;
  border-right: 25px solid #663300;
  padding-left: 0.5em;
  text-align: center;
  background: #e5dfdc;
  color: #351A14;
  }
h3 /* lightsalmon4 */
{
  border-bottom: 1px solid #745247;
  border-left: 25px solid #745247; 
  border-right: 25px solid #663300;
  padding-left: 0.5em;
  text-align: center;
  background: #efecea;
  color: #351A14;
  }
h4 /* tan4 */
{
  border-bottom: 1px solid #8b5a2b;
  border-left: 25px solid #8b5a2b;
  padding-left: 0.5em;
  }
dl { 
     margin: 0px 1em 0px 1em; 
     padding-bottom: 1em;
}
dl.inner { padding-bottom: 0em; }
dt {
     font-weight: bold; 
     margin: 5px 0px;

     }
dl.sitemap dt { 
                border-bottom: thin solid #8b5a2b;
                padding-left: 1em;
 }
div.under{ font-size: small; }
img { border: none;}
div.under img {margin-top: -17px; }
ul {line-height: 1.5;}
pre{ 
     margin: 0px 2em 0px 2em;
     background: #ffffe0; /*#d2c1b8;*/
     color: #351A14;
     padding: 1em;
 }
pre.guideline {
	margin: 0px 2% 1em 2%;
}
address { 
          background-image: url(../img/momo_icon.png);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          height: 65px;
 }
/* for announcement.html */
p.oldannouncedate {font-weight: bold;}


/* for docs index */
th.lite
{
  border-bottom: 1px solid #663300;
  border-left: 25px solid #663300;
  border-right: 25px solid #663300;
  text-align: center;
  background: #e5dfdc;
  color: #351A14;
/*
  padding: 5px 0px 5px 5px;
  border: thin outset #778899; 
  text-align: left;
*/
  font-size: large;
}
table.tantou { 
               width: 100%
 }
th.main { 
          background: #ffffe0; /*#d2c1b8;*/
          color: #745247;
          border: thin outset #745247;
 }
table.tantou th { 
                  text-align: left;
                  padding-left: 0.5em;
                  white-space: nowrap;
                  border: thin outset #745247;
 }

table.tantou td { 
                  border: thin solid #745247;
/*                  white-space: nowrap;*/
                  padding-left: 0.5em;
 }

div.screen{
 margin: 1em 2em;
} 

/* docs/index.html */
ul.menu { text-align: center; }
li.menu {
 display: inline;
 border: thin outset #daccc4;
 padding: 2px;
 margin-left: 5px;
}

