body {
font-family: '游ゴシック';
overflow:scroll;
}

header{
  background: white;
}

#logo{
  width: 300px;
  margin: 20px auto;
}

#logo > a:hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

header img{
  width: 300px;
  margin: 0;
  padding: 0;
}

ul#menu{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

ul#menu>li{
  display: inline-block;
}

ul#menu>li>a{
  display: inline-block;
  width: 150px;
  height: 60px;
  background: White;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
}

ul#menu > li > a:hover{
  opacity: 0.3;
  transition: 0.5s;
}

ul#menu > li > a:visited{
  color: blue;
}

ul#news{
  list-style: none;
  padding: 0;
}


main{
  background: ;
  margin: 0 0 50px 0;
}

h1,h2{
    font-weight: normal;
}

h1{
  font-size: 42px
}

#contact_main{
  margin: 0 auto;
  width: 900px;
}

p{
  margin-top: 50px;
  font-size: 20px;
}

#address{
  text-align: center;
  font-size: 32px;
  text-decoration: none;
  color: black;
}


footer{
  /* background: ghostwhite; */
}
