
BODY{
  background-color : white;
  background-image : url(../image/fuji-white.jpg);
  background-attachment : fixed;
  background-repeat : repeat-x;
  margin-top : 80px;
  scrollbar-base-color: #9F95BF;
  scrollbar-face-color: #9F95BF;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-arrow-color: white;
  scrollbar-3dlight-color: #9F95BF;
  scrollbar-darkshadow-color: #9F95BF;
}
.top{
  font-size : 10pt;
  color : #83B12B;
  text-align : center;
  margin-top : 40px;
  line-height : 130%;
  width : 500;
  background-color : white;
  filter : alpha(opacity=80)
}
H4{
  font-size : 11pt;
  width : 500;
  padding-top : 3px;
  padding-bottom : 2px;
  border : 3px #444387 double;
  margin-bottom : 0pt;
  background-color : white;
  filter : alpha(opacity=80)
  color : #444387;
}
P.cc{
  font-size : 10pt;
  width : 500;
  text-align : left;
　margin-top : 5pt;
  padding-left : 3px;
  padding-bottom : 10px;
  color : #4D3B40;
}
A:link,A:visited{
  color : #444387;
  text-decoration : none;
}
A:hover,A:active{
  color : #FFF8DC;
  background-color : #ED9DAD;
  text-decoration : none;
}

.HOME{
font-size : 10pt;
font-family : "MS UI Gothic";
color : white;
background-color : #83B12B;
text-align : center;
padding : 2px;
border : double #83B12B 3px;}
