﻿@charset "utf-8";

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

h2{
	font-size : 110%;
	color : black;
	background-color : #bef2b9;
	line-height : 150%;
	text-indent : 2em;
	font-family: "ＭＳ Ｐゴシック";
}

h3{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック";
	font-weight: 800;
	background-color: #ffffb0;
}

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

body{
  margin-left : 0%;
  margin-right : 0%;
}

.article{
	margin-left: 5%;
	line-height: 2em;
}

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

