BODY{
  background : white;
  margin : 0px;
}
A{
  color : #000000;
  background : #ffffff;
  border: 1px solid gray;
  border-color: silver;
  padding: 0px 3px;
  text-decoration : none;
}
DIV SPAN A{
  color : #000000;
}
A:HOVER{
  color : #999999;
}

/* ƒgƒbƒv */
.lay0{
  top : 120px;
  left : 0px;
  width : 100%;
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  position : absolute;
}
#top H1{
  color : #ffffff;
  background : #003366;
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  font-size : 30px;
  font-family : "Lucida Sans Unicode";
  padding-left : 100px;
  padding : 40px 0px 40px 10%;
  letter-spacing : 7px;
  margin : 0px;
}
#top H1 SPAN{
  padding-right : 60px;
}
.lay{
  border-left : 200px solid #996666;
  margin-left : 105px;
  padding : 350px 0px 19px 19px;
  height : 250px;
  line-height : 1.5em;
}
.l1{
  width : 10%;
  height : 150px;
}
.t1{
  background : #000000;
  color : #ffffff;
}
.menu{
  text-align : center;
  border-bottom : 1px solid #000000;
  padding : 40px 0px 20px 200px;
}
.menu A{
  text-decoration : none;
  margin-right : 0.5em;
}
.menu UL{
  margin : 0px;
  padding : 0px;
}
.menu LI{
  display : inline;
  list-style : none;
}
