@charset "UTF-8";

/*ローバルナビの画像---------------------------------------------------------------*/
/*#menul_naviのロールオーバー---------------------*/
a.menu1 {
	background-image:url(../images/nav_n_menu.jpg);
	width:117px;
	height:50px;
}
a:hover.menu1{
	background-image:url(../images/nav_h_menu.jpg);
}




/*mainの設定---------------------------------------------------------------*/

#main {
	width: 920px;
	height:100%;
	background-color:#ffffff;
}

/*main内枠の設定---------------------------------------------------------------*/
#main #menu_main {
	width: 800px;
	background-color:#ffffff;
	margin-left:60px;

}

#menu_midashi {
	height: 70px;
	width: 800px;
	padding-top:20px;
	background-color:#ffffff;
}

.midashi {
	font-size: 120%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	margin-bottom:10px;
}

/*画像の間の空き--------------------------------------------------------------*/
.aki {
	margin-bottom: 10px;
}

/*ボディーヶ所--------------------------------------------------------------*/
#menu_bbody {
	background-color: #ffffff;
	width: 800px;
	position:relative;
	margin-bottom:10px;
}
#menu_bbody .cavi_toshosai {
	position: relative;
}
#menu_bbody .cavi_toshosai .bt_tocavi {
	position: absolute;
	left: 610px;
	top: 22px;
}


#bbody_botton ul li {
    display: inline;
	}

#bbody_botton ul{
    padding: 0px; 	
    margin: 0px;
} 


#bbody_botton ul li {
    margin: 0px 0px 0px 10px;
} 

#bbody_botton ul li a:active {
	position: relative;
	top: 1px;
}




/*フェイシャルヶ所--------------------------------------------------------------*/

#facial {
	width: 800px;
	background-color:#ffffff;
	position:relative;
	}
	
	#facial .dp_toshosai {
	position: relative;
}
#facial .dp_toshosai .bt_tocavi {
	position: absolute;
	left: 610px;
	top: 22px;
}



#facial_basic_b {
	position: absolute;
	left: 610px;
	top: 160px;
}

#facial_basic_b a:active {
	position: relative;
	top: 1px;
}

#facial_photo_b {
	position: absolute;
	left: 610px;
	top:255px;
}

#facial_photo_b a:active {
	position: relative;
	top: 1px;
}

#facial_masc_b {
	position: absolute;
	left: 610px;
	top:350px;
}

#facial_masc_b a:active {
	position: relative;
	top: 1px;
}


/*通常メニュー--------------------------------------------------------------*/
#usuall {
	width: 800px;
	background-color:#FFF;
}

/*このページのトップへ戻る--------------------------------------------------------------*/

.goto_top #goto_top3 {
	margin-bottom: 20px;
	margin-right:-58px;
}

.goto_top #goto_top2 {
	margin-bottom: 20px;
}

