/* ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;			/* #666666 より変更 */
	margin: 0px;
	padding: 0px;
	background-color: #EFF5EF;
	text-align: center; /* 古いブラウザ対策 */
}
h1{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 250%;
	color: #F0E7F0;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	background-color: #FF6600;
	background-image: url(./image/green3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 155px;
}
h2 {
	color: #59B359;			/* #FF6600 より変更 */
	font-size:120%;
	border-left: 12px solid #CC52CC;	/* 336600 より変更 */
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-image: url(./image/B335B3.jpg);
	border: 3px double #B335B3;	/* #FF6600 より変更*/
	color: #DEFFDE;
	font-size: 100%;
	padding-left: 4px;
	margin: 0.5em 0px;
	clear: both; /* 左右のfloat の解除 */
}
p {
	font-size: 90%;
	line-height: 150%;
}
ul {
	font-size: 90%;
	line-height: 150%;
}
ol {
	font-size: 90%;
	line-height: 150%;
}
.normalsize{
	font-size: 100%;
}
address {
	font-size: 80%;
	font-style: normal; /* 斜体にしない */
/*	text-align:center; */
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
/*	margin-top: 15px; */
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #333333;		/* #666666 より変更 */
	text-decoration: none; /* 下線なし */
	font-weight:bold;
}
h1 a {
	color: #F0E7F0;		/* #336600 より変更 */
	font-weight: normal;
}
#side h2 {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-left: none;
	padding-left: 0px;
	font-size:120%;	
}
#side h2 a{
	color: #59B359;
	font-weight: normal;
}
#side h3 {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-left: none;
	padding-left: 0px;
	font-size:80%;
	background-image: none;
	border: none;
}
#side h3 a{
	color: #CC52CC;
	font-weight: normal;
}
#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left: 15px;
}
form{
	font-size:90%;
}
#contents{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin: auto;
	text-align: left;
}