body { background-color: #800000; background-image: url(images/bg-wood01.jpg); }
a:visited { color: #ffffe0;}
a:link { color: #ffffe0;}
a:hover { position: relative; top: 1px; left: 1px; }
.LL { font-weight: bold; font-size: 22pt }
.L { font-weight: bold; font-size: 14pt }
.M  { font-size: 12pt }
.S  { font-size: 10pt }
.ss { font-size: 8pt }

/*ページ全体*/
#container {width:720px; text-align:center; }

/*ヘッダー部分*/
#header {width:720px; margin:auto;}
#waku {border:solid 2px #ffffff; width:250px; }
.title1 { font-size:20pt; color:white; font-weight:bold;}
.title2 { font-size:16pt; color:white; font-weight:bold;}


/*ナビ部分*/

#navi{}

.navi{
font-size:10pt;
  color:white;
  text-align:center;
  text-decoration:none;}
  
#navi a:hover  {
  background-color:#006400;
}



#g-navi  {
  float:left;
  margin-top:2px;
  margin-left:2px;
}

#g-navi a,#g-navi span  {
  float:left;
  font-size:14px;
  color:white;
  background-color:#8A7B29;
  display:block;
  width:116px;
  text-align:center;
  text-decoration:none;
  height:20px;
  padding-top:2px;
  border-right:solid white;
}

#g-navi a:hover  {
  background-color:#006400;
}






/*コンテンツ部分*/
#content{width:710px; padding:5px; background-color:#772100;border-right:solid 2px gray; border-bottom:solid 2px gray;}




/*フッター部分*/
#footer { }

