@charset   "Shift_JIS";
<!--
BODY{  
  font:12px/180% MS UI Gothic;
  color : #gray;
  scrollbar-base-color : #ffffff;
  background-color : #ffffff;
  background-repeat : repeat;
  margin-top : 0px;
  margin-bottom : 50px;
  padding-right : 150px;
  padding-left : 150px;
  padding-top : 50px;
  text-align : left;
}
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 : ‚l‚r ‚o–¾’©;
  font-weight : bold;
  text-align : center;
  letter-spacing : 6px;
  margin-bottom : 15px;
}H2{  
  font-size : 30pt;
  font-family : Century;
  font-weight : bold;
  text-align : center;
  letter-spacing : 6px;
  margin-bottom : 15px;
}
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;
}
-->