/* 
   docs2.css -- brite image than docs.css.
   Id: docs2.css,v 1.14 2002/08/03 02:18: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: #2f4f4f;
}
a:link {
                  background-color: transparent;
                  color: #006600;
                  text-decoration: none;

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

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

  }

p { padding: 0px 1em 0px 1em; }
hr{ display: none; }
div.navi{
          text-align:  right;
          clear: both;
          padding: 0.1em 0em;
          margin: -0.5em;
  }
span.navi {
            border: thin outset #daccc4;
            padding: 2px;
            }
div.navi a:link {
                  text-decoration: none;
                  }
div.navi a:visited {
                     text-decoration: none;
                     }                     
div.navi a:hover{
                  text-decoration: none;
                  }
div.box{
          border-top: thin solid #50b44c; 
          border-left: thin solid #50b44c; 
          border-right: thin solid #50b44c;
          border-bottom: 3px solid #50b44c;
          margin: 1em 0em;
          }

h1{
    background: #50b44c;
    color: #f5f5dc;
    border: thin solid #daccc4;
    padding: 2px 0px 0px 0px;
    margin-top: 0em;
    text-align: center;
  }
h2 /* forestgreen */
 {
   border-bottom: 1px solid #009933;
   border-left: 25px solid #009933;
   border-right: 25px solid #009933;
   padding-left: 0.5em;
   text-align: center;
   background: #ffffe0; /*#d2c1b8;*/
   color: #2f4f4f;
  }
h3 /* mediumseagreen */
 {
   border-bottom: 1px solid #50b44c;
   border-left: 25px solid #50b44c;
   border-right: 25px solid #009933;
   padding-left: 0.5em;
   text-align: center;
   background: #fffff0;
   color: #2f4f4f;
  }
h4 /* palegreen3 */
 {
   border-bottom: 1px solid #7ccd7c;
   border-left: 25px solid #7ccd7c;
   border-right: 25px solid #009933;
   padding-left: 0.5em;
   text-align: center;
   background: #fff;
   color: #2f4f4f;
  }
dl { 
     margin: 0px 1em 0px 1em; 
     padding-bottom: 1em;
}
dt { 
     font-weight: bold;
     margin: 5px 0px;
 }
dl.sitemap dt { 
                border-bottom: thin solid #009933;
                padding-left: 1em;
 }
dl.inner{ padding-bottom:0px; }
dd {  }
img{ border: none;}
div.under{ font-size: small; }
div.under img {margin-top: -17px; }
ul {line-height: 1.5;}

address { 
          background-image: url(../img/momo_icon.png);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          height: 65px;
 }

/* for LICENCE.html */
pre{ 
     margin: 0px 2em 0px 2em;
     background: #ffffe0; /*#d2c1b8;*/
     color: #351A14;
     padding: 1em;
 }

pre.guideline {
	margin: 0px 2% 1em 2%;
}

/* for announcement.html */
p.oldannouncedate {font-weight: bold;}

th.lite
{
  border-bottom: 1px solid #009933;
  border-left: 25px solid #009933;
  border-right: 25px solid #009933;
  text-align: center;
  background: #ffffe0; /*#d2c1b8;*/
  color: #2f4f4f;
  font-size: large;
}
table.tantou { 
               width: 100%
 }
th.main { 
          background: #ffffe0; /*#d2c1b8;*/
          color: #2f4f4f;
          border: thin outset #009933;
 }
table.tantou th { 
                  text-align: left;
                  padding-left: 0.5em;
                  white-space: nowrap;
                  border: thin outset #009933;
 }

table.tantou td { 
                  border: thin solid #009933;
/*                  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;
}

