@charset "utf-8";
/* CSS Document */
h1 {
  color: #F5090D;
  font-size: 50px;
  margin-top: 20px;
}
h2 {
  color: #A23C59;
  font-size: 40px;
  margin-top: 20px;
  text-align: center
}
h3 {
  color: #A23C59;
  font-size: 40px;
  margin-top: 20px;
  text-align: center
}
h4 {
  font-size: 20px;
  margin-top: 20px;
}
h5 {
  color: #F5090D;
  font-size: 20px;
  align-content: center;
}
h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #F7090D;
}
p {
  color: #000000;
  font-size: 20px;
  margin-top: 20px;
  text-align: left;
}
#content1 {
  width: 550px;
  height: 270px;
}
#box1 {
  border: 10px ridge #339900;
  width: 550px;
  height: 280px;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-left: 40px;
}
.data {
  float: right;
  width: auto;
  padding-right: 50px;
  color: #200FFC;
}
img.float_right {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
body {
  font-family: "メイリオ", sans-serif;
}
ul#nav {
  width: 756px;
  margin: 20px auto;
  overflow: hidden;
}
ul#nav li {
  width: 150px;
  border: #777 1px solid;
  border-right: none;
  text-align: center;
  float: left;
  background: #fef;
}
ul#nav li:last-child {
  border-right: #777 1px solid;
}
ul#nav li a {
  display: block;
  height: 100px; /*heightとline-heightを合わせると内包させるテキストが領域高の真ん中に揃う*/
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #900;
  text-decoration: none;
}
table, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  margin: 20px auto 0;
  border: 8px solid #FB4306;
}
td { /*th要素は自動的にtext-align:center;が掛かるため、css設定は不要*/
  width: 400px;
  font-size: 24px;
  padding: 5px 0px 0px 0px;
  border: 1px solid #000;
}
td {
  text-align: center;
}
.table-img, ul#nav li a:hover {
  opacity: 0.6;
}
a:hover {
  color: red;
}
#content {
  width: 200px;
  height: 50px;
}
#box {
  border: 10px ridge#5F13EB;
  width: 200px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-left: 200px;
}