@charset   "Shift_JIS";
<!--
BODY{  
  font-family : MS UI Gothic;
  line-height : 180%;
  letter-spacing : 3px;
  color : #99aca7;
  scrollbar-base-color : #ffffff;
  font-size : 10pt;
  background-color : #f7faf1;
  background-image : url(img/back.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  margin-top : 0px;
  margin-bottom : 0px;
  padding-left : 0px;
  padding-top : 0px;
  text-align : center;
}
A:visited{  
  color : #e29494;
  text-decoration : none;
}A:link{  
  color : #d2e11e;
  text-decoration : none;
}
P{  
  margin-top : 5px;
  margin-right : 1px;
  margin-bottom : 5px;
  margin-left : auto;
}
A:hover{  
  color : black;
  text-decoration : underline;
}
H1{  
  font-size : 30pt;
  font-family : Georgia,Century,Verdana,Tahoma,"Century Gothic";
  color : white;
  font-weight : bold;
  text-align : center;
  letter-spacing : 6px;
  margin-bottom : 15px;
}H2{
  font-size : 30px;
  font-family : Georgia,Century,Verdana,Tahoma;
  color : #b1a79a;
  font-weight : bold;
  text-align : right;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-right : 10px;
  height : 230px;
  padding-top : 80px;
}H3{  
  font-size : 13pt;
  font-family : Georgia,Century,Verdana,Tahoma;
  color : #add8de;
  font-weight : bold;
  text-align : left;
  margin-top : 15px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TD{  
  font-size : 10pt;
}
DIV#html{  
  background-image : url(img/top.png);background-position : 0px 0px;
  width : 550px;
  height : 100%;
  background-color : white;
  background-repeat : no-repeat;
  background-attachment : scroll;
  padding-left : 20px;
  padding-right : 20px;
  margin-top : 0px;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
}
DIV#end{  
  background-image : url(img/end.png);
  text-align : left;
  width : 100%;
  height : 150px;
  background-repeat : no-repeat;
  background-attachment : scroll;background-position : 100% 100%;
  font-size : 24px;
  font-weight : bold;
  font-family : Georgia,Century,Verdana,Tahoma;
}
-->