body {
  font-size: 12px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", sans-serif;
}
.container {
  width: 1000px;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  margin: 0 auto;
}
h1 {
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 16px;
  display: inline-block;
  border-left: #2d501d solid 6px;
  padding-left: 10px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topimg {
  background: url("../img/head-2.jpg") no-repeat;
  width: 100%;
  height: 166px;
  position: relative;
}
h2 {
  bottom: 0;
  width: 190px;
  position: absolute;
  margin: 0;
  text-align: center;
  padding: 10px 30px 0;
  background-color: #359525;
  color: #fff;
  box-sizing: content-box;
}
nav>ul {
  width: 1000px;
  height: 50px;
  background-color: #d9d9d9;
  border-top: #359525 5px solid;
}
nav>ul>li {
  width: 249px;
  height: 50px;
  float: left;
  margin: 0 auto;
  text-align: center;
  border-right: dashed 1px #ababab;
}
nav>ul>li:last-child {
  border-right: none;
}
nav>ul>li a {
  font-size: 18px;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #359525;
  font-weight: bold;
  text-decoration: none;
}
.dropopen {
  display: none;
  background-color: #d9d9d9;
  position: relative;
  z-index: 99;
  margin-top: -10px;
  padding-bottom: 10px;
}
.drop:hover .dropopen {
  display: block;
}
nav>ul:after {
  content: "";
  display: block;
  clear: both;
}
.level {
  padding-left: 10px;
}
.subnav {
  float: left;
  margin: 10px;
  padding: 10px;
  background-color: #f5e8ca;
  z-index: 1;
  position: relative;
}
.subnav >li {
  margin: 5px 0;
}
.subnav >li:first-child {
  margin-top: 0;
}
.subnav >li:last-child {
  margin-bottom: 0;
}
.main {
  width: 700px;
  margin-left: 300px;
  margin-top: 10px;
}
.indexcover {
  width: 650px;
  height: 200px;
  background: url("../img/index-2.png");
  background-size: cover;
  padding-top: 1px;
  position: relative;
  top: 10px;
  font-size: 12px;
}
.indexcover p {
  background-color: rgba(255,255,255,0.75);
  line-height: 1.9em;
  margin-top: 50px;
}
.indexcover p span {
  display: inline-block;
  margin: 0 150px;
  font-weight:bold;
}
.history {
  border: 1px dashed #ababab;
  margin-right: 50px;
  margin-top: 30px;
  height: 610px;
  overflow: auto;
}
.history h3 {
  border-left: none;
  display: block;
}
.history>* {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ababab;
}
.contents:after {
  content: "";
  display: block;
  clear: both;
}
footer {
  text-align: center;
}
.ftop>a>img {
  width: 20px;
  height: 20px;
}
.fbottom {
  background-color: #359525;
}
table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
table.type04 th {
	width: 320px;
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.type04 td {
	width: 320px;
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
