@charset "UTF-8";

h1{
	font-size: large;
	color: white;
	background-color: navy;
	line-height: 2;
	text-indent: 1em;
	font-family: "ＭＳ Ｐゴシック";
}

h2{
	color: green;
}

#footer{
	font-size: medium;
	font-weight: 400;
	font-style: normal;
	background-position: center center;
	text-align: center;
}

.button{
	display: inline-block;
	background-position: center center;
	text-align: center;
}

.button{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-bottom-left-radius: 3px 3px;
	box-shadow: 1px 1px #003399;
	color: #ffffff;
	text-decoration: none;
	background-color: #4169e1;
	font-size: 120%;
}

address{
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-size: xx-small;
	margin-top: 20px;
}
ul{
  line-height : 2;
}
