*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
BODY{
  font-family:Verdana;
  font-size:x-small;
  scrollbar-arrow-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-base-color:#000000;
  scrollbar-shadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#000000;
}
H1{
  font-family:"Times New Roman", Times, serif;
  font-size:300px;
  font-weight:normal;
  float:left;
  margin:0px;
}
A{
  color:#333333;
}
A:HOVER{
  color:#999999;
}
#index{
  margin:13% 0 0 15%;
}
#main{
  width:600px;
}
#menu{
  margin:0px;
  padding:0px;
}
#menu LI{
  list-style:none;
  line-height:50px;
  height:52px;
  text-align:justify;
  text-justify:newspaper;
}
#menu LI A{
  color:#000000;
  font-size:60px;
  font-family:"Century Gothic";
  text-decoration:none;
  border-right:1px solid #ffffff;
  border-left:1px solid #ffffff;
}
#menu LI A:HOVER{
  color:#000000;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
}
#copy{
  font-size:10px;
  clear:both;
  text-align:justify;
  text-justify:newspaper;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}
#page{
  margin:0 17% 0 17%;
}
H2,
#navi A{
  display:block;
  color:#000000;
  font-size:110px;
  font-family:"Century Gothic";
  font-weight:normal;
  line-height:80px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  margin-bottom:30px;
  text-align:justify;
  text-justify:newspaper;
}
#note{
  line-height:1.3em;
}

