@charset="utf-8";

 body {
     background-color : #696969 ;  /*← 背景色= dimgray*/
 }

 .site {
      position : relative;
      background-image: url("../photo/index880.jpg") ;
      width : 880px;
      height : 660px; 
      top : 8px ;
      left : 50% ;
      margin-left : -440px ; 
      box-shadow : 3px 3px 5px  1px;     
  }  

 .button-enter {
      cursor : pointer;
      position : absolute ;
      display : block;
      background-image : url("../photo/enter_normal_R1.png"); 
      top : 540px ;
      left : 50% ;
      margin-left : -25px ;
      width : 70px;
      height :70px;
      }
 .button-enter:hover{
      background-image : url("../photo/enter_over_R1.png");
 }