@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.png) no-repeat center top;
	color: #333333;
	background-color: #FFF0F5;
}
#WRAP {
	width:800px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #AA663C;
	text-decoration: underline;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.d-red {
	color: #660000;
}
.blue {
	color: #0066CC;
}
.brn {
	color: #554400;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.d-gry {
	color: #444444;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
#TOP {
	width: 800px;
	height: 100px;
	background: url(../img-layout/bg_top.png) no-repeat;
	position: relative;
}
h1 {
	font-size:12px;
	color:  #AA9141;
	font-weight: normal;
	position: absolute;
	left:15px;
	top: 10px;
	margin:0;
	padding:0;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 30px;
}
.m-btn {
        position: absolute;
	left:610px;
	top: 3px;
}
#MENU-HOME {
	width: 800px;
	height: 250px;
	float:left;
	background: url(../img-layout/main_img.png) no-repeat bottom;
}
#MENU {
	width: 800px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:800px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:570px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#FLASH {
	width: 540px;
	height: 180px;
	background: url(../img-flash/banner00.png);
}
#CONTENTS h2 {
	height: 36px;
	font-size:14px;
	color: #663300;
	background: url(../img-layout/bg_h2.png) no-repeat;
	margin: 30px 0 0 0;
	padding: 10px 0 8px 35px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #663300;
	background-color: #FFFFF0;
	margin: 20px 5px 0 5px;
	padding: 3px 0 2px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
}
#CONTENTS h4 {
	font-size:12px;
	color: #663300;
	background-color: #F0F0F0;
	margin: 20px 6px 0 6px;
	padding: 4px 0 2px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#CONTENTS h2 a {
        text-decoration: none;
}
#CONTENTS h2 a:visited {
	color: #660000;
	text-decoration: underline;
}
#CONTENTS h2 a:hover,
#CONTENTS h2 a:active, 		/* for IE (Keyboard) */
#CONTENTS h2 a:focus {		/* for Netscape (Keyboard) */
	color: #660000;
	text-decoration: none;
}
#M-MAGA {
	padding-top: 30px;
}
#RESERVE {
	padding-top: 30px;
}
#MAG2 {
	height:280px;
	background: url(../img-layout/bg_mag2.png) no-repeat center top;
	padding: 20px 15px 20px 15px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}

.melma {
	background: url(../img-layout/side-maga-f.png) no-repeat center bottom;
	margin: -15px 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.melma form {
	margin: 5px;
}
.melma p {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0 0px 5px 0px;
}
/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #660000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #CCCCCC;
}

/*___________ プラス設計【INDEX PAGE】 ___________ */
#PRESS {
        width: 560px;
	height: 580px;
	background: url(../img/ba_press.png) no-repeat center bottom;
        margin: 0 auto;
        padding-top: 20px;
}
#PRESS p {
        color: #444444;
}

#WN-OVERFLOW {
	height: 187px;
	font-size: 12px;
        border:1px solid #957E39;
        margin-top: 10px;
	margin-bottom: 30px;
        padding: 0;
	overflow:auto;
}
#WN-OVERFLOW ul {
        margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}
#WN-OVERFLOW li {
        margin: 1px 1px;
	padding: 2px 0 2px 0;
	text-indent: 20px;
	background: url(../img-layout/list_wn.gif) no-repeat left center;
}
#WN-OVERFLOW p {
	margin: 1px;
	padding: 2px;
	background-color: #E5E5E5;
}
.interviewbox {
        width:460px;
	color: #666666;
	border:1px solid #AA9141;
        background-color: #FFFFE6;
        margin: 20px auto;
        padding: 10px;
}
.annaibox {
        width: 520px;
        border:1px solid #AA9141;
        background-color: #FDFDF0;
        margin: 20px auto;
        padding: 10px;
}
.koutei_r {
        width: 250px;
        float: right;
        margin: 20px 0 0 0;
}
.ba_clinicmenu {
        background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.whats-n {
	height: auto;
	font-size: 12px;
        margin-top: 10px;
	margin-bottom: 30px;
        padding: 0 0 30px 0;
	background: url(../img-layout/bg_whats-new.png) repeat-y center bottom;
}
.whats-n ul {
        margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}
.whats-n li {
        margin: 1px 1px;
	padding: 2px 0 2px 0;
	text-indent: 20px;
	background: url(../img-layout/list_wn.gif) no-repeat left center;
}
#WHATS-N p {
	width: 490px;
	height: 14px;
	font-size: 14px;
	color: #FFFFF0;
	margin-left: 0px;
	padding: 16px 40px 10px 40px;
	background: url(../img-layout/bg_h2_whats-n.png) no-repeat left bottom;
}

/*___________ プラス設計【basic】 ___________ */
.basic {
        height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kozo_flo_r {
        width: 250px;
	height: auto;
        float: right;
        margin-right: 10px;
}
.kozo_flo_l {
        width: 250px;
		height: auto;
        float: left;
        margin-left: 10px;
}

/*___________ プラス設計【midashi】 ___________ */
#MIDASHI {
        width: 540px;
        height: auto;
        background: url(../img/midashi_bg.png) no-repeat left top;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 50px;
}
#MIDASHI ul {
        margin-top: 5px;
        margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 40px;
	background: url(../img/faq_mokuji.png) no-repeat left top;
}
#MIDASHI li {
        font-size: 12px;
	margin-top: 10px;
        margin-left: 40px;
	list-style-type: circle;
}
/*___________ プラス設計【koza】 ___________ */
#KOZA {
        width:540px;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        background: url(../img/koza_bg.png) no-repeat left top;
        background-color: #FFFFFF;
}
#SEMINAR {
        width:540px;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        background: url(../img/semi-koshu_bg.png) no-repeat left top;
        background-color: #FFFFFF;
}
.koza-thanks {
        width: 560px;
	height: 235px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../img/index_koza_thanks.png) no-repeat center top;
}
.flo_img_r {
        width: 260px;
        float: right;
        margin: 0 0 10px 10px;
}
.flo_img_l {
        width: 260px;
        float: left;
        margin: 0 10px 10px 0;
}
/*___________ プラス設計【biyosemi-koshu】 ___________ */
.semi_hidari {
        width: 150px;
        float: left;
	padding-top: 10px;
	padding-bottom: 10px;
        margin-left: 20px;
        font-size: 12px;
	font-weight: bold;
	color: #666666;
        text-align: left;
}

.semi_migi {
        width: 370px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 160%;
	color: #333333;
        text-align: left;
}
/*___________ プラス設計【carement-therapy】 ___________ */
#CAREMENT {
        margin-top: 40px;
}
#CAREMENT h4 {
        margin-top: 0;
	padding-left: 25px;
	background: url(../img/carement_stp.png) no-repeat left center;
}
/*___________ プラス設計【column】 ___________ */
#COLUMN {
        width: 540px;
        height: auto;
        background: url(../img/index_beautycolumn.png) no-repeat left top;
	background-color: #FFFFFF;
	margin: 0;
}
.square {
        color: #967727;
        background: url(../img-layout/list1_1.png) no-repeat left center;
        padding-left: 18px;
        padding-top: 6px;
}
.column {
        font-size: 12px;
        margin: 20px 10px;
}
.column li {
        margin-left: 20px;
	background: url(../img-layout/list2_1.png) no-repeat left center;
	padding: 5px 0 5px 10px;
	text-indent: 5px;
}

/*___________ プラス設計【inquiry-form】 ___________ */
.inq-kanryo {
        width: 560px;
	height: 190px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../img/index_inq_kanryo.png) no-repeat center top;
}
/*___________ プラス設計【link】 ___________ */
.link_l {
        width: 160px;
        float: left;
	padding: 0;
        margin-left: 20px;
	font-size: 12px;
	color: #666666;
        text-align: left;
}

.link_r {
        width: 340px;
	float: left;
	padding-right: 10px;
        margin-left: 10px;
        font-size: 12px;
        font-weight: normal;
        line-height: 160%;
	color: #333333;
        text-align: left;
}
/*___________ プラス設計【sitemap】 ___________ */
.shikaku {
        color: #967727;
        background: url(../img-layout/list1.png) no-repeat left center;
        padding-left: 18px;
        padding-top: 6px;
}
.sitemap {
        font-size: 12px;
        margin: 20px 10px;
}
.sitemap li {
        margin-left: 20px;
	background: url(../img-layout/list2.png) no-repeat left center;
	padding: 3px 0 3px 10px;
}
.sitemap dt {
        margin-left: 30px;
	background: url(../img-layout/list3.png) no-repeat left center;
	padding: 3px 0 3px 10px;        
}

/*___________ プラス設計【faq】 ___________ */
.faq {
        width: 520px;
	height: auto;
	margin: 20px 10px;
	border: 2px solid #AA9141;
}
.bg_q {
        height: auto;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 0 10px;
	text-align: left;
	background-color: #F4FAFB;
	border-bottom: 1px solid #36A0C9;
}
.bg_a {
        height: auto;
	margin-bottom: 1px;
	padding: 0 10px;
	text-align: left;
	background-color: #FFF4F4;
	border-bottom: 2px dotted #DCDCDC;
}
/*___________ プラス設計【fan-voice】 ___________ */
.view {
        font-size:12px;
	color: #666666;
	text-align: center;
}
.view a {
	color: #660000;
	text-decoration: none;
	border: 1px solid #AA9141;
	padding: 5px;
}
.view a:hover,
.view a:active, 		/* for IE (Keyboard) */
.view a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #AA9141;
}
.voicebox {
        width: 460px;
        border: 1px solid #B8860B;
        background-color: #FDFDF0;
        margin: 20px auto;
        padding: 10px;
}
.voicebox2 {
        width: 460px;
        border: 1px solid #B8860B;
        background-color: #FFFAEE;
        margin: 20px auto;
        padding: 10px;
}
/*___________ プラス設計【menu-price】 ___________ */
#MENUPRICE {
        width: 540px;
        height: auto;
        margin-top: 40px;
	background: url(../img/menuprice_bg.png) repeat-y;

}
.menuprice_box {
        width: 440px;
	padding: 20px 50px;
}
.menuprice_box em{
	border-bottom: 1px dotted #D1BF89;
}
.menuprice_box p {
        color: #666666;
	background: url(../img/list_y.png) no-repeat left center;
        border-bottom: 1px dotted #D1BF89;
        text-indent: 15px;
        margin-left: 15px;
        padding: 5px 0;
}

.menuprice_box ul {
        list-style: none;
	margin-bottom: 10px;
}
.menuprice_box li {
        list-style: none;
        border-bottom: 1px dotted #D1BF89;
        text-align: right;
        margin:  0;
        padding: 3px 0;
	color: #666666;
        font-size: 12px;
}
/*___________ プラス設計【privacy】 ___________ */
#PRYVACY {
        width: 540px;
        height: auto;
	font-size: 13px;
        margin-top: 40px;
}
#PRYVACY h4 {
        font-size: 14px;
}
#PRYVACY ul,#PRYVACY dl {
        font-size: 12px;
        color: #666666;
	margin: 5px 0px 5px 30px;
}
#PRYVACY li {
        list-style: disc;
	margin-left: 20px;
        padding: 5px 0 5px 0;
}
#PRYVACY dt{
        font-weight: bold;
	margin-bottom: 10px;
}
#PRYVACY dd {
        margin-left: 20px;
        padding: 5px 0 5px 0;
}
/*___________ プラス設計【profile】 ___________ */
#PROFILE {
        
	margin-top: 40px;
}
#PROFILE dl {
        font-size: 14px;
	color: #666666;
	margin: 20px 0px 20px 20px;
}
#PROFILE dt{
        font-size: 14px;
	font-weight: bold;
}
#PROFILE dd {
        font-size: 13px;
	margin-left: 60px;
        padding: 7px 0 7px 0;
}
#PROFILE .shokai p {
        line-height: 170%;
}
/*___________ プラス設計【taikendan】 ___________ */
#INTERVIEW {
        width: 540px;
	height: auto;
	margin: -10px 15px -10px 15px;
	padding: 0 0 0 0;
	background: url(../img/ba_taikendan_m.png) repeat-y left top;
}
#INTERVIEW p {
        font-size: 14px;
	color: #666666;
	margin: 2px 20px 8px 20px;
	padding: 5px;
}

/*___________ プラス設計【truth】 ___________ */
#TRUTH {
        margin-top: 20px;
}
#TRUTH h3 {
        font-size:14px;
	color: #967727;
	background-color: #FFFFFF;
	margin: 20px 5px 10px 5px;
	padding: 7px 0 5px 10px;
}
#TRUTH h4 {
        font-size:12px;
	color: #967727;
	background-color: #FFFFFF;
	margin: 0 6px;
	padding: 7px 0 5px 10px;
}


/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #660000;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.png) no-repeat;
	margin: 0;
	padding: 0;
	height:40px;
}
.side {
	margin: 0 0 10px 0;
	padding: 5px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 2px 8px 2px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	border-top:1px dotted #836F32;
}
.cat01 li {
	margin: 0;
	padding: 4px 0 3px 0;
	border-bottom:1px dotted #836F32;
}
.cat01 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 4px 0 3px 20px;
	background:url(../img-layout/li_arrow01.png) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #333333;
	background-color: #F5FBCC;
	margin: 0;
	background-position: 4px center;
}
.cat01 .main a {
	font-size: 12px;
	padding: 5px 0 4px 23px;
	background:url(../img-layout/li_quatro01.png) no-repeat 2px center;
}
.cat01 .sub a {
	font-size: 12px;
	padding: 4px 0 3px 20px;
	margin-left:10px;
	background:url(../img-layout/li_arrow01.png) no-repeat 2px center;
}
p.cat01 a {
	color: #333333;
	text-decoration: none;
}

/*___________ 【FOOTER】 ___________ */
#F-MENU {
	height:100px;
	margin: 0;
	padding: 100px 0 10px 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU a {
	color: #513300;
	text-decoration: underline;
}
#F-MENU a:hover,
#F-MENU a:active, 		/* for IE (Keyboard) */
#F-MENU a:focus {		/* for Netscape (Keyboard) */
	color: #AA663C;
	text-decoration: underline;
}
#FOOTER {
	margin: 0;
	padding: 0 0 0 0;
	color: #666666;
	background:url(../img-layout/bg_footer1.png) no-repeat top center;
}
#FOOTER p {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER p.copy-r {
	padding-top: 0;
	background:url(../img-layout/bg_footer_copy-r.png) no-repeat top center;
}
#FOOTER a {
	color: #513300;
	text-decoration: underline;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #AA663C;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f9 {
	font-size: 9px;
	line-height:130%;
}
.f10 {
	font-size: 10px;
	line-height:130%;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f13 {
	font-size: 13px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
.txt-i {
        text-indent: 12pt;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
        margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
        margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mb0 {
        margin-bottom: 0;
}
.mb10 {
        margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
        margin-bottom: 30px;
}
.mb40 {
        margin-bottom: 40px;
}
.ml10 {
        margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
        margin-left: 40px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.flo-l20 {
        float: left;
        margin-right: 6px;
        margin-left: 20px;
}
.flo-r20 {
        float: right;
        margin-left: 6px;
        margin-right: 20px;
}
.img-m {
	vertical-align: middle;
}
.img-b {
        vertical-align: bottom;
}
