﻿*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  -ms-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;
  overflow:auto;
  background:url("hana288.jpg") no-repeat 19% 65% fixed;
}
A{
  color:#333333;
}
A:HOVER{
  color:#999999;
}
#index{
  margin:0px;
}
#main{
  margin:13% 15% 0 18%;
  padding:0 0 310px 180px;
  height:390px;
  overflow:auto;
  scrollbar-base-color:#ffffff;
  scrollbar-track-color:#ffffff;
}
#message{
  font-family:"Courier New", Courier, mono;
  font-size:70px;
  font-weight:normal;
  line-height:70px;
  text-decoration:underline;
}

#update{
  display:inline;
  font-size:xx-small;
}
#menu{
  margin:0px;
  padding:15 0 0 0px;
}

#copy{
  font-size:xx-small;
}
H1{
  font-family:"Courier New", Courier, mono;
  font-size:250%;
  font-weight:normal;
  text-decoration:underline;
  margin:100px 0 10px 0px;
}
.navi{
  text-align:right;
  padding:0 15 0 0px;
}
.navi A{
  text-decoration:none;
}
#page{
  margin:0 17% 0 17%;
  background:url("hana288.jpg") no-repeat 95% 90% fixed;
}
#note{
  line-height:1.3em;
}

