﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 140%;
	background-image: url(../images/background.jpg);
}

#container
{
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/back_container.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px 15px;
}

#header
{
	background-image: url(../images/back_header.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	text-align: center;
	width: 780px;
}

#header_content
{
	background-image: url(../images/back_headcontent.jpg);
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#logo
{
	float: left;
	margin:0;
	padding:0px;
	width:240px;
	height: 130px;
}
#logo_r
{
	float: right;
	margin:0px;
	width: 540px;
	padding: 0px;
	height: 130px;
	background-image: url(../images/logo_r.jpg);
	position: relative;
}
#bt_staffblog {
    width: 170px;
	height: 20px;
	position: absolute;
	left: 279px;
	top: 86px;
}
#bt_staffblog a {
	display: block;
	width: 170px;
	height: 20px;
	text-indent: -9876em;
	overflow: hidden;
	background: url(../images/bt_staffblog.jpg) no-repeat;
}

#bt_staffblog a:hover {
	background: url(../images/bt_staffblog_o.jpg) no-repeat;
}



#main {
	background-image: url(../images/back_main.jpg);
}
#photo
{
	padding: 0px;
	width: 100%;
	margin: 0px;
	text-align: center;
}
#flash
{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topics
{
	width: 590px;
	margin-top: 10px;
}
#topics_body
{
	border-left: 1px solid #330000;
	height: 160px;
	width: 569px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#topics_body li
{
	background: url(../images/topics_mk.gif) left 2px no-repeat;
	margin: 10px 0px 0px 5px;
	padding-left: 15px;
	list-style-type: none;
	display: block;
}
#sidebar
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#sidebar p
{
	margin: 0px;
	padding: 0px;
	width: 190px;
	list-style: none;
	display: block;
}

#mainContent
{
	float: right;
	margin:0px;
	width: 590px;
	padding: 0px;
}

#footer
{
	padding: 0px 15px;
	margin: 0px auto;
	background-image: url(../images/back_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	background-position: right bottom;
	height: 50px;
	width: 780px;
}
#footpath
{
	padding: 0;
	margin: 0px;
	background-image: url(../images/back_footpath.jpg);
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 1em;
}
#footer_copy
{
	margin: 0;
	padding: 0px;
	text-align: right;
}
#footer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#path
{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.tx_main
{
	padding: 0px;
	margin-right: 20px;
	margin-left: auto;
	width: 560px;
	margin-bottom: 0px;
}
.tx_side
{
	padding: 0px;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 15px;
}

.tx_q
{
	font-weight: bold;
	color: #FF5890;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC3C3;
	border-bottom-color: #FFC3C3;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_a
{
	margin-left: 15px;
	width: 90%;
}
.tx_red
{
	color: #FF0000;
}
.tx_ora
{
	color: #FF6600;
}

.table {
	border: 3px double #CACAE2;
}

.table th {
	background-color: #DCDDED;
	color: #666666;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
.table td {
	background-color: #FFFFFF;
	font-size: 11px;
}

.tableanother {
	border: 3px double #999999;
}
.tableanother td {
	font-size: 11px;
}

caption
{
	background-image: url(../images/back_tablehead.jpg);
	height: 15px;
	color: #FFFFFF;
	padding-top: 5px;
}


a:link
{
	text-decoration: none;
	color: リンクカラー;
}

a:visited
{
	text-decoration: none;
	color: リンクカラー;
}

a:hover
{
	text-decoration: underline;
	color: リンクカラー;
}

a:active
{
	text-decoration: underline;
	color: リンクカラー;	
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, #path
{
	margin-top:0px;
	margin-bottom:0px;
}

h1
{
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	width: 95%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/back_h1.jpg);
	font-weight: normal;
	height: 24px;
}

h2{
	width : 474px;
	height:21px;
	font-size:12px;
	text-indent:1em;
	color:#CA3700;
	background-image:url(../images/back_h2.jpg);
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


h3{
	text-indent: -9999px;
}

address
{
	font-style: normal;
}

li
{
    list-style: none;
}

/*li
{
	padding-left: 10px;
	background-image: url(../images/back_li.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 150%;
	background-position: 0px 0px;
	list-style-type: none;
	margin-left: -40px;
}*/

.l15
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

td img
{
	display: block;
}

img
{
	display: block;
}

.fltrt
{
	float: right;
	margin-right:0;
	margin-left: 0px;
}

.fltlft
{
	float: left;
	margin-left:0;
	margin-right: 0px;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.description
{
	font-size:10px;
	color:#aaaaaa;
}


hr
{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBCCD5;
	border-right-color: #F799AB;
	border-bottom-color: #F799AB;
	border-left-color: #FBCCD5;
}

.concept_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/concept_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.staff_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/staff_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.info_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/info_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.recruit_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/recruit_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.menu_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/menu_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.menu_i_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/menu_i_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.after_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/after_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.exte_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/exte_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.platinum_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/platinum_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.new_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/new_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.headspa_mainvisual
{
    width: 560px;
	height: 100px;
	background: url(../images/headspa_mainvisual.jpg) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.info_time
{
    width: 560px;
	/*height: 250px;*/
	background: url(../images/info_img_01.jpg) left top no-repeat;
	position: relative;
}

.info_time .i_01
{
    width: 340px;
	/*height: 248px;*/
	/*left: 0px;
	top: 2px;
	position: absolute;*/
}

.info_time2
{
    width: 560px;
	background: url(../images/info_img_02.jpg) left top no-repeat;
	position: relative;
}

#half_table
{
    width: 340px;
}
#half_table th
{
    font-size: 90%;
	text-align: left;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
}
#half_table td
{
    font-size: 90%;
	text-align: right;
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
#half_table td.ti
{
    font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color:#934200;
	border: none;
}
#half_table td.ti2
{
    font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color:#DA027F;
	border: none;
}
#half_table .bn
{
	border: none;
}
.if
{
    padding: 2px 3px;
	background-color: #EB9E58;
}
.if2
{
    padding: 2px 3px;
	background-color: #F781BF;
}

#full_table
{
    width: 560px;
}
#full_table540
{
    width: 540px;
}
#full_table th,
#full_table540 th
{
    font-size: 100%;
	text-align: left;
	vertical-align: top;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
}
#full_table td
{
    font-size: 100%;
	text-align: left;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
}
#full_table540 td
{
    font-size: 100%;
	text-align: right;
	vertical-align: top;
	color: #333333;
	padding: 3px 0px;
	border-bottom: 1px dotted #CCCCCC;
}





.menu_bk
{
    width: 550px;
	background:url(../images/menu_bkmain.gif) left top repeat-y;
	padding-left: 10px;
	text-align: left;
}
.menu_bk2
{
    width: 550px;
	background:url(../images/menu_bkmain.gif) left top repeat-y;
	padding-left: 10px;
}
.idt
{
    text-indent: -1em;
	padding-left: 1em;
}
.idt5
{
    text-indent: -5em;
	padding-left: 5em;
}

.shinki
{
    width: 510px;
	height: auto;
	background: url(../images/menu_shinkibody.gif) left top repeat-y;
	padding: 5px 15px;
}
.shinki_ikegami
{
    width: 510px;
	height: auto;
	background: url(../images/imenu_shinkibody.gif) left top repeat-y;
	padding: 5px 15px;
}


.shinki ul,
.shinki_ikegami ul
{
    margin: 0px;
	padding: 0px;
}

.shinki ul li,
.shinki_ikegami ul li
{
    list-style: none;
	text-align: left;
}

.fwb
{
    font-weight: bold;
}
.fwn
{
    font-weight: normal;
}

.att
{
    padding: 5px;
	text-align: center;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
}

.staff_01
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_01.jpg) left top no-repeat;
/*	border-bottom: 1px dotted #666666;*/
	position: relative;
}

.staff_02
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_02.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
}

.staff_03
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_03.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
}

.staff_04
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_04.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
	/*border-bottom: 1px dotted #666666;*/
}

.staff_05
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_05.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
}

.staff_06
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_06.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
}

.staff_07
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_07.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
}

.staff_08
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_08.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
}

.staff_bosyu
{
    width: 560px;
	height: 180px;
	background: url(../images/staff_bosyu.jpg) left top no-repeat;
	position: relative;
	margin-top: 10px;
}

.staff_01 .st_01,
.staff_02 .st_02,
.staff_04 .st_04,
.staff_05 .st_05,
.staff_06 .st_06,
.staff_07 .st_07,
.staff_08 .st_08
{
    width: 220px;
	height: 150px;
	left: 340px;
	top: 14px;
	position: absolute;
}

.staff_03 .st_03
{
    width: 220px;
	height: 150px;
	left: 340px;
	top: 17px;
	position: absolute;
}

.staff_bosyu .st_bosyu
{
    width: 320px;
	height: 100px;
	left: 15px;
	top: 50px;
	position: absolute;
}

.staff_01 .st_01 p,
.staff_02 .st_02 p
{
    line-height: 230%;
	color: #FFFFFF;
}

.staff_03 .st_03 p
{
    line-height: 190%;
	color: #FFFFFF;
}

.staff_04 .st_04 p,
.staff_05 .st_05 p,
.staff_06 .st_06 p,
.staff_07 .st_07 p,
.staff_08 .st_08 p
{
    line-height: 210%;
	color: #FFFFFF;
}

.staff_bosyu .st_bosyu p
{
    line-height: 120%;
	color: #333333;
	margin-bottom: 7px;
}

.bt1
{
    border-top: 1px dashed #CCC;
}



.box_staff {
    width: 560px;
	height: 40px;
}

.table_01 {
    width: 560px;
	margin-bottom: 10px;
	_font-size: 1em;
}
.table_01 th {
    width: 300px;
	text-align: left;
	vertical-align: top;
}
.table_01 td {
    width: 260px;
}
.table_01 td ul {
	display: block;
	width: 260px;
	height: 32px;
}
.table_01 td li {
	text-indent: -9999em;
}

.table_01 td ul a {
	text-decoration: none;
	display: block;
	width: 260px;
	height: 32px;
	overflow: hidden;
}
.table_01 td ul .li_01 a {
    background: url(../images/ikegamilink.gif) left top;
}
.table_01 td ul .li_02 a {
    background: url(../images/hasunumalink.gif) left top;
}
.table_01 td ul a:hover {
    background-position: 0 -32px;
} 




#headspa_table {
    width: 540px;
	font-size: 1em;
	_text-align: left;
}
#headspa_table td.td_01 {
    text-align: center;
}
#headspa_table td.td_02 {
    width: 200px;
	_width: 260px;
	padding-left: 60px;
}
#headspa_table td.td_03 {
    width: 240px;
	_width: 280px;
	padding-left: 40px;
}
#headspa_table td.td_04 {
	width: 300px;
}
#headspa_table td.td_05 {
    width: 240px;
}
#headspa_table dl,
#headspa_table dt {
    margin: 0;
	padding: 0;
	text-align: left;
}
#headspa_table dt {
    font-weight: bold;
}
#headspa_table dd {
    text-align: right;
	padding-bottom: 1em;
}