/*mycss*/

html{
  height: 100%;
}

body{
  height: 100%;
  font-family:verdana,Arial;
  font-size: 16px;

}

body > #container{
    height: auto;

}

#container{
  min-height: 100%;
  height: 100%;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  /*padding: 0 5px;*/
  background-color: #FFF;

}

#header{
  overflow: hidden;
}

#header h1{
  background-color: #00FFFF;
  color: #000080;
  width: 100%;
  height: 20px;
}



#header a {
  width:900px;
  height:auto;
  margin-left: 15px;
}


#menu {
  margin-bottom: 10px;
  list-style: none;
  overflow: hidden;

}

#menu ul {
  text-align: center;
	margin-left:10px;
}


#menu ul > li {
  float: left;
  width: 15%;
  height:40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  background: #7FFFD4;
  border-radius: 10px;
  margin: 8px 4px 3px 4px;
  text-shadow: 0 2px 0 #fff;
  list-style: none;

}

#menu li:hover{
  background: #E6E6FA;
}

#menu a {
  text-decoration: none;
  display: block;

}


#main{
  overflow: hidden;
  margin-bottom: 15px;
}

#contents{
  float: left;
  width: 1000px;
  max-width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #F2961F;
}

#contents section {
  margin-bottom: 20px;
}


#contents img {
  /*float: left;*/
  width:1000px;
  max-width: 100%;
  height:auto;
  /*margin:10px 10px 40px 10px;*/
}

#contents h2 {
  overflow: hidden;
  width:1000px;
  max-width: 98%;
  height: auto;
  font-size: 30px;
  color:#B22222;
  font-weight: bold;
  margin:15px;
  border-bottom: 2px dotted #cccccc;
}


#contents section img{
  float:right;
  width:30%;
  height: auto;
  margin: 0 20px;
  /*margin-bottom: 30px;*/
}

#contents p{
  margin-left: 25px;
  /*margin-bottom: 30px;*/
}

#contents h3{
  margin-left: 35px;
  margin-bottom: 10px;
  width: 50%;
  height: auto;
  border-bottom: 2px dotted #cccccc;
  font-size: 20px;
  color:#191970;
  font-weight: bold;
}

#contents2{
  float: left;
  width: 1000px;
  max-width: 100%;
  margin-bottom:30px;

}

.contents-box {
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-left: 40px solid #a25306;
  background-color: #f7c451;
}

.contents-eria {
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-left: 40px solid #504f4d;
  background-color: #e9e9e9;
}

#contents2 h2 {
  overflow: hidden;
  width:1000px;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}


#contents2 section img{
  float:right;
  width:30%;
  height: auto;
  margin-left: 10px;
  margin-bottom: 30px;
}

#contents2 p{
  margin-left: 40px;
  margin-bottom: 30px;
　
}

#contents2 h3{
  margin-left: 35px;
  margin-bottom: 10px;
  width: 95%;
  height: auto;
  border-bottom: 2px dotted #cccccc;
  font-size: 20px;
  color:#191970;
  font-weight: bold;
}

#goki img {
  max-width: 100%;
}

#contents2 li{
  text-decoration: none;
  margin-left: 30px;
}

li.eria-box {
  margin-bottom: 15px;
}

.gaiyou-box {
  margin-top: 20px;
  border-bottom: 2px dotted #cccccc;
}



#contents3{
      border-bottom: 5px solid #F2961F;
}

#contents3 h2 {
  overflow: hidden;
  width:1000px;
  height: auto;
  margin:15px ;
}

#contents3 h3{
  margin-left: 35px;
  margin-bottom: 10px;
  width: 50%;
  height: auto;
  border-bottom: 2px dotted #cccccc;
  font-size: 20px;
  color:#191970;
  font-weight: bold;
}

#contents3 li{
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 10px;


}



#contents3 p{
  margin-left: 40px;
  margin-bottom: 30px;
　
}

#contents3 section img{
  float:right;
  width:40%;
    height: auto;
    margin-left: 10px;
  margin-bottom: 30px;
}


#footer {
  font-size: 16px;
  color: #424242;
  width: 1000px;
  height:auto;
  overflow:hidden;
　
}


#footer h3 {
  float:left;
  width:350px;
  margin-bottom:20px;
}

#footer2{
  margin: 0 auto;

}

#footer2 ul li{
  float:left;
  width:32%;
  text-align:center;
  list-style:none;

}


#footer2 ul li a{
    color: #424242;
  text-decoration: none;
  margin-right: 20px;
}

#footer3 {
  overflow:hidden;
  text-align:center;
  margin-top:70px;
  margin-bottom:20px;

}

/*---------------------------------
clearfix
---------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
