h1{
  color : navy;
  text-align : center;
}

hr{
  color : darkslategray;
  aligin : center;
  size : 4px;
  width : 70%;
}

.hiduke{
  font-size : 15px;
  font-style : italic;
  text-align : center;
  margin-top : 5%;
}

.title {
  border-style : solid;
  border-color : darkseagreen;
  background-color : aliceblue;
  font-size : 18px;
  text-align : center;
  margin-top : 0px;
  margin-left : 20%;
  margin-right : 20%;
  margin-bottom : 0px;
  padding : 10px;
}

.honbun {
 background : #ffffff;
 border-style: double;
 border-color: darkslategray;
 font-size: 15px;
 margin-top: 0px;
 margin-left: 12.5%;
 margin-right: 12.5%;
 margin-bottom: 0px;
 padding: 10px;
}

.waku{
 background : #ffffff;
 border-style : dashed dotted;
 border-color : red;
 height: 550px;
 overflow: auto;
 width:70%;
}

