/* kihon
-------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	position: relative;
	background: #D4DF9D url(img/common/bg_green.gif);
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
#container {
	width: 755px;
	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;
}
.navi {
	font-size: 8pt;

}
.midashi {
	font-size: 10pt;
	letter-spacing: 1px;

}
.kage {
	background-image: url(img/common/kage.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.bgyellow {
	background: #FFFFFF;
}

/*ヘッダー部分
-----------------------------------*/
#header h1 {
	font-size: 14px;
	color: #FF9900;
	padding-top: 0px;
	font-weight: bolder;
	vertical-align: top;
	text-align: left;
}

#header ul {
	list-style: none;
}
#header li {
	font-size: 12px;
	color: #009900;
	line-height: 15px;
}
#topbargeen {
	background-image: url(img/common/kage.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 750px;
}
.topgreenbar {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #99CC00;
	text-indent: 30px;
}
.title {
	background: url(img/top/graphic_big_2.jpg) no-repeat;
	height: 200px;
	width: 740px;
}
.title  h2 {
	display: none;
}




/*縦ナビボタン
-----------------------------------*/
#menu {
	width: 160px;
	margin: 10px 10px 10px 15px;
	float: left;
	position: relative;
	height: 1500px;
}
#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;
}
/*予約*/
.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;
}
/*あいさつ
----------------------------------*/
#main {
	width: 540px;
	border: 1px dotted #FF9900;
	margin: 5px 10px 10px 0px;
	background: #FFFFEC;
	float: right;
}
	#main h3 {
	font-size: 90%;
	font-weight: bold;
	color: #FF9900;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
	#main h4 {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	#main p {
	font-size: 75%;
	color: #666666;
	line-height: 120%;
	margin: 0px 10px 10px;
	letter-spacing: 2px;
	}
/*ニュース
----------------------------------*/
#news {
	width: 540px;
	margin: 5px 10px 10px 0px;
	border-top: 3px solid #99CC00;
	background: url(img/top/main_menu/news_head.gif) no-repeat;
	padding-top: 20px;
	float: right;
}
#news table {
	font-size: 12px;
}
.date {
	color: #666666;
	border-bottom: 1px dotted #99CC00;
	width: 60px;
}
.news {
	color: #669900;
	border-bottom: 1px dotted #99CC00;
}
#news td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#news a {
	color: #669900;
}


/*トリートメントメニュー
---------------------------------*/
#treatment {
	width: 540px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: right;
}
	#treatment h3 {
	font-size: 90%;
	font-weight: normal;
	color: #00CC99;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}

	#treatment h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	/*グリーン下地部分*/
	#treatment h5 {
	background: url(img/top/main_menu/treatment_bar_bg.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 108%;
	line-height: 140%;
	margin: 15px 0px 10px;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	}

	#treatment h6 {
	color: #666666;
	font-weight: bold;
	font-size: 75%;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	}
	#treatment p {
	font-size: 80%;
	color: #666666;
	line-height: 110%;
	margin: 0px 10px 15px;
	letter-spacing: 1px;
	}
	#treatment a {
	color: #00CC66;
}
	#treatment .heada {
	color: #FFFFFF;
}
/*スクールメニュー
---------------------------------*/
#school {
	width: 538px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #FFFFFF;
	border-right: 1px dotted #00CC99;
	border-left: 1px dotted #00CC99;
	float: right;
}
#school .schoolwaku {
	margin: 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #00CC99;
	height: 130px;
}
	#school p {
	font-size: 80%;
	color: #666666;
	margin: 0px 30px 5px 10px;
	}
	/*グリーン下地部分*/
	#school h5 {
	background: url(img/4_school_aroma/bg_midashi.jpg);
	color: #333333;
	font-weight: bold;
	font-size: 108%;
	line-height: 140%;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px dotted #00CC66;
	height: 25px;
	padding-top: 5px;
	}


	#school h3 {
	font-size: 100%;
	font-weight: bold;
	color: #00CC99;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

	#school a {
	color: #00CC99;
	}
	#school .left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
/*ヒーリングメニュー
---------------------------------*/	
#healing {
	width: 540px;
	margin-right: 10px;
	background: #FFFFFF url(img/top/main_menu/healing_bar_bg.jpg) no-repeat;
	border-right: 1px dotted #0099CC;
	border-left: 1px dotted #0099CC;
	border-bottom: 1px dotted #0099CC;
	margin-top: 10px;
	float: right;
}
	#healing .healingwaku {
	margin: 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #0099FF;
	}
	.taiken {
	color: #0099CC;
	font-size: 80%;
	}
	#healing .yajirusi {
	float: right;
	margin-right: 30px;
	}
	#healing h5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 108%;
	line-height: 140%;
	margin: 0px;
	padding-left: 10px;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	}
	#healing h4 {
	background: url(img/top/main_menu/link_ya01.gif) no-repeat;
	margin-left: 340px;
	padding-left: 15px;
	font-weight: normal;
	}
	#healing h3 {
	color: #0099FF;
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	#healing p {
	font-size: 80%;
	color: #666666;
	margin: 0px 30px 5px 10px;
	width: 460px;
	}
	#healing a {
	color: #0099FF;
	}
	#healing .nedan  {
	font-size: 80%;
	font-weight: normal;
	color: #00ccFF;
	float: right;
	margin-right: 50px;
	}

	#healing .heada {
	color: #FFFFFF;
}#main strong {
	color: #CC3300;
}
.qr {
	width: 148px;
	font-size: 10px;
	color: #666666;
	height: 75px;
	border: 1px solid #666666;
}

