div.wrapper1 {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  border: 0px solid;
}
.title {
  background-color: Navy;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  color: White;
  background-color: Navy;
  vertical-align: middle;
}
h2 {
  text-align: center;
  color: #FF0000
}
h3 {
  text-align: center;
}
hr {
  align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*div.left {
  border: 1px solid;   /* 表全体を線で囲う */
  /*border-collapse: collapse; /* 隣接セル同士の枠線を結合する */
  /*background: #FFEEFF; /* 薄桃色 */
  /*text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FF0000
}*/
div.returnlink {
  text-align: center;
  margin-top: 100px;
}
