
/* common */

*
  {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 144%;
    margin: 0;
    padding: 0;
  }
body
  {
    background: #fff;
    color: #000;
  }




h1, h2, h3, h4, h5, h6
  {
    margin: 1em auto 1ex;
    padding: 0.5ex 3%;
  }
h1 {font-size: 200%;  font-weight: bolder;  background: #ded;}
h2 {font-size: 148%;  font-weight: bolder;  background: #dee;}
h3 {font-size: 120%;  font-weight: bolder;  background: #eee;}
h4 {font-size: 100%;  font-weight: bolder;  background: #eee;}
h5 {font-size: 100%;  font-weight: bolder;  background: #eee;}
h6 {font-size: 100%;  font-weight: bolder;  background: #eee;}




blockquote
  {
    margin: 1em 0;
    padding: 0.5ex 1ex;
    border-left: 1ex solid #090;
  }




dl, ol, ul
  {
    margin: 1em 0;
  }
ul ul,
ul ol,
ol ul,
ol ol
  {
    margin: 0;
  }

li {margin-left: 3%;}

dt {font-weight: bolder;}
dd {margin-left: 3%;}




table {margin: 1em 0;  border-collapse: collapse;}
th {background: #eee;}
td, th {padding: 0 1ex;  border: thin #999 solid;}








/* structure */

#left
  {
    float: left;
    width: 15%;
    margin-left: 3%;
  }
#content
  {
    float: right;
    width: 80%;
  }





  /* title */

#banner
  {
    margin-bottom: 1em;
  }
#banner .wikititle h1,
#banner .description
  {
    padding: 0 3%;
  }
.wikititle h1
  {
    background: #6c6;
    font-size: 144%;
    margin: 0;
  }
.wikititle h1 a
  {
    color: #000;
    text-decoration: none;
  }
.description
  {
    font-size: 80%;
  }

#tab
  {
    margin: 0 3% 1em;
  }
#tab div
  {
    display: inline;
    margin: 0 0.5ex;
  }




  /* content */

.title h1
  {
    background: #007f00;
    color: #fff;
    font-size: 300%;
    margin-top: 0;
    padding: 0.5ex 3%;
  }

.posted {margin-top: 4em;}
.lastupdate {text-align: right;}




  /* menu */

.menutitle,
.sidetitle,
.recenttitle
  {
    background: #dee;
    font-size: 100%;
    font-weight: bolder;
    margin: 2em 0 1ex;
  }
.menutitle
  {
    margin-top: 0;
  }

.recentbody2
  {
    margin-left: 1em;
  }








/* remove bad stuffs */

br,
.cgmmenu,
#copyright
  {
    display: none;
  }








/* __END__ */