@charset "utf-8";

.main_img{
    background-image: url(RIMG1047.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 200px;
    position: relative;
    z-index: 10;
}


.main_title{
    font-size: 30px;
    font-weight: 900;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 150px;
    height: 40px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.waku{
     width: 1000px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     }
.waku hr{
        border-color: green;
        }
.waku a:link{
    color:black;
    }
.waku a:visited{
    color: #000;
    }
.waku a:hover{
    color: #00cc00;
    }
.ac{
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   }
.ac td{
      width: 333px;
      text-align: center;
      }
   
