BODY{
  background-color : #ffffff;
  font-size : 15px;
  margin : 0px;
}
.left{
  position : absolute;
  top : 0px;
  left : 0px;
  background-color : #666600;/*左側の背景色*/
  height : 800%;
  width : 150px;/*幅*/
  border-right : 2px solid #666600;/*境界線の太さと色*/
}
.logo{
  top : 5px;
  left : 10px;/*左端からの位置*/
  width : 140px;
  border : 0px;
  line-height : 100px;
  position : absolute;
}
.menu{
  position : absolute;
  top : 120px;
  left : 15px;/*左端からの位置*/
  width : 160px;
  line-height : 18px;
}
.menutitle{
  background-color : #ffffff;
  color : #000000;
  line-height : 18px;
  padding : 2 12 2 30px;
  margin : 0 0 7 0px;
  border : 2px solid #666600;/*囲いの太さと色を設定*/
  position : relative;
}
#menu_1{
  position : absolute;
  top : 150px;
}
#menu_2{
  position : absolute;
  top : 200px;
}
#menu_3{
  position : absolute;
  top : 250px;
}
#menu_4{
  position : absolute;
  top : 300px;
}
#menu_5{
  position : absolute;
  top : 350px;
}
#menu_6{
  position : absolute;
  top : 400px;
}
#menu_7{
  position : absolute;
  top : 450px;
}
.space{
  position : absolute;
  top : 0px;
  left : 250px;
  width : 600px;
  height : 800%;
  border : 0px;
  padding : 6px;
}
.text{
  font-size : 13px;
  color : #666666;
}
.title{
  padding : 2 30 2 30px;
  border-width : 2px;
  border-style : solid;
  border-color : #999900;
}
A{
  color : #000000;
  text-decoration : none;
}
A:HOVER{
  color : #cc9900;
  text-decoration : none;
}
ul{
  margin: 0.5em 6px 2em 0.5em;
  }
LI{
  list-style : disc;list-style-position : inside;
  color: #cc9900;
  margin: 0.1em;
  font-size: 13px;
  line-height: 18px;
}