*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  margin:0px;
  padding:0px;
  scrollbar-arrow-color:#999999;
  scrollbar-bace-color:#999999;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
}
BODY{
  font-family:Verdana;
  font-size:13px;
  cursor:crosshair;
}
A{
  color:#999999;
}
#index>#header *,
#index>#footer *{
  font-size:x-small;
  text-decoration:none;
}
#index>#header>H1{
  position:absolute;
  top:50%;
  width:100%;
  background:url(flight-open.jpg) no-repeat 100% 50%;
  padding:120px 226px 120px 0px;
  margin-top:-140px;
  font-size:19px;
  font-family:"Lucida Sans Unicode";
  letter-spacing:10px;
  text-align:center;
}
#F{
  position:absolute;
  top:50%;
  left:50%;
  border:1px solid #999999;
  margin:-190px 0px 0px -298px;
}
#page0{
  overflow:hidden;
  margin:0px;
  padding:0px;
}
#indexmenu{
  position:absolute;
  top:0;
  left:0;
  list-style:none;
}
#indexmenu A{
  border:1px solid #999999;
  width:98px;
  text-align:center;
  position:absolute;
  cursor:default;
  behavior:url(#default#time2);
  text-decoration:none;
  cursor:default;
}
/* CSS3 移動 */
@-webkit-keyframes movemenu{
  0%{
    margin-left:-200px;
  }
  100%{
    margin-left:0px;
  }
}
/*CSS3 色変化 */
@-webkit-keyframes menucolor{
  0%{
    background:#ffffff;
  }
  50%{
    background:#c0c0c0;
  }
  100%{
    background:#ffffff;
  }
}
#A1{
  top:369px;
  left:1px;
  -webkit-animation:'movemenu' 0.4s ease-in-out;
}
#A2{
  top:369px;
  left:100px;
  -webkit-animation:'movemenu' 0.5s ease-in-out;
}
#A3{
  top:369px;
  left:199px;
  -webkit-animation:'movemenu' 0.6s ease-in-out;
}
#A4{
  top:369px;
  left:298px;
  -webkit-animation:'movemenu' 0.7s ease-in-out;
}
#A5{
  top:369px;
  left:397px;
  -webkit-animation:'movemenu' 0.8s ease-in-out;
}
#A6{
  top:369px;
  left:496px;
  -webkit-animation:'movemenu' 0.9s ease-in-out;
}
#indexmenu A:hover{
  -webkit-animation:'menucolor' 0.6s ease-in-out infinite;
}
#page #note{
  padding:1em;
  line-height:1.5em;
}
#page #note>H1{
  font-size:19px;
  font-family:"Lucida Sans Unicode";
  letter-spacing:10px;
  color:#999999;
  border-bottom:1px solid #999999;
  margin-bottom:1em;
}
#note P{
  margin:1em 0em 1em 0em;
}
#note LI{
  margin:0em 0em 0em 2em;
}
#note PRE{
  font-size:small;
  color:#222222;
  background:#dcdcdc;
  padding:10px;
}
#note PRE STRONG{
  font-size:110%;
}
.no{
  font-size:x-small;
  text-align:right;
}
