﻿/* ページの基本デザイン用CSS */
body {
	font-family:"ＭＳ ゴシック","ＭＳ 明朝","Osaka";
	background-color: #00ccff;
	margin:0;
        align: center;
	padding:0;
}
h1{
	font-family: "ＭＳ ゴシック","ＭＳ 明朝","Osaka";
	background-color:#00ccff;
	font-size:80%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
}
h2 {
	font-size:80%;
	color: #006666;
        align: center;
	border-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	}
h3 {
	font-size:80%;
	color: #006666;
        align: center;
	border-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	}
h4 {
	background-image:url(h3_bg.jpg);
	color: #FFFFFF;
	font-size: 90%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	}
h5 {
	background-image:url(h3_bg.jpg);
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	}
p {
	font-size: 90%;
	line-height: 150%;
	}
p img {
	float: center;
	margin-right:5px;
	border: solid 1px #666666;
	}
a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
	}
h2 a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
	}
h2 img {
	float: center;
	margin-right:5px;
	border: solid 1px #666666;
	}
#header {
	background-color: #00ccff;
	background-position: top center;
	background-repeat: no-repeat;
	height: 110px;
        text-align:center;
	margin-bottom:35px;
	}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	}	
