@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#kituke_content {
	padding: 30px;
	background-image: url(../image/kitukeback.png);
	background-repeat: repeat;
	margin: 0px;
}
#suhada_content {
	padding: 30px;
	background-image: url(../image/suhababack.png);
	background-repeat: repeat;
	margin: 0px;
}
#headspa_content {
	padding: 30px;
	background-image: url(../image/headspaback.png);
	background-repeat: repeat;
	margin: 0px;
}
#content {
	filter: alpha(opacity=30);
IE用 
	-moz-opacity: 0.3;  古いFirefox用 
	opacity: 0.3;  Chrome, Firefox, Safari, Opera, 等の比較的新しいブラウザ用 
; 					padding: 30px;
	text-align: center;
	border: 1px solid #CCC;
	background-image: url(../image/wite50%25.png);
	background-repeat: repeat;
}
.style1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #666;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 25px;
	font-weight: bold;
}
.style2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 30px;
}
.style3 {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 50px;
}
.color_g {
	color: #699;
}
.color_p {
	color: #C66;
}
.color_y {
	color: #963;
}
