@charset "Shift_JIS";



body{
  text-align : center;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  
  
  margin-bottom : 0px;
  
  color : #505050;
font-family : "Meiryo UI", sans-serif;
  border-top-width : 10px;
  border-top-style : solid;
  border-top-color : #6a9831;
  padding-top : 0px;
  padding-bottom : 0px;
}


div{
  margin-left : auto;
  margin-right : auto;
  line-height : 2;
  
  text-align : center;


}


li{
  margin-left : auto;
  margin-right : auto;
  
  line-height : 2;
  text-align : left;
}
ul{
	list-style: none;
margin: 0px;
padding: 0px;
}
/*menu縦の余白をなくす
li {
   line-height:0;
}ここまで*/

STRONG{
  font-weight : normal;
}



SPAN{
  font-weight : bolder;
  color : rgb(128, 0, 64);
}
h2{
  color : white;
  background-color : #6a9831;
  padding-top : 20px;
  padding-bottom : 20px;
  margin-top : 50px;
  margin-bottom : 50px;
  font-size : 20px;
  line-height : 2;
  width : 76%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  padding-left : 4%;
}

td{
  text-align : left;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
}

table{
  margin-left : auto;
  margin-right : auto;
  width : 80%;
  margin-bottom : 80px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : silver;
  border-left-color : silver;
}

a{
  color : #456420;
}

a:hover{
  color : #6a9831;
  font-size : 18px;
  text-decoration : none;
}

h3{
  text-align : left;
  width : 76%;
  padding-left : 4%;
  margin-left : auto;
  margin-right : auto;
  color : maroon;
  font-size : 24px;
  }h4{
  text-align : left;
  width : 76%;
  padding-left : 4%;
  margin-left : auto;
  margin-right : auto;
  color : maroon;
  font-size : 20px;
}

