@charset "UTF-8";

/****************************
H T M L
*****************************/

body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(../images/common/reve_bg_grey.gif) repeat-y  center top #f0f0f0;
	}

img {
	border: 0;
	}

form {
	padding: 0;
	margin: 0;
	}

p,ul,ol,form,dl,dt,dd {
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}

/****************************
L I N K 
*****************************/

a:link {
	color: #CC3333;
	text-decolation: underline;
}

a:visited {
	color: #CC3333;
	text-decolation: underline;
}

a:hover {
	color: #dd5959;
	text-decolation: underline;
}

a:active {
	color: #dd5959;
}

/****************************
L A Y O U T ( C O M M O N )
*****************************/
#container{
	width: 1024px;
	margin: auto;
}

#header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header h1{
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #cdc7b8;
	font-size: 12px;
	font-weight: normal;
}

#container_inner{
	width: 1000px;
	margin: auto;
}

#wrapper{
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
}

/****************************
M E N U
*****************************/

#tmenu{
	width: 1000px;
	background-color: #ffffff;
}	

ul #tmenu{
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#tmenu li{
	overflow: hidden;
	text-indent: -9999px;
	display: inline;
	float: left;
}

#tmenu li a{	
	background-image: url('../images/common/menulist.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

/* Salon Menu Button */
#tmenu li.salon{
	width: 165px;
	height: 45px;
}

#tmenu li.salon a{
	background-position: 0px 0px;
}

#tmenu li.salon a:hover{
	background-position: 0px -45px;
}

#tmenu li.salon a.selected{
	background-position: 0px -90px;
}

/* Treatment Menu Button */
#tmenu li.treat{
	width: 140px;
	height: 45px;
}

#tmenu li.treat a{
	background-position: -165px 0px;
}

#tmenu li.treat a:hover{
	background-position: -165px -45px;
}

#tmenu li.treat a.selected{
	background-position: -165px -90px;
}

/* price Menu Button */
#tmenu li.price{
	width: 135px;
	height: 45px;
}

#tmenu li.price a{
	background-position: -305px 0px;
}

#tmenu li.price a:hover{
	background-position: -305px -45px;
}

#tmenu li.price a.selected{
	background-position: -305px -90px;
}

/* staff Menu Button */
#tmenu li.staff{
	width: 100px;
	height: 45px;
}

#tmenu li.staff a{
	background-position: -440px 0px;
}

#tmenu li.staff a:hover{
	background-position: -440px -45px;
}

#tmenu li.staff a.selected{
	background-position: -440px -90px;
}


/* card Menu Button */
#tmenu li.card{
	width: 180px;
	height: 45px;
}

#tmenu li.card a{
	background-position: -540px 0px;
}

#tmenu li.card a:hover{
	background-position: -540px -45px;
}

#tmenu li.card a.selected{
	background-position: -540px -90px;
}

/* contact Menu Button */
#tmenu li.contact{
	width: 115px;
	height: 45px;
}

#tmenu li.contact a{
	background-position: -720px 0px;
}

#tmenu li.contact a:hover{
	background-position: -720px -45px;
}

#tmenu li.contact a.selected{
	background-position: -720px -90px;
}

/* diary Menu Button */
#tmenu li.diary{
	width: 165px;
	height: 45px;
}

#tmenu li.diary a{
	background-position: -835px 0px;
}

#tmenu li.diary a:hover{
	background-position: -835px -45px;
}

#tmenu li.diary a.selected{
	background-position: -835px -90px;
}



/****************************
F O O T E R
*****************************/

#foot{
	clear: both;
}

#footer{
	width: 1000px;
	margin: auto;
}

#footer_inner{
	padding: 20px;
	border-top: solid 2px #330000;
	overflow: hidden;
	width: 960px; // ie6
}

#foot_left{
	width: 700px;
	float: left;
}

.footmenu li a{
	color: #330000;
	font-size: 12px;
	text-decoration: none;
}

.footmenu li a:hover{
	color: #dd5959;
	font-size: 12px;
	text-decoration: none;
}

.footmenu li{
	display: inline;
	list-style-type: none;
	border-left: solid 1px #330000;
	margin-left: 5px;
	padding-left: 5px;
}

.footmenu li.first{
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.footmenu ul{
	margin: 0;
	padding: 0;
}

#foot_right{
	width: 250px;
	float: right;
	text-align: right;
}

#foot_right p{
	color: #330000;
	font-size: 10px;
	font-family: verdana;
	margin: 0;
}

#pgtp{
	clear: both;
}

#pgtp{
	width: 1000px;
	margin: auto;
}

#pgtp_inner{
	padding: 5px;
	background-color: #ffffff;
	overflow: hidden;
	width: 990px; // ie6
}

#pgtp_inner .gobacktop{
	float: right;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/****************************
L A Y O U T ( T O P )
*****************************/

#top_content{
	width: 610px;
	float: right;
	margin: 0;
}

#top_content_inner{
	width: 600px;
	margin-bottom: 20px;
}

#top_sign{
	width: 390px;
	float: left;
}

#top_sign_inner{
	width: 380px;
	margin-bottom: 30px;
}

.top_nm{
	padding-bottom: 10px;
}

.top_txt{
	font-size: 13px;
	color: #330000;
	line-height: 1.6;
}

.top_txt p{
	margin: 0;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.post{
	width: 530px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.postdate{
	font-size: 13px;
	font-family: verdana;
	line-height: 1.5;
	padding-left: 5px;
}

.posttxt{
	font-size: 13px;
	margin-top: -18px;
	margin-left: 100px;
	margin-bottom: 13px;
	line-height: 1.4;
}


/****************************
L A Y O U T ( S A L O N )
*****************************/

#wrapper_salon{
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/salon/salon_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#header_s{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/salon/salon_header.jpg);
}


#header_s h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #330000;
	font-size: 12px;
	font-weight: normal;
}

#header_s .board{
	padding-top: 0px;
	padding-left: 35px;
}

#salon_map{
	width: 480px;
	float: right;
}

#salon_map_inner{
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 80px;
}

#salon_map_inner p{
	font-size: 13px;
	margin-top: 10px;
}

.mapnote{
	text-align: right;
}

#salon_content{
	width: 520px;
	float: left;
	margin: 0;
}

#salon_content_inner{
	width: 490px;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.salonnm1{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow1.png');
	background-repeat: no-repeat;
}

.salonnm2{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow2.png');
	background-repeat: no-repeat;
}

.salonnm3{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow3.png');
	background-repeat: no-repeat;
}

.salonnm4{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow4.png');
	background-repeat: no-repeat;
}

.salonnm5{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow5.png');
	background-repeat: no-repeat;
}

.salonnm6{
	width: 110px;
	height: 35px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	background-image: url('../images/salon/shadow6.png');
	background-repeat: no-repeat;
}

.saloninfo{
	font-size: 13px;
	line-height: 2;
	margin-top: -36px;
	margin-left: 120px;
	margin-bottom: 5px;
}


/********************************
L A Y O U T ( T R E A T M E N T )
*********************************/

#wrapper_treat{
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/treatment/treatment_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header_t{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/treatment/treatment_header.jpg);
}

#header_t h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #330000;
	font-size: 12px;
	font-weight: normal;
}

#header_t .board{
	padding-top: 0px;
	padding-left: 35px;
}

#treat_content{
	width: 600px;
	float: left;
	margin: 0;
}

#treat_content_inner{
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}


#treatwin{
	clear all;
	width:500px; 
	height:400px;
	border:solid 1px #cccccc;
	overflow-y:auto; 
	padding:10px;"
}

.tcourse{
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #c0c0c0;
}

.tnm{
	height: 21px;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}

.tprice{
	float: right;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#treat_content_inner p{
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.star{
	font-size: 13px;
	color: #009966;
}

.sata{
	font-size: 12px;
	margin-left: 100px;
}


/*********************************
L A Y O U T ( M E N U & P R I C E )
**********************************/

#wrapper_price{
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/price/price_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header_price{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/price/price_header.jpg);
}

#header_price h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
}

#header_price .board{
	padding-top: 0px;
	padding-left: 35px;
}

#price_content{
	width: 600px;
	float: right;
	margin: 0;
}

#price_content_inner{
	width: 500px;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.pricewin{
	width:500px;
	height:400px;
	border:solid 1px #cccccc;
	overflow-y:scroll;
	padding:10px;"
}

#price_content_inner .mptitle{
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #c0c0c0;
}

#price_content_inner .mptitle a{
	color: #ffffff;
	text-decoration: none;
}

#price_content_inner .mpitem{
	font-size: 13px;
	margin-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#price_content_inner .mpnm{
	font-size: 13px;
	padding-left: 200px;
}

#price_content_inner .mpfee{
	float: right;
	font-size: 13px;
}

#price_content_inner p{
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#price_content_inner .mpsub{
	height: 21px;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}

#price_content_inner .mpfee2{
	float: right;
	font-size: 13px;
	padding-right: 20px;
}

.orange{
	color: #ff6600;
	font-size: 13px;
}

.note11{
	text-align: right;
	font-size: 11px;
}


.gotot{
	float: right;
	text-align: center;
}

.gotot a{
	width: 240px;
	height: 25px;
	background-color: #ff6600;
	padding: 5px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.gotot a:hover{
	color: #ffffff;
	font-size: 13px;
	background-color: #dd5959;
	text-decoration: none;
}

/****************************
L A Y O U T ( S T A F F )
*****************************/

#header_stf{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/staff/staff_header.jpg);
}


#header_stf h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #330000;
	font-size: 12px;
	font-weight: normal;
}

#header_stf .board{
	padding-top: 0px;
	padding-left: 35px;
}

#stf1_pic{
	width: 350px;
	float: left;
	margin: 0;
}

#stf1_pic_inner{
	width: 200px;
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 50px;
}

#stf1_info{
	width: 650px;
	float: right;
	margin: 0;
}

#stf1_info_inner{
	width: 610px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#stf2_pic{
	clear: both;
	width: 350px;
	float: left;
	margin: 0;
}

#stf2_pic_inner{
	width: 200px;
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 50px;
}

#stf2_info{
	width: 650px;
	float: right;
	margin: 0;
}

#stf2_info_inner{
	width: 610px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#stf4_pic{
	clear: both;
	width: 350px;
	float: left;
	margin: 0;
}

#stf4_pic_inner{
	width: 200px;
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 50px;
}

#stf4_info{
	width: 650px;
	float: right;
	margin: 0;
}

#stf4_info_inner{
	width: 610px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#stf3_pic{
	clear: both;
	width: 350px;
	float: left;
	margin: 0;
}

#stf3_pic_inner{
	width: 200px;
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 50px;
}

#stf3_info{
	width: 650px;
	float: right;
	margin: 0;
}

#stf3_info_inner{
	width: 610px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.stf_nm{
	padding-bottom: 20px;
}

.stf_item{
	font-size: 13px;
	line-height: 2;
	width: 100px;
	border: solid 1px #330000;
	text-align: center;
}

.stf_answer{
	font-size: 13px;
	margin-top: -26px;
	margin-left: 120px;
	margin-bottom: 10px;
}



/****************************
L A Y O U T ( C A R D )
*****************************/

#header_cd{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/card/card_header.jpg);
}


#header_cd .board{
	padding-top: 0px;
	padding-left: 35px;
}

#header_cd h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #330000;
	font-size: 12px;
	font-weight: normal;
}

#card_content{
	width:1000px;
	float: left;
	margin: 0;
}

#card_content_inner{
	width: 760px;
	margin-top: 30px;
	margin-left: 120px;
	margin-bottom: 20px;
}

#card_content_inner h2{
	font-size: 18px;
	letter-spacing: 1px;
	color: #330000;
	font-weight: normal;
	border-left: solid 10px #330000;
	border-bottom: dotted 1px #330000;
	padding-left: 10px;
	padding-bottom: 5px;
}

#card_content_inner h3{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #330000;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}

#card_content_inner h4{
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #c0c0c0;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
}

#card_content_inner .catch1{
	font-size: 16px;
	letter-spacing: 1px;
	color: #dd5959;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#card_content_inner .catch2{
	font-size: 14px;
	letter-spacing: 1px;
	color: #330000;
	margin-left: 40px;
	padding-bottom: 30px;
}

#card_content_inner .course{
	font-size: 12px;
	color: #330000;
	line-height: 1.8;
	letter-spacing: 0px;
	padding-bottom: 30px;
}

#card_content_inner .courset dl{
	padding-bottom: 2px;
}

#card_content_inner .course dt{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #330000;
	padding-left: 40px;
	padding-top: 10px;
}

#card_content_inner .course dd{
	font-size: 13px;
	letter-spacing: 1px;
	color: #330000;
	padding-left: 40px;
}

#card_content_inner .mn{
	font-size: 14px;
	padding-bottom: 5px;
}

#card_content_inner .prc{
	font-weight: bold;
}

#card_content_inner .card_note{
	border-top: 1px dotted #dac57b;
	text-align: right;
	color: #dd5959;
	font-size: 16px;
	padding-top: 5px;
}


/****************************
L A Y O U T ( C O N T A C T )
*****************************/

#header_ct{
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/contact/contact_header.jpg);
}


#header_ct .board{
	padding-top: 0px;
	padding-left: 35px;
}

#header_ct h1{
	text-align: right;
	margin-top: -165px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
}

#contact_board{
	width: 500px;
	float: right;
}

#contact_board_inner{
	margin-top: 50px;
	margin-left: 10px;
	margin-bottom: 80px;
}

#contact_content{
	width: 500px;
	float: left;
	margin: 0;
}

#contact_content_inner{
	width: 470px;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.contact_nm{
	padding-top: 50px;
	padding-left: 80px;
	padding-bottom: 35px;
}

.contact_telmail{
	padding-left: 100px;
}
