/* 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;
}
.midashi {
	font-size: 10pt;
	letter-spacing: 1px;

}
.wd10point {
	font-size: 10pt;
	text-align: left;
}
/*ヘッダー部分
-----------------------------------*/
#header {
	height: 100px;
}
#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;
}
#header h2 {
	font-size: 14px;
	font-weight: normal;
	color: #99CC00;
	padding-left: 200px;
	padding-top: 10px;
}
#header h3 {
	font-weight: bolder;
	color: #FF9900;
	font-size: 24px;
	padding-left: 200px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.ttlschool {
	background: #FCF2CE url(img/aboutus/header_bg_img.jpg) no-repeat left;
	height: 70px;
	border-bottom: 1px solid #00CC66;
}


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

#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;
}
/*説明
----------------------------------*/
#main {
	float: right;
	width: 670px;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
}
#main h2 {
	color: #FF9900;
	font-size: 90%;
}
	#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 strong {
	font-size: 25px;
	color: #FF9900;
}
.hajime {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
	margin-bottom: 20px;
}
.about {
	text-indent: -10px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 200%;
}
.green {
	color: #FF9900;
	font-size: 80%;
	margin-top: 10px;
}
/*サロン紹介
---------------------------------*/
#salon {
	float: right;
	position: relative;
	border: 1px solid #FF9900;
	margin-right: 20px;
	width: 650px;
	background: #FFFFEC;
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#salon h2 {
	font-size: 100%;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
}
#salon table {
}
#salon td {
	border-bottom: 1px dotted #999900;
	padding: 5px;
	font-size: 80%;
}

.komoku {
	color: #999900;
	background: url(img/aboutus/mk_salon.jpg) no-repeat;
	padding-left: 20px;
}
.data {
	color: #666666;
	padding-left: 50px;
}

/*オーナープロフィール
-----------------------*/
#owner {
	float: right;
	position: relative;
	border: 1px solid #FF9900;
	margin-right: 20px;
	width: 660px;
	background: #FFFFEC url(img/aboutus/hana.gif) no-repeat right bottom;
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
#owner h2 {
	font-size: 100%;
	color: #FF9900;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profile {
	margin-left: 5px;
	font-size: 85%;
	text-indent: 0px;
	line-height: 150%;
	margin-bottom: 10px;
	width: 400px;
	color: #666666;
}
.license {
	font-size: 80%;
	line-height: 110%;
	color: #99CC00;
	margin-top: 10px;
}
.license2 {
	color: #999900;
	font-size: 80%;
	line-height: 110%;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 5px;
	margin-bottom: 5px;
}
.normal {
	font-size: 80%;
	line-height: 110%;
	color: #333333;
}

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




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

