@charset "utf-8";

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size:0.97em;
  color:#777777;
}
a {
  text-decoration:none;
}
a:link {
  color: #684D3C;
}
a:visited {
  color: #8F3F0A;
}
a:hover {
  color: #BF272D;
}
h1{
  margin: 0 0 0.5em;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MS Pゴシック", Osaka, verdana, arial, sans-serif;
}
p {
  margin: 0 0 0em;
  color: #555555;
  line-height: 1.7;
  text-align: justify;
}
ul {
  margin: 0 0 2em;
  padding: 0;
  list-style-position: inside;
}

header{
	width:100%;
	border-bottom:2px solid #34C723;
	}
header #logo{
	text-align:center;
	}
#infomation{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	text-align:center;
	}
#infomation h1{
	font-size:1.2em;
	margin-bottom:54px;
	}
#infomation p{
	margin-bottom:24px;
	}
	
#bt_satake{
	width:330px;
	height:42px;
	background-color:#007E40;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	text-align:center;
	padding-top:12px;
	border-radius:6px;
	margin-bottom:24px;
	margin-left:72px;
	}
a:hover #bt_satake{
	width:326px;
	height:38px;
	color:#007E40;
	background-color:rgba(255,255,255,1.00);
	border:2px solid #007E40;
	}

#infomation p#name{
	text-align:right;
	}
