*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  font-size : x-small;
  scrollbar-arrow-color : #666666;
  scrollbar-face-color : #ffffff;
}
A{
  color : #000000;
}
A:HOVER{
  color : #ffffff;
  background : #000000;
}
#index{
  padding : 0 0 0 154px;
}
#t{
  position : absolute;
  top : 30px;
  left : 70px;
  z-index : 1;
}
#w{
  width : 141px;
  background : #ffffff url(w.gif) no-repeat 10% 100%;
  top : 75px;
  left : 110px;
  position : absolute;
  z-index : 2;
}
#p{
  height : 30px;
  text-align : center;
  overflow : hidden;
  z-index : 3;
  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  padding : 30 0 0 0px;
}
#update{
  font-size : xx-small;
  margin : 10 0 10 0px;
}
#menu1,
#menu2{
  margin : 10 0 10 0px;
  padding : 0px;
  list-style : none;
}
#menu1 A,
#menu2 A{
  text-decoration : none;
  font-size : xx-small;
  width : 139px;
}
#F{
  width : 90%;
  height : 100%;
  border : 1px dashed #000000;
}
#main{
  text-align : right;
  padding : 0 0 0 100px;
}
H1{
  font-size : 25px;
  letter-spacing : 5px;
  margin-bottom : 0px;
}
#copy{
  margin : 0 7 0 0px;
  font-size : xx-small;
}
#page{
  padding : 0 0 0 100px;
}
H2{
  font-weight : normal;
  letter-spacing : 3px;
  margin-bottom : 0px;
}
#note{
  line-height : 1.5em;
  padding-top : 30px;
}