body {
  background-image: url("../images/bg01.jpg");
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #aaffff;
}

a:active {
  color: #aaffff;
}

.titlezone {
  width: 800px;
  text-align: center;
  margin: 20px auto 20px auto;
}

.downword {
  width: 400px;
  text-align: center;
  position: absolute;
  margin-top: -40px;
  left: 50%;
  margin-left: -200px;
}

.basewaku {
  width: 800px;
  background-color: rgba(150,100,0,0.7);
  margin: 20px auto 20px auto;
  border-radius: 40px 40px 40px 40px;
  text-align: center;
}

.btnarea {
  width: 700px;
  margin: 20px auto 20px auto;
  padding: 20px;
  /* background-color: rgba(0,0,0,0.7); */
  text-align: center;
}

.btnimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btnimg:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.noborder {
  border-style:none;
}

.noline {
  text-decoration: none;
}

#textfooter {
  text-align: center;
  color: #555500;
  margin: 20px;
}

#textfooter:hover {
  color: #999900;
}
