BODY{
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color: #FBDDB1;
　background-repeat: repeat-x;
}
H1{
  font-size:12pt;
  padding:5px;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #333333;
}


.font01{
  font-size : 11pt;
  color : #333333;
  font-weight : bold;
  line-height : 18px;
}
.font02{
  font-size : 11pt;
  color :#666666;
  font-weight : bold;
  line-height : 20px;
}
.font03{
  font-size : 12pt;
  color :#CCCCCC;
  line-height : 25px;
  letter-spacing : 2px;
}
.font04{
  font-size : 11pt;
  color :#CCCCCC;
  line-height : 23px;
  letter-spacing : 1px;
}
.font05{
  font-size : 14pt;
  color :#333333;
  font-weight : bold;
  line-height : 23px;
  letter-spacing : 1px;
}
.font06{
  font-size : 11pt;
  color :#333333;
  font-weight : bold;
  line-height : 23px;
  letter-spacing : 1px;
}
.font07{
  font-size : 11pt;
  color :#333333;
  line-height : 18px;
  letter-spacing : 1px;
}
A{
  text-decoration : none;
}

/* ここからmenu
-------------------------------- */
div {
   color:#ffffff;
   font-size: 12px;
   margin-left: 15;
}

# menu
{
margin-bottom: 1em;
}

/* 背景を横繰り返し、高さは画像と同じサイズ
-------------------------------- */
#menu ul 
{
background-image: url(img/common/b-back00.gif);
background-repeat: repeat-x;
background-position: 0 0;
position:relative;
height:30px;
}

/* listタグをfloatで左に回り込ませてサイズも指定
-------------------------------- */
#menu li 
{
width: 110px;
height: 30px;
list-style-type:none;
float: left;
}

/* aタグをblock要素にしてIE以外への対策、インデントで本来のテキストを左画面外の左999pxに飛ばしています
-------------------------------- */
#menu li a 
{
display: block;
width: 110px;
height: 30px;
background-position: 0 0 ;
background-repeat: no-repeat;
text-decoration: none;
text-indent: -999px;
}    
	
/* 各listタグにidをつけ個々に背景画像を指定、画像はマウスオフ、マウスオンを
上下につないだものを使って高さは60px
-------------------------------- */
#menu li#bt1 a 
{
background-image: url(img/common/b-top00.gif);
}

#menu #bt2 a 
{
background-image: url(img/common/b-kaisya00.gif);
}

#menu #bt3 a 
{
background-image: url(img/common/b-setsubi00.gif);
}

#menu #bt4 a 
{
background-image: url(img/common/b-gyoumu00.gif);
}

#menu #bt5 a 
{
background-image: url(img/common/b-kakou00.gif);
}
#menu #bt6 a 
{
background-image: url(img/common/b-link00.gif);
}
#menu #bt7 a 
{
background-image: url(img/common/b-toi00.gif);
}
#menu #bt8 a 
{
background-image: url(img/common/b-jisseki00.gif);
}

/* マウスオンすると重なった30px下の画像が出てきます
-------------------------------- */
#menu li a:hover 
{
background-position: 0 -30px;
}
/* ここまでmenu部分
-------------------------------- */

#container
{ 
background-color: white;
margin-right: auto;
margin-left: auto;
border: solid 0 #ffffff;
width: 800px;
height: auto 
}
ul,li
{
margin: 0;
padding: 0;
}
