*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  font-size : x-small;
}
A{
  color : #999999;
}
A:HOVER{
  color : #666666;
}
#index{
  text-align : center;
}
#main,
#title{
  width : 330px;
  border : 1px solid #666666;
  margin : auto;
  text-align : left;
}
#main{
  border-top : none;
  background : url(line.gif);
  padding-top : 10px;
}
#title{
  border-bottom : none;
  margin-top : 6%;
}
#mark{
  filter : shadow(color=#cccccc,direction=150);
  width : 100%;
  height : 24px;
  color : #666666;
  margin : 0px;
  padding : 5 0 0 11px;
}
H1{
  font-family : "Courier New", Courier, mono;
  font-size : 21px;
  background : #ffffff;
  margin : 0px;
  padding : 11 0 0 11px;
  height : 31px;
  line-height : 21px;
  overflow : hidden;
}
#update{
  font-family : "Lucida Sans Unicode";
  font-size : xx-small;
  letter-spacing : 1px;
  margin : 0px;
  padding : 0 0 0 11px;
}
#menu{
  font-family : "Arial Narrow";
  margin : 0px;
  padding : 11px;
  text-align : right;
  background : #ffffff;
}
#menu LI{
  display : inline;
  list-style : none;
}
#menu A{
  color : #000000;
  text-decoration : none;
  padding-left : 10px;
}
#menu A:HOVER{
  text-decoration : line-through;
}
#copy{
  font-size : xx-small;
}
#copy A{
  color : #000000;
  text-decoration : none;
}
#page{
  text-align : center;
}
#note{
  width : 330px;
  border : 1px solid #666666;
  margin : auto;
  text-align : left;
  background : url(line.gif);
  padding : 23 15 22 15px;
  line-height : 21px;
}

