@charset "Shift_JIS";

html{
    height: 100%;
}

body{
  text-align : center;
  margin: 0;
  
  color : #505050;
font-family : "Meiryo UI", sans-serif, メイリオ;
  width : 100%;
  height : 100%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}


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


}


li{
  margin-left : auto;
  margin-right : auto;
  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 : #a52a2a;
}
p{
  line-height : 2.5;
  padding-top : 10px;
  padding-bottom : 10px;
  margin-left : auto;
  margin-right : auto;
}

a{
  color : #5f4169;
  padding-bottom : 3px;
  margin-left : auto;
  margin-right : auto;
}

a:hover{
  text-decoration : none;
}


h2{
  text-decoration : none;
  font-size : 45px;
}

h2 span{
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #505050;
  color : #505050;
  padding-bottom : 20px;
  font-weight : 500;
}

hr{
  color : #ffffff;
  background-color : #ffffff;
  background-image : url(../img/rain.png);
  background-repeat : repeat-x;
  background-position : left center;
  margin-top : 50px;
  margin-bottom : 50px;
  height : 13px;
  border-top-style : none;
  border-bottom-style : none;
max-width : 1400px;
  width : 90%;
}

h3{
  font-size : 30px;
  font-weight : normal;
}

table{
  margin-left : auto;
  margin-right : auto;
}

