<!--
BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #ffffff;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-dark-shadow-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-3d-light-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-shadow-color:#eeeeee;
  scrollbar-arrow-color:#000000;
  scrollbar-highlight-color:#dddddd;
}
H1{
  font-size : 14px;
  font-family : Arial, "ＭＳ Ｐゴシック",Osaka,Verdana, Geneva, Helvetica, sans-serif;
  font-weight : 700;
  color : #eeeeee;
}
.DIV_BODY{
  margin : 0;
  text-align : center ;
  padding : 0;
}
.main{
  margin-top : 0;
  margin-bottom : 0;
  width : 800px;
  background-image : url(../main/bg.gif);
  padding-top : 10px;
  margin-left : auto ; 
  margin-right : auto ;
  border-left-width : 4px;
  border-right-width : 4px;
  border-left-style : double;
  border-right-style : double;
  border-left-color : gray;
  border-right-color : gray;
}

.button{
  width : 196px;
  position : normal;
  padding : 0 0 0 2;
  margin : 0 5 15 0;
}
.button span{
  color : #FFD700;
  background-color : #666666;
  border-width : 2px;
  border-style : solid;
  border-color :#000000 #cccccc #cccccc #000000 ;
  text-decoration : none;
  display: block;
  font-size : 18px;
  font-family : Arial;
  text-align : center;  
  width : 190px;
  height : 22px;
  font-weight : 700;
}
.button A{
  color : #339900;
  background-color : silver;
  border-width : 2px;
  border-style : solid;
  border-color : #ffffff #333333 #333333 #eeeeee;
  text-decoration : none;
  display: block;
  font-size : 18px;
  font-family : Arial;
  text-align : center;  
  width : 190px;
  height : 22px;
  font-weight : 700;
}
.button A:HOVER{
  color : #FFFF99;
  background-color : #666666;
  border-width : 2px;
  border-style : solid;
  border-color :#000000 #cccccc #cccccc #000000 ;
  text-decoration : none;
  display: block;
  font-size : 18px;
  font-family : Arial;
  text-align : center;  
  width : 190px;
  height : 22px;
  font-weight : 700;
}
.button A:active{
  color : #FF3366;
  background-color : #666666;
  border-width : 2px;
  border-style : solid;
  border-color :#000000 #cccccc #cccccc #000000 ;
  text-decoration : none;
  display: block;
  font-size : 18px;
  font-family : Arial;
  text-align : center;  
  width : 190px;
  height : 22px;
  font-weight : 700;
}
.button H2{
font-family : Arial, "ＭＳ Ｐゴシック",Osaka,Verdana, Geneva, Helvetica, sans-serif;
  font-size : 17px;
  color : #eeeeee;
  margin : 8 0 5 0;
  text-align : center;
  padding : 0px;
}
.button P{
  font-size : 12px;
  font-family : Times New Roman;
  font-weight : 400;
  color : #eeeeee;
  text-align : center;
  margin : 0px;
}
.button ADDRESS{
  font-size : 12px;
  font-family : Times New Roman;
  font-weight : 400;
  color : #eeeeee;
  text-align : center;
  margin : 20 5 4 5;
}

-->