@charset   "Shift_JIS";
 
.buttonClass{
display:block;
  color : white;
  background-color : #003300;
  text-decoration : none;
  text-align : center;border-width : 2px 2px 2px 2px;border-style : outset outset outset outset;border-color : navy navy navy navy;
  width : 125px;
  
  font-size : 15px;
  font-family : HGPºÞ¼¯¸E;
  font-weight : 200;
  font-style : normal;
}
A:active{
  color : white;
  background-color : #33ccff;
border-width : 2px 2px 2px 2px;border-color : white white white white;
  text-align : center;
  width : 125px;
  height : 20px;
  font-size : 15px;
  font-family : HGPºÞ¼¯¸E;
  text-decoration : none;
}