/* kihon
-------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	position: relative;
	background: #FFFFFF;
	color: #666666;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
#container {
	width: 900px;
	position: relative;
	margin: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*common
-------------------------------------*/
.copyright {
	font-size: 8pt;
}
.pageup {
	font-size: 70%;
	}
/*.midashi {
	font-size: 10pt;
	letter-spacing: 1px;

}
.wd10point {
	font-size: 10pt;
	text-align: left;
}*/
/*ヘッダー部分
-----------------------------------*/
#header {
	height: 75px;
}
#header h1 {
	font-size: 10px;
	color: #FFCC00;
	background: #FFFFCC url(img/common/logo.gif) no-repeat right;
	height: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #00CC66;
}
.ttlaroma {
	background: #2F96F3 url(img/5_healing/header_bg_img.jpg) no-repeat left;
	color: #FFFFFF;
	padding-top: 10px;
}
.ttldetoccs {
	background: #FFFFFF url(img/2_treatment_detoccs/header_bg_img.jpg) no-repeat left;
	height: 70px;
}
.ttlface {
	background: #FFFFFF url(img/3_treatment_face/header_bg_img.jpg) no-repeat left;
	height: 70px;
	position: relative;
}
#header h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 200px;
}
#header h3 {
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 200px;
	margin-top: 10px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}


/*縦ナビボタン
-----------------------------------*/
#menu {
	width: 160px;
	margin: 10px 10px 10px 15px;
	float: left;
}

#menu ul {
	list-style: none;
}
#menu li {
	font-weight: bold;
	font-size: 15px;
}
a.treatmentmenu {
	color: #FFFFFF;
	background: url(img/top/bt/bg_treatment.gif) repeat-x;
	height: 30px;
	display: block;
	padding: 10px;
	width: 130px;
	border: 1px solid #00cc66;
	margin-bottom: 5px;
}
a:hover.treatmentmenu {
	color: #00CC66;
	background: url(img/top/bt/bg_treatment2.gif) repeat-x;
	display: block;
	text-decoration: none;
	border: 1px dotted #009966;
}
a.schoolmenu {
	color: #FFFFFF;
	background: url(img/top/bt/bg_shool.gif) repeat-x;
	height: 30px;
	display: block;
	padding: 10px;
	width: 130px;
	border: 1px solid #00cc99;
	margin-bottom: 5px;
}
a:hover.schoolmenu {
	color: #00CC99;
	background: url(img/top/bt/bg_shool2.gif) repeat-x;
	display: block;
	text-decoration: none;
	border: 1px dotted #00CC99;
}
/*ヒーリングボタン*/
a.healingmenu {
	color: #FFFFFF;
	background: url(img/top/bt/bg_healing.gif);
	height: 20px;
	display: block;
	padding: 15px 10px;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #00cccc;
}
a:hover.healingmenu {
	color: #00cccc;
	background: url(img/top/bt/bg_healing2.gif);
	display: block;
	text-decoration: none;
	border: 1px dotted #00cccc;
}
a.profilemenu {
	color: #FFFFFF;
	background: url(img/top/bt/bg_profile.gif);
	height: 20px;
	display: block;
	padding: 15px 10px;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #FF9900;
}
a:hover.profilemenu {
	color: #FF9900;
	background: url(img/top/bt/bg_profile2.gif);
	display: block;
	text-decoration: none;
	border: 1px dotted #FF9900;
}
a.home {
	color: #FFFFFF;
	height: 20px;
	display: block;
	padding: 15px 10px;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #99FF66;
	background: url(img/top/bt/bg_home.gif) repeat-x;
}
a:hover.home {
	color: #99FF00;
	background: url(img/top/bt/bg_home2.gif) repeat-x;
	display: block;
	text-decoration: none;
	border: 1px dotted #99FF66;
}
/*予約*/
.yoyakuwaku {
	font-size: 14px;
	color: #999999;
	background: #FFFFEC;
	border: medium double #99CC00;
	height: 323px;
	width: 150px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.banner {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D4DF9D;
}

#menu .sitasen {
	border-bottom: 1px dotted #99CC00;
}
/*アクティブメニュー*/
a.healingactive {
	color: #FFFFFF;
	background: url(img/top/bt/bg_healing.gif);
	height: 20px;
	display: block;
	width: 130px;
	border: 1px solid #00cccc;
	padding: 3px 10px;
	text-align: right;
}
a:hover.healingactive {
	color: #00cccc;
	background: url(img/top/bt/bg_healing2.gif);
	display: block;
	text-decoration: none;
	border: 1px dotted #00cccc;
}
/*小メニュー*/
#smallmenu {
	margin-bottom: 5px;
}
#smallmenu li {
	font-size: 13px;
	font-weight: normal;
}
#smallmenu a {
	color: #666666;
	height: 20px;
	display: block;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: right;
	border-right: 3px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#smallmenu a:hover {
	background: #CCFFFF;
	display: block;
	text-decoration: none;
	border-right: 3px solid #00CCCC;
}


/*説明
----------------------------------*/
#main {
	margin: 20px 40px 20px 0px;
	float: right;
	width: 640px;
	position: relative;
	background: url(img/5_healing/img_main01.jpg);
	height: 450px;
	padding-top: 30px;
}
	#main h3 {
	font-size: 90%;
	font-weight: bold;
	color: #FF9900;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	}
	#main h4 {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	#main p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	margin-top: 13px;
	margin-right: 40px;
	margin-left: 40px;
	}
/*コースメニュー
---------------------------------*/
#coursemenu {
	margin-bottom: 20px;
	position: relative;
	width: 650px;
	float: right;
	margin-right: 30px;
	font-size: 80%;
}
#coursemenu h3 {
	font-weight: bold;
	color: #666666;
	background: url(img/5_healing/bg_midashi.jpg);
	padding: 5px 5px 5px 20px;
	border: 1px solid #00CCCC;
	letter-spacing: 1px;
	margin-bottom: 10px;
	height: 18px;
	margin-top: 20px;
	font-size: 98%;
}
#coursemenu table {
	border-right: 1px solid #00CCCC;
	border-bottom: 1px solid #00CCCC;
	margin-bottom: 20px;
}
	.waku1 {
	border-top: 1px solid #00CCCC;
	border-left: 1px solid #00CCCC;
	}

	#coursemenu p {
	color: #666666;
	line-height: 125%;
	margin-bottom: 5px;
	}
	#coursemenu .name {
	color: #0099CC;
	font-size: 90%;
	border-top: 1px solid #00CCCC;
	border-left: 1px solid #00CCCC;
	font-weight: bold;
	}

	#coursemenu h4 {
	font-weight: normal;
	color: #00CCCC;
	font-size: 90%;
	}
	.bun {
	margin-left: 5px;
	margin-top: 5px;
}
/*ヒーリングとは　about
---------------------------------*/
#about {
	margin-bottom: 20px;
	position: relative;
	width: 650px;
	float: right;
	margin-right: 30px;
}
#about p {
	font-size: 80%;
	line-height: 150%;
	margin-left: 5px;
	margin-top: 5px;
}
/*見出し*/
#about h3 {
	font-size: 95%;
	font-weight: bold;
	color: #666666;
	background: url(img/5_healing/bg_midashi.jpg);
	padding: 5px 5px 5px 20px;
	border: 1px solid #00CCCC;
	letter-spacing: 1px;
	height: 18px;
	margin-top: 20px;
}
/*ブルー小さい文字*/
#about h4 {
	font-size: 75%;
	font-weight: normal;
	color: #00CCCC;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 120%;
}
/*ブルーの強調*/
#about h5 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #00CCCC;
	margin-left: 5px;
	margin-top: 10px;
}

/*pに上スペース*/
#about h6 {
	font-size: 80%;
	line-height: 150%;
	margin-left: 5px;
	margin-top: 20px;
	font-weight: normal;
}
/*紫色*/
#about strong {
	color: #993399;
}
#about img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-left: 8px;
	float: right;
}
/*体験談　taiken
---------------------------------*/
#taiken {
	margin-bottom: 20px;
	position: relative;
	width: 650px;
	float: right;
	margin-right: 30px;
}
#taiken td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #00CCCC;
}
/*見出し*/
#taiken h3 {
	font-size: 95%;
	font-weight: bold;
	color: #666666;
	background: url(img/5_healing/bg_midashi.jpg);
	padding: 5px 5px 5px 20px;
	border: 1px solid #00CCCC;
	letter-spacing: 1px;
	height: 18px;
	margin-top: 20px;
}
#taiken p {
	font-size: 75%;
	line-height: 150%;
	margin-left: 5px;
	margin-top: 5px;
}

/*pに上スペース*/
#taiken h6 {
	font-size: 75%;
	line-height: 150%;
	margin-left: 5px;
	margin-top: 20px;
	font-weight: normal;
}
/*ブルー小さい文字*/
#taiken h4 {
	font-size: 75%;
	font-weight: normal;
	color: #00CCCC;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 120%;
}
/*ブルーの大*/
#taiken h5 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #00CCCC;
	margin-left: 5px;
	margin-top: 10px;
}

/*ブルーの強調*/
#taiken strong {
	color: #00CCCC;
}


/*フッター
---------------------------------*/
#footer {
	margin-top: 15px;
	clear: both;
	text-align: center;
	font-size: 80%;
	position: relative;

}


#footer .navi {
	font-size: 10px;
	font-weight: normal;
	background: #FFFFCC;
	text-align: center;
	border-top: 1px solid #00CC66;
	position: relative;
	height: 20px;
}

