/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
h1{
	font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	background-color: #fff2ff;
	background-image: url(himawari01.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 120px;
		border-bottom:solid 1px #CCCCCC;
	}
h2 {
	color: #FF6600;
	font-size:100%;
	border-left: 12px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-image:url(h3_bg.jpg);
	/*border:3px double #FF9900;*/
	border:3px double #FF9900;
	color: #669933;
	font-size: 90%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	text-align:center;
}

h3 a {
	color:#669933;
	display:block;
	}
	
h4 {
	background-image:url(h3_bg.jpg);
	border:3px double #FF9900;
	color: #336600;
	font-size: 85%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	text-align:center;
}
h5 {
	color: #336600;
	font-size: 85%;
	padding-left: 8px;
	clear:both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	font-size: 85%;
	line-height: 150%;

}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	/*border: solid 1px #666666;*/
}
#path {
	text-align:right;
	margin: 0px;
}
#path a:hover {
	color: #FF0000;
}

a {
	color: #666666;
	text-decoration: none;
	/*font-weight:bold;*/
}
h1 a {
	color:#51cb5a;
	font-weight: normal;
}
h1 img{
	/*vertical-align:bottom;*/
	margin-right:10px;
	}
	
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:90%;
}
#side h2 a {
	color: #D93E02;
	font-weight:normal;
}
#side ul {
	font-size: 90%;
	margin: 0px;
	padding-left:15px;
}

#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align:left;
}
#color{
	color: #FF6600;
	font-size:90%;
}
#color02{
	color: #ff0000;
	font-size:90%;
}
#font{
	font-size:75%;
}
h5 a:active { color: rgb(102,0,204); text-decoration: none }
h5 a:link {
	color: #339900;
	text-decoration: none
}
h5 a:visited {
	color: #339900;
	text-decoration: none
}
h5 a:hover {
	color: #FF0000;
}
