*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  -ms-box-sizing : border-box;
}
BODY{
  color : #CCCCCC;
  background : #000000;
  font-size : x-small;
  font-family : Verdana;
  margin : 0px;
  font-size : x-small;
}
A{
  color : #CCCCCC;
}
A:HOVER{
  color : #ffffff;
}
#top{
  padding-top : 10%;
}
.lay{
  border-top : 1px solid #CCCCCC;
  border-bottom : 1px solid #CCCCCC;
  padding : 1em 0 1em 0;
}
#menu{
  margin : 0px;
  padding : 0 5% 0 0;
  width : 50%;
  text-align : right;
  float : left;
}
#menu LI{
  list-style : none;
  display : inline;
}
#menu A{
  display : block;
  width : 140px;
  line-height : 140px;
  height : 140px;
  background : url(m.gif) 50% 50% no-repeat;
  text-align : center;
  text-decoration : none;
  float : right;
  margin : 0 5 0 5px;
}
#menu A:HOVER{
  color : #ffffff;
  background : url(b.gif) 50% 50% no-repeat;
}
H1{
  font-size : 50px;
  font-family : "Lucida Handwriting";
  margin : 0px;
}
#note{
  padding : 20px;
  line-height : 1.5em;
}
#navi A{
  font-size : xx-small;
  text-decoration : none;
  padding : 10px;
}
