/* ページの基本デザイン用CSS */
body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	background-color: #FFF7EE;
	text-align: center;
}
h1{
	font-size: 200%;
	color: #ffffff; /* 文字の色 */
	background-color: #666699; /* 背景色 */
	text-align: center; /* テキストの配置 */
	margin: 0px;
}	
h2 {
	color: #993333;
	font-size: 150%;
	margin:1em 0px;
	background-color:#E7FAEE;
	text-align: center; /* テキストの配置 */
	border-top:double 3px #01A252;
	border-bottom:double 3px #01A252;
	text-align: center;
	clear:both;
}
h3 {
	font-size: 110%;
	color: #ff0000;
	margin:1em 0px;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin-top: 0px;
}
address {
	background-color:#666699;
	color: #ffffff; /* 文字の色 */
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}

h1 a {
	color: #01A252;
}
.side h3 {
	font-size: 150%;
	text-align: left;
	margin:0px;
}
.side ul {
	font-size: 80%;
	margin-top: 0px;
}
.contents {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 800px;
	margin:auto;
	text-align: left;
}
