﻿@charset "utf-8";
/* CSS Document */
h1 {
  color: #F5090D;
  font-size: 50px;
  margin-top: 20px;
}
h2 {
  font-size: 30px;
  color: #3F14EF;
}

#content1 {
  width: 550px;
  height: 270px;
}
#box1 {
  border: 3px solid #339900;
  width: 550px; height: 270px;
  box-sizing: border-box;

  padding-bottom: 20px;margin-left: 40px;
}
.data {
  float: right;
  width: auto;padding-right: 50px;
  color: #F80707;
}
h3 {
  font-size: 20px;
  margin-top: 20px;
}
h4 {
  color: #F5090D;
  font-size: 20px;
  align-content: center;
}
p {
  color: #F5090D;
  font-size: 20px;
  margin-top: 20px;
  margin-right: 30px;
}
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-img :hover { opacity: 0.8;}
ul#nav li a:hover {
  opacity: 0.6;
}
.table {
  border-collapse: collapse;
  margin: 0 auto;
}
.table-img, .table-txt {
  vertical-align: top;
  width: 300px;
}
.table-img {
  background: #f0e68c;
}
.table-img > img {
  width: 100%;
}
.table-txt {
  background: #d2b48c;
}
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;
}






