@charset "utf-8";
/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #A2FFA2;
}
h1{
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:36px;
	font-weight: normal;
	/* letter-spacing: 5px; */
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../../massagehari9/images/web/Picture/top_green3.jpg);
	/* background-position: top right; */
	/* background-repeat: no-repeat; */
	height: 150px;
	background-repeat: repeat;
	}
h2 {
	color: #FF7F00;
	font-size:120%;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #734E00;
}
h3 {
	background-image:url(../../massagehari9/images/web/Bar/bar_orange.jpg);
	border:3px double #999999;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	background-repeat: repeat;
	text-align: left;
}
p {
	font-size: 90%;
	line-height: 150%;
	color: #000;
}
address {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #999999;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color:#FF7302;
	font-weight: normal;
	text-align: center;
}
#side h2 {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #ED6000;
	font-weight:normal;
	text-align: left;
}
#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:15px;
	color: #83572C;
}
form {
	font-size:90%;
	color: #000;
	}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
}
#contents #main p span {
	color: #F00;
	font-weight: bold;
}
#contents h1 a {
	color: #FF6B01;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#contents h1 {
	color: #FF6B01;
	text-align: center;
}
#contents #side h2 {
	color: #FF6B01;
	font-weight: bold;
}
#contents #side h2 a {
	font-weight: bold;
	color: #FF6B01;
}
