BODY{
  width : 500px;
  float : right;
  background-repeat : repeat;
  background-attachment : scroll;
  font-size : 13px;
  font-weight : normal;
  text-align : center;
  background-image : url(../img/kabe0.jpg);
  background-color : blue;
}
#menu{
  width : 150px;
  float : left;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  height : 620px;
}
#container{
  width : 700px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  text-align : left;
  border-top-width : thick;
  border-top-style : ridge;
  border-left-width : thick;
  border-right-width : thick;
  border-bottom-width : thick;
  border-left-style : ridge;
  border-right-style : ridge;
  border-bottom-style : ridge;
  height : 700px;
  border-top-color : white;border-left-color : white;border-right-color : white;
  border-bottom-color : white;
}
#footer{
  clear : both;
  position : fixed;
  background-repeat : no-repeat;
  background-attachment : fixed;
  width : 700px;
  padding-top : 2px;
  padding-left : 2px;
  height : 20px;
}
#header{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  background-image : url(../img/kabe-header.jpg);
  background-repeat : no-repeat;
  background-attachment : scroll;
  width : 700px;
  height : 95px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
background-position : center center;}
#main{
  width : 530px;
  height : 620px;
  padding-top : 10px;
  padding-left : 5px;
}
#content{
  width : 700px;
  height : 640px;
  background-image : url(../img/kabe-content1.jpg);
  background-repeat : no-repeat;
  background-attachment : scroll;
  float : none;
background-position : center center;}
A{
  font-size : 13px;
  text-decoration : none;
  color : black;
}
A:HOVER{
  color : red;
  font-weight : 900;
}
TD{
  font-size : 13px;
  text-decoration : none;
  color : black;
}
