/*
   Id: black.css,v 1.11 2002/08/03 02:18:37 anego Exp $
   Copyright (c) 2002 Momonga Project. All Rights Reserved.
*/ 

body { 
background-color: black;
color: white; /*#d9d9d9;*/
background-image: url(../img/tobi_bg.png);
background-position: 0% 0%;
background-repeat: repeat-x;
line-height: 1.5;
}


img {
border: none;
} 

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

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

a:hover {
background-color: #eee9bf; 
color: #104e8b;
}

div.navi {
text-align: right;
font-size: small;
margin: 0em 1em 0em 0em;
}

span.navi {
padding: 3px;
background-color: transparent;
color: white;
border: thin outset #778899;
}

div.navi a:link {
background-color: transparent;
color: white;
text-decoration: none; 
}

div.navi a:visited {
background-color: transparent;
color: white;
text-decoration: none; 
  }

div.navi a:hover {
background-color: #eee9bf;
color: #104e8b;
  }

div.box { 
margin: 2em 1em 1em 1em;
border: thin solid #778899; 
}

h1 { 
margin-top: 0em;
padding: 5px 0px 5px 5px;
border: thin outset #778899; 
text-align: left; 
}

h2{
padding: 5px 0px 5px 5px;
border: thin outset #778899; 
/*
letter-spacing: 0.5em;
text-transform: uppercase;
*/
}

h3,h4,h5,h6{
padding: 5px 0px 5px 5px;
border: thin outset #778899; 
}

dt {
font-weight: bold;
font-size: 110%;
padding-left: 1em;
}

dd { 
padding: 2px;
/*
background-color: transparent;
color: #ffefd5;
*/
}

#inner {
background-image: none;
margin-left: -1.5em;
border-bottom: none;
margin-bottom: 1em;
}

ul{ 
line-height: 1.2;
padding: 0em 0em 0em 4em;
}
li {
margin:0em 0em 5px 0em;
}

#more { 
clear: both;
text-align: right;
margin-right: 2em;
font-weight: bold;
}
pre { margin: 0px 10%; }
hr{ display: none; }

div.under { 
clear: both;
height: 70px;
background-image: url(../img/forest.png);
background-repeat: repeat-x;
}
div.under img {float: right; margin-top: -30px;}
address { 
padding: 0.5em 0em 0em 0em;
text-align: left;
font-size: small;
}


p {
padding: 0em 1em;
line-height: 1.5;
  }

dl{
background-image: url(../img/s_bg.png);
background-position: 100% 0%;
background-repeat: no-repeat;
border: none;
padding: 5px 0px 5px 5px;
}

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

/* for docs index */
th.lite
{
  padding: 5px 0px 5px 5px;
  border: thin outset #778899; 
  text-align: left;
  font-size: large;
}
table.tantou { 
               width: 100%
 }
th.main { 
          background: dimgray;
          color: white;
          border: thin outset #778899;
 }
table.tantou th { 
                  text-align: left;
                  padding-left: 0.5em;
                  white-space: nowrap;
                  border: thin outset #778899;
 }

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

