body {
  background-color: rgb(255, 255, 255);
  width: 750px;
  margin: 0 auto;
}

header {
  width: 100%;
}

h4.title {
  border-top: 2px solid #1c9a39;
  border-bottom: 2px solid #008000;
  text-align: center;
  width: 400px;
  margin-left: 20px;
  color: #008000;
  background-color: #dee7ce;
}

a:hover {
  color: white; 
  background-color: royalblue;
  transition: 1s;
}

section.top1 {
  display: inline-block;
  width: 220px;
}

section.top2 {
  display: inline-block;
  width: 510px;
}

section.okazaki {
  margin-left: 130px;
  margin-top: 0;
}

section.menu {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 0.8;
}

section.travel {
  font-size: 9pt;
  background-color: rgba(250, 250, 250, 0.3)
    
}

section.center {
  text-align: center;
}
section.left {
  text-align: left;
  margin: 8px;
}

section.main {
  float: left;
  width: 530px;
}
 
section.message {
  margin-left: 40px;
  width: 520px;
  font-family: serif;
  font-weight: bold;
}

section.box {
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  font-size: 12px;
}

section.biotop {
  width: 95%;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid 1px #990000;
  border-bottom: solid 2px #990000;
  font-size: 13px;
}

nav {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 220px;
  float: left;
  background-image: url(../pic/indexpic/takasago.gif);
}

section.one {
  width: 98%;
  margin-left: 10px;
  margin-top: 8px;
  background-image: url(../pic/indexpic/microcero3.gif);
  text-align: center; 
  padding: 3px;
}

section.one-p {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

section.oya {
  width: 98%;
  margin-left: 10px;
  margin-top: 8px;
  text-align: center;
  border-top: solid 2px #990000;
  border-bottom: solid 2px #990000;
}

section.info {
  width: 98%;
  margin-left: 10px;
  margin-top: 8px;
  border: solid 1px green;
}

section.info2 {
  width: 93%;
  margin-left: 10px;
  margin-top:10px;
  padding:13px;
  background-color:#dee7ce;
}

section.book-title {
  width: 100%;
  text-align: center;
  background-color: #dee7ce;
}

.marquee-anim {
  padding:.5em 0;
  overflow:hidden;
  background-color:rgb(233,247,250);
  width:400px;
  color:rgb(51,51,51);
}

.marquee-anim span {
  display:inline-block;
  padding-left:100%;
  white-space:nowrap;
  animation:marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform:translate(0);
  }
  to {
    transform:translate(-100%);
  }
}