/*　共通設定　*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	color:#555555;
	margin:0px auto;
	background:url(../img/common/bg.jpg) top left repeat-x;
	line-height: 1.5em;	
}
a{
	color:#733D00;
	text-decoration:underline;
}
a:hover{
	color:#733D00;
	text-decoration:none;
}
a img{
	border:none;
}
img {
	border:none;
}
.clear{
	clear:both;
}
.bold{
	font-weight: bold;
}
.red{
	color:#FF0000;
}
strong{
	font-weight: normal;
}



.backtotop a {
	text-indent:-1000em;
	display:block;
	width:90px;
	height:14px;
	margin:30px 0 30px 560px;
	background:url(../img/common/backtotop.gif) no-repeat;
}

/*　ヘッダー　*/
#hd_bg{
	width:100%;
	background:url(../img/common/hd_bg.jpg) top left repeat-x;
	height:247px;
}
#hd{
	width:920px;
	margin:0 auto;
}
#hd h1{
	width:566px;
	height:25px;
	font-size:10px;
	line-height:1.2em;
	text-align:left;
	font-weight: normal;
	color:#FFFFFF;
	background:#5FB8C2;
	float:left;
}
#hd h1 a{
	color:#FFFFFF;
	text-decoration:none;
}
#hd h1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#hd h2{
	float:left;
	width:308px;
	height:50px;
	margin:24px 0px 0px 0px;
	background:url(../img/common/logo.jpg) no-repeat;
}
#hd h2 a{
	display:block;
	width:308px;
	height:50px;
	text-indent:-1000em;
}
.head_add{
	float:right;
	padding:3px 23px 0 0;
}
/*　サブメニュー　*/
.submenu{
	width:354px;
	height:42px;
	float:right;
}
.submenu ul{
	list-style:none;
	width:354px;
}
.submenu li{
	float:left;
}
.submenu a{
	display:block;
	height:42px;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}
.submenu .sm01 a{
	width:65px;
	background: url(../img/common/submenu.jpg) 0px -42px;
}
.submenu .sm02 a{
	width:147px;
	background: url(../img/common/submenu.jpg) -65px -42px;
}
.submenu .sm03 a{
	width:142px;
	background: url(../img/common/submenu.jpg) -212px -42px;
}
.submenu .sm01 a:hover{
	background-position: 0 0 ;
}
.submenu .sm02 a:hover{
	background: url(../img/common/submenu.jpg) -65px 0;
}
.submenu .sm03 a:hover{
	background: url(../img/common/submenu.jpg) -212px 0;
}


/*　メニュー　*/
.main_bg {
	width:100%;
	height:426px;
	background:url(../img/common/main_bg.jpg) top left repeat-x;
}
.menu{
	width:924px;
	height:53px;
	padding:57px 0 0;
	margin:0 auto;
}
.menu ul{
	list-style:none;
	list-style-type:none;
}
.menu li{
	float:left;
}
.menu li.home{
	float:right;
}
.menu a{
	display:block;
	height:53px;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}
.menu a.m01{
	width:185px;
	background: url(../img/common/menu_01.jpg) 0 0;
}
.menu a.m02{
	width:184px;
	background: url(../img/common/menu_02.jpg) 0 0;
}
.menu a.m03{
	width:184px;
	background: url(../img/common/menu_03.jpg) 0 0;
}
.menu a.m04{
	width:184px;
	background: url(../img/common/menu_04.jpg) 0 0;
}
.menu a.m05{
	width:187px;
	background: url(../img/common/menu_05.jpg) 0 0;
}
.menu a:hover{
	background-position: 0 -53px;
}

/*　トップイメージ　*/
.main_img {
    width: 920px;
	height:352px;
    margin: 0 auto 20px;
}
.main_img p{
	text-indent:-1000em;
	line-height:0em;
	margin:0;
	padding:0;
}
.main_img ul{
    width: 920px;
	height:352px;
	list-style-type:none;
}
.main_img li.main01{
	width:458px;
	height:352px;
	float:left;
}
.main_img li.main02{
	width:458px;
	height:352px;
	float:left;
	margin-left:4px;
}
.main_img li a{
	width:458px;
	height:352px;
	padding:0;
	margin:0;
	display:block;
}
.main_img li a img{
	width:458px;
	height:352px;
	padding:0;
	margin:0;
}
.hoverbg{
	background:#FDEED0;
}


/*　コンテンツ　*/
#contents{
	width:920px;
	margin:0 auto;
	padding:0;
	min-height:490px;
}

/*　left　*/
#contents_left{
	float:left;
	width:650px;
}

/*　right　*/
#contents_right{
	float:right;
	width:246px;
}


/*　フッター　*/
#f_bg{
	width:100%;
	background:url(../img/common/f_bg.jpg) top left repeat-x;
	height:168px;
}
#footer{
	width:920px;
	margin:0 auto;
	text-align:center;
}
.footmenu{
	padding:15px 0px 0px 0px;
	color:#733D00;
}
.footlink {
	list-style:none;
	width:710px;
	margin:10px auto 0;
}
.footlink li {
	height:35px;
	padding:10px;
	float:left;
}	
.f_logo{
	margin-top:-5px;
}
.copy{
	text-align:center;
	padding:0px 0px 10px 0px;
	font-size:11px;
	line-height: 1.5em;
	color:#CFB7A1;
}


/*　中ページタイトル　*/
h3 {
	width:658px;
	height:96px;
	text-indent:-1000em;
	margin:0px;
}
.tt01{
	background:url(../img/kodawari/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}
.tt02{
	background:url(../img/voice/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}
.tt03{
	background:url(../img/qa/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}
.tt04{
	background:url(../img/inqiry/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}
.tt05{
	background:url(../img/recruit/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}
.tt06{
	background:url(../img/shop/tt01.jpg) no-repeat;
	margin-left:-3px;
	padding:0 0 10px;
}


h4 {
	width:650px;
	height:40px;
	margin:10px 0px 0px 0px;
	text-indent:-1000em;
}
.tts01{
	background:url(../img/top/tts01.jpg) no-repeat;
}
/*.tts02{
	background:url(../img/member/tts01.jpg) no-repeat;
}
.tts03{
	background:url(../img/member/tts02.jpg) no-repeat;
}
*/
.tts04{
	background:url(../img/qa/tts01.jpg) no-repeat;
}
.tts05{
	background:url(../img/qa/tts02.jpg) no-repeat;
}
.tts06{
	background:url(../img/recruit/tts01.jpg) no-repeat;
}
.tts07{
	background:url(../img/recruit/tts02.jpg) no-repeat;
}
.tts08{
	background:url(../img/recruit/tts03.jpg) no-repeat;
}
.tts09{
	background:url(../img/shop/tts01.jpg) no-repeat;
}
.tts10{
	background:url(../img/shop/tts02.jpg) no-repeat;
}
.tts11{
	background:url(../img/voice/tts01.jpg) no-repeat;
}
.tts12{
	background:url(../img/voice/tts02.jpg) no-repeat;
}


/*　ーーーーーーーーーーートップページーーーーーーーーーーー　*/
.top_br{
	width:650px;
	padding:0 0 10px;
}
.top_br p{
}
.top_br p a{
	display:block;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	width:650px;
}
.top_br p a.b01{
	background:url(../img/top/br_top01.jpg) no-repeat;
	height:135px;
}
.top_br p a.b02{
	background:url(../img/top/br_top02.jpg) no-repeat;
	height:85px;
}
.top_br p a.b03{
	background:url(../img/top/br_top03.jpg) no-repeat;
	height:135px;
}

.fot_br {
	width:650px;
	padding:10px 0 30px;
}

.topics{
	height:650px;
	overflow:auto;
	margin:0px 0px 10px 0px;
	text-align:left;
}
.topics dt{
	margin:0px 20px 0px 15px;
	padding:5px 0px 0px 0px;
}
.topics dd{
	margin:0px 20px 0px 15px;
	padding:0px 0px 5px 0px;
	border-bottom:1px #DCDCDC solid;
}

.top_night{
	width:663px;
	height:176px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/top/002.jpg) no-repeat;
}

/*　ーーーーーーーーーーーサイド共通ーーーーーーーーーーー　*/
.side_br{
	width:246px;
}
.side_br ul li{
	padding:0 0 10px;
}

/*.li_b07{
	height:54px;
	margin:0px 0px 8px 0px;
}
.li_b09{
	height:54px;
	margin:5px 0px 0px 0px;
}
*/
.side_br ul{
	list-style-type:none;
}
.side_br a{
	display:block;
	width:246px;
/*	text-indent:-1000em;
*/	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}
/*.side_br a:hover{
	background-position:left top;
}
.side_br a.br01{
	height:86px;
	background:url(../img/side_common/br_side04.jpg) no-repeat;
}
*/
.side_link {
	width:224px;
	padding:10px 10px 30px;
	border:solid 1px #D6CBBD;
}
.side_link a {
	padding-left:10px;
}



/*　ーーーーーーーーーーーよくある質問ーーーーーーーーーーー　*/
.qa_cont01, .qa_cont02 {
	width:630px;
	margin:0 auto;
	color:#5E3203;
}
.qa_cont01 dt{
	width:580px;
	background:#BFC5B5 url(../img/qa/q.gif) no-repeat 10px 8px;
	font-size:12px;
	padding:8px 10px 8px 40px;
	margin:20px auto 0;
}
.qa_cont01 dd{
	width:580px;
	background:#F9F7F3 url(../img/qa/a.gif) no-repeat 10px 8px;
	font-size:12px;
	padding:8px 10px 28px 40px;
	margin:5px auto 20px;
}
.qatt{
	font-weight:bold;
	padding-right:5px;
}
/*.qa_cont02 dd{
	width:663px;
	background:url(../img/qa/a_bg.jpg) no-repeat;
}
.qa_cont02 dt{
	width:580px;
	background:#ADDCD9 url(../img/qa/q2.gif) no-repeat 10px 8px;
	font-size:12px;
	padding:8px 10px 8px 40px;
	margin:20px auto 0;
}
.qa_cont02 dd{
	width:580px;
	background:#F9F7F3 url(../img/qa/a.gif) no-repeat 10px 8px;
	font-size:12px;
	padding:8px 10px 28px 40px;
	margin:5px auto 20px;
}
*/
.qa_cont03 {
	width:620px;
	padding:18px 15px 8px;
}
.qa_cont03 ul li {
	list-style:circle inside;
}


/*　ーーーーーーーーーーーこだわりーーーーーーーーーーー　*/
.kodawaribox01{
	background:url(../img/kodawari/img02.jpg) top left no-repeat;
	height:270px;
	width:650px;
	margin:0 0 40px;
}
.kodawaribox01 dt {
	height:30px;
}
.kodawaribox01 dd {
	padding:10px 10px 10px 240px;
	width:400px;
}
.kodawari_bn {
	margin:0 0 60px;
}
.kodawari_bn a img {
	margin:0 0 20px;
}

/*　ーーーーーーーーーーー求人情報ーーーーーーーーーーー　*/
.recruit_00{
	float:left;
	text-align:left;
	width:120px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 50px;
	text-align:justify;
	text-justify:distribute;
	font-weight:bold;
	color:#638B24;
}
.recruit_01{
	float:left;
	text-align:left;
	width:450px;
	padding:0px 0px 0px 0px;
	text-align:justify;
	text-justify:distribute;
}

/*　ーーーーーーーーーーーメニュー・料金ーーーーーーーーーーー　*/
.menu_img{
	width:663px;
	height:180px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/menu/main.jpg) no-repeat;
}
.menu_title01{
	width:663px;
	height:51px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/menu/menu_title01.jpg) no-repeat;
}
.menu_read{
	text-align:left;
	padding:0px 30px 20px 30px;
	text-align:justify;
	text-justify:distribute;
}
.menu_cont01{
	width:663px;
	height:304px;
	background:url(../img/menu/img_010.jpg) no-repeat;
	background-position:right top;
	text-align:left;
}
.menu_cont01_txt{
	text-align:left;
	padding:160px 290px 0px 60px;
	text-align:justify;
	text-justify:distribute;
}
.menu_cont01_txt02{
	text-align:right;
	padding:62px 30px 0px 0px;
}
.menu_cont02{
	width:663px;
	height:304px;
	background:url(../img/menu/img_020.jpg) no-repeat;
	background-position:right top;
	text-align:left;
}
.menu_cont02_txt{
	text-align:left;
	padding:160px 290px 0px 60px;
	text-align:justify;
	text-justify:distribute;
}
.menu_cont02_txt02{
	text-align:right;
	padding:62px 30px 0px 0px;
}
.menu_cont03{
	width:663px;
	height:304px;
	background:url(../img/menu/img_030.jpg) no-repeat;
	background-position:right top;
	text-align:left;
}
.menu_cont03_txt{
	text-align:left;
	padding:160px 290px 0px 60px;
	text-align:justify;
	text-justify:distribute;
}
.menu_cont03_txt02{
	text-align:right;
	padding:62px 30px 0px 0px;
}


.menu_coment_title0{
	width:663px;
	height:56px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/menu/img_05.jpg) no-repeat;
}

/*お客様からのお便り*/
.menu_coment_title{
	width:580px;
	height:16px;
	background:url(../img/voice/arrow.png) 3px 3px no-repeat;
	border-bottom:solid 1px #A98967;
	padding:0 20px 4px 20px;
	margin:20px auto;
}
.menu_coment_title_txt{
	padding:0;
	text-align:left;
	color:#5E3203;
	font-size:14px;
	font-weight:bold;
}
.menu_coment{
	width:620px;
	margin:0 auto;
}
.menu_coment_txt{
	padding:0px 20px 10px 10px;
	text-align:justify;
	text-justify:distribute;
}
.voice_btn {
	width:650px;
	margin-bottom:20px;
	text-indent:-9999px;
}
.voice_btn li {
}
.voice_btn .btn01 a {
	width:322px;
	height:61px;
	display:block;
	background:url(../img/voice/bt_ashiwaza.jpg) no-repeat top left;
	float:left;
}
.voice_btn .btn02 a {
	width:322px;
	height:61px;
	display:block;
	float:right;
	background:url(../img/voice/bt_baliaroma.jpg) no-repeat top left;
}
.voice_btn .btn01 a:hover {
	background:url(../img/voice/bt_ashiwaza_on.jpg) no-repeat top left;
}
.voice_btn .btn02 a:hover {
	background:url(../img/voice/bt_baliaroma_on.jpg) no-repeat top left;
}

/*　ーーーーーーーーーーーメンズメニューーーーーーーーーーーー　*/
.mens_menu_img{
	width:663px;
	height:180px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/mens_menu/main.jpg) no-repeat;
}
.mens_menu_cont01{
	width:663px;
	height:794px;
	background:url(../img/mens_menu/img_01.jpg) no-repeat;
	background-position:right top;
	text-align:left;
}
.mens_menu_cont01_txt{
	text-align:left;
	padding:100px 40px 0px 40px;
	text-align:justify;
	text-justify:distribute;
}
.mens_menu_cont01_txt02{
	text-align:left;
	padding:115px 40px 0px 40px;
	text-align:justify;
	text-justify:distribute;
}
.mens_menu_cont01_txt03{
	text-align:left;
	padding:223px 40px 0px 40px;
	text-align:justify;
	text-justify:distribute;
}


/*　ーーーーーーーーーーーコンテンツーーーーーーーーーーー　*/
.contents_title{
	width:663px;
	height:51px;
	margin:0px 0px 0px 0px;
	background:url(../img/contents/common/title.jpg) no-repeat;
}
.contents_title_txt{
	text-align:left;
	padding:13px 0px 0px 57px;
	color:#FFFFFF;
	font-size:14px;
}

/*　ーーーーーーーーーーー店舗情報ーーーーーーーーーーー　*/
.shop_tt{
	background:url(../img/shop/shop_tt01.jpg) no-repeat;
	width:360px;
	height:20px;
	margin:10px auto 0;
	padding:14px 0 24px 270px;
	font-size:24px;
	color:#813E11;
	font-weight:bold;
}
.shopbox01 {
	width:608px;
	border:#F9DC9A 1px solid;
	background:#FFFFFF;
	margin:0 auto 20px;
	padding:10px;
	color:#5E3203;
}
.shopbox01 dl {
}
.shopbox01 dt {
	float:left;
}
.shopbox01 dd {
	float:right;
}
.info01 {
	background:#BFC5B5;
	width:60px;
	padding:20px;
	text-align:center;
	border-bottom:#FFFFFF 1px solid;
}
.info02 {
	background:#F9F7F3;
	width:220px;
	padding:20px 10px 20px 20px;
	text-align:left;
	border-bottom:#FFFFFF 1px solid;
}
.map {
	margin-top:10px;
}
.shopbox02 {
	width:628x;
	border:#F9DC9A 1px solid;
	background:#FFFFFF;
	margin:10px auto 0;
	padding:10px;
	color:#5E3203;
}
.info03 {
	background:#BFC5B5;
	width:100px;
	padding:20px;
	text-align:center;
	border-bottom:#FFFFFF 1px solid;
}
.info04 {
	background:#F9F7F3;
	width:450px;
	padding:20px;
	text-align:left;
	border-bottom:#FFFFFF 1px solid;
}




.shop_img{
	width:663px;
	height:180px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/main.jpg) no-repeat;
}
.shop_title{
	width:663px;
	height:51px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/title.jpg) no-repeat;
}
.shop_title02{
	width:663px;
	height:55px;
	margin:10px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/01.jpg) no-repeat;
}
.shop_title03{
	width:663px;
	height:55px;
	margin:20px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/04.jpg) no-repeat;
}
.shop_title04{
	width:663px;
	height:55px;
	margin:20px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/07.jpg) no-repeat;
}
.shop_cont{
	text-align:left;
	padding:10px 0px 0px 20px;
}
.coment{
	text-align:left;
	padding:5px 0px 0px 20px;
}
.ph{
	float:left;
}
.map{
	float:right;
	padding:0px 15px 5px 0px;
}
.tel_add01{
	float:right;
	width:390px;
	height:75px;
	padding:0px 15px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/03.jpg) no-repeat;
}
.tel_add02{
	float:right;
	width:390px;
	height:75px;
	padding:0px 15px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/06.jpg) no-repeat;
}
.tel_add03{
	float:right;
	width:390px;
	height:75px;
	padding:0px 15px 0px 0px;
	text-indent:-1000em;
	background:url(../img/shop/09.jpg) no-repeat;
}

/*　ーーーーーーーーーーーお問い合わせーーーーーーーーーーー　*/
.inqiry_cont{
	width:620px;
	text-align:left;
	padding:10px 10px 0px;
}
.inqiry_cont p{
	padding:0px 0px 20px 0px;
}
.inqiry_cont table{
	border-top:1px #B8AE9A solid;
	border-left:1px #B8AE9A solid;
	background:#F9F7F3;
	width:620px;
}
.inqiry_cont td{
	border-bottom:1px #B8AE9A solid;
	border-right:1px #B8AE9A solid;
}
.form01{
	padding:10px 0px 10px 10px;
	font-size:12px;
	background-color:#BFC5B5;
}
.form02{
	padding:5px 0px 10px 10px;
	font-size:12px;
}
.box{
	margin:5px 0px 5px 0px;
}
.regist_form_botton{
	margin:15px 0px 20px 0px;
	text-align:center;
}
.inq_err{
	margin:0px 0px 10px 0px;
	text-align:center;
}
.inq_kakunin02{
	padding:10px 0px 10px 10px;
	font-size:12px;
	background-color:#F9F7F3;
	width:150px;
}
.inq_kakunin03{
	padding:10px 0px 10px 10px;
	font-size:12px;
	width:350px;
}

/*　ーーーーーーーーーーー会社概要ーーーーーーーーーーー　*/
.company_title{
	width:663px;
	height:51px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/company/title.jpg) no-repeat;
}
.company_cont{
	text-align:left;
	padding:20px 0px 0px 20px;
}
.company_cont dt{
	float:left;
	width:100px;
	margin:0px 20px 0px 15px;
	padding:10px 0px 10px 0px;
}
.company_cont dd{
	margin:0px 20px 0px 15px;
	padding:10px 0px 10px 0px;
	border-bottom:1px #DCDCDC solid;
}


/*　ーーーーーーーーーーークーポンーーーーーーーーーーー　*/
.coupon_title{
	width:663px;
	height:51px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/coupon/title.jpg) no-repeat;
}
.coupon_cont{
	text-align:left;
	padding:20px 20px 0px 20px;
}
.coupon_cont p{
	padding:0px 0px 15px 0px;
}


.coupon_botton{
	width:282px;
	height:74px;
	margin:0px 0px 0px 341px;
}
.coupon_botton ul{
	list-style-type:none;
}
.coupon_botton a{
	display:block;
	height:74px;
	text-indent:-1000em;
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}
.coupon_botton a:hover{
	background-position:left top;
}
.coupon_botton a.coupon_botton01{
	width:282px;
	background-image: url(../img/coupon/coupon_botton.jpg);
}

.coupon_map01{
	display: none;
}
.coupon_map02{
	display: none;
}

/*　ーーーーーーーーーーー会員特典ーーーーーーーーーーー　*/
.page{
	width:620px;
	*width:620px;
	text-align:center;
	border-top:1px #A98967 solid;
	padding:5px;
	margin:40px auto 0;
}



/*　ーーーーーーーーーーー施術の流れーーーーーーーーーーー　*/
.howto_img{
	width:663px;
	height:180px;
	margin:0px 0px 0px 0px;
	text-indent:-1000em;
	background:url(../img/howto/howto01.jpg) no-repeat;
}


/*　ーーーーーーーーーーーメルマガ会員登録方法ーーーーーーーーーーー　*/

.staff_cont01_txt{
	text-align:left;
	padding:00px 270px 20px 15px;
	text-align:justify;
	text-justify:distribute;
}
.staff_cont01_txt00{
	text-align:left;
	padding:20px 0px 10px 15px;
	font-size:14px;
	color:#733D00;
}
.staff_cont02_txt{
	text-align:left;
	padding:0px 15px 20px 270px;
	text-align:justify;
	text-justify:distribute;
}
.staff_cont02_txt00{
	text-align:left;
	padding:20px 15px 10px 270px;
	font-size:14px;
	color:#733D00;
}
.staff_cont22{
	width:620px;
	height:300px;
	padding-left:30px;
	background:url(../img/recruit/staff01.jpg) no-repeat;
	background-position:20px top;
	text-align:left;
}
.staff_cont23{
	width:620px;
	height:300px;
	padding-left:30px;
	background:url(../img/recruit/staff02.jpg) no-repeat;
	background-position:420px top;
	text-align:left;
}
.staff_cont24{
	width:620px;
	height:300px;
	padding-left:30px;
	background:url(../img/recruit/staff03.jpg) no-repeat;
	background-position:20px top;
	text-align:left;
}
/*　ーーーーーーーーーーー足技マッサージーーーーーーーーーーー　*/

.menu2{
	width:924px;
	height:36px;
	margin:0 auto;
}

div a:hover .opacity {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.newmem{
	background:url(../img/ashiwaza/r7.jpg) no-repeat;
	height:188px;
	padding:364px 140px 0;
}
.newmemlink{
	list-style:none;
}
.newmemlink li {
	float:left;
}


/*　ーーーーーーーーーーーバリアロママッサージーーーーーーーーーーー　*/

.menu3{
	width:970px;
	height:36px;
	margin:0 auto;
	padding-left:25px;
}



/* font */
.fc_lg{
	color:#638B24;
}
.fc_db{
	color:#5E3203;
}

