@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #000000;		/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input{
	cursor: pointer;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

input:focus, select:focus, textarea:focus {
	background:#ccccff;
}

select {
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
	font-weight: bold;
	cursor: pointer;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #0000ff;		/*リンク部分の文字色*/
}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	background: #FFFFFF;
	width: 804px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h1 {
	color:#000000;
	font-size: 100%;		/*h1タグの文字サイズ*/
	font-weight: bold;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 5px;	/*下のロゴ画像との余白*/
}

#header a:hover {
	background: url(../images/logo_bg.gif) no-repeat bottom;
}

img.float_left {
	float: left;
	margin: 0 5px 0 0;
}

.float_clear{
	clear: both
}

/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	background: #64C864;
	border-top: 2px solid #64C864;
	border-bottom: 2px solid #64C864;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #ffffff;	/*メニューの文字色*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #EEFFEE;
	border-right: 1px solid #EEFFEE;
	}

ul#topmenu li a:hover {
	background: #008000;
	color: #ffffff;	/*メニューの文字色*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#side h3 {
	color: #000000;	/*メニューの文字色*/
	font-size: 100%;
	line-height: 56px;
	background: url(../images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #000000;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	color: #000000;
	background: #96ff96;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h2 {
	color:#000000;
	background: #eeffee;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #64C864;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64C864;
	padding-bottom: 0px;
	margin-bottom: 5px;
}


#main p {
	padding: 0 10px 1em;
}

#main img {
	margin-bottom: 5px;
}

#main h3 {
	color:#008000;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #64C864;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #64C864;
	padding-bottom: 1px;
	margin-bottom: 5px;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

#footer h2{
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #008000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
	padding-bottom: 2px;
}

#footer p {
	padding: 10px;
	text-align: left;
}

/*お知らせ
---------------------------------------------------------------------------*/
#contents dl.new {
	font-size: 90%;
	width: 94%;			/*ボックスの幅*/
	height: 120px;		/*ボックスの高さ*/
	overflow: auto;		/*iframe風*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px solid #64C864;	/*フチのライン*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#contents dt {
	color:#008000;
	font-weight: bold;
	margin-right: 10px;
	clear:left;
	float:left;
}

#contents dt.red {
	color:#ff0000;
	font-weight: bold;
	margin-right: 10px;
	clear:left;
	float:left;
}

#contents dd {
	border-bottom: 1px dotted #64C864;	
}


/*文字装飾
---------------------------------------------------------------------------*/
.look {
	background: #FED0E0;
}

.color1 {
	color: #008000;
}

.bold{
	font-weight: bold;
}

.red{
	font-weight: normal;
	color: #ff0000;
}

.bred{
	font-size: 110%;
	font-weight: bold;
	color: #ff0000;
}

.lbred{
	font-size: 110%;
	font-weight: bold;
	color: #ff0000;
	background: #FED0E0;
}

.blue{
	font-weight: normal;
	color: #0000ff;
}

.bblue{
	font-weight: bold;
	color: #0000ff;
}

.sml1 {
	font-size: 90%;
}

.sml95 {
	font-size: 95%;
}

.bigbred{
	font-size: 160%;
	font-weight: bold;
	color: #ff0000;
}

.dayst{
	font-size: 90%;
	color: #333333;
	text-align: right;
}

.salon-st{
	font-size: 90%;
	color: #333333;
	text-align: left;
}



/*ナビfix
---------------------------------------------------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	width: 785px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*フォーム
---------------------------------------------------------------------------*/

.orderform{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 2px;
}


/*上に戻る
---------------------------------------------------------------------------*/
#pageTop{
	background:#64c864;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:10px;
	right:10px;
	}
#pageTop:hover{
	background:#008000;
	}
	
/*カート
---------------------------------------------------------------------------*/
#cart_table{
	margin-top: 5px;
	margin-left: 0;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	width: 570px;
}

#cart_table tr{
	border-color: #008000;
}
#cart_table td{
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
}

.regi_table{
	margin-top: 5px;
	margin-left: 0;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
	width: 570px;
}

.regi_table tr{
	border-color: #008000;
}

.tdhidari{
	background-color: #64c864;
	width: 120px;
}


.regi_table td{
	border-width: 1px;
	border-style: solid;
	border-color: #008000;
}


.regi_table input{
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width: 420px;
}

.regi_table input.prf1{
	margin-left: 10px;
	margin-bottom: 3px;
	width: 120px;
}
.regi_table input.prf2{
	margin-left: 10px;
	margin-bottom: 3px;
	width: 200px;
}
.regi_table input.add{
	margin-left: 10px;
	width: 300px;
}

.regi_table textarea{
	cursor: pointer;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 420px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


.cart_table_head{
	font-weight: bold;
	color: #000000;
	background-color: #64C864;
	text-align: center;
	height: 30px;
	
}

.cart_table_head_s{
	color: #000000;
	background-color: #64C864;
	text-align: center;
	height: 30px;
}
 
.cart_table_head_a{
	font-size: 90%;
	text-align: center;
	width: 30px;
	height: 30px;
}

.cart_table_head_b{
	font-size: 90%;
	text-align: center;
	width: 40px;
	height: 30px;
	
}

.cart_table_head_c{
	font-size: 90%;
	text-align: center;
	
}

.cart_table_head_cc{
	text-align: center;
	width: 330px;
	
}

.cart_table_head_d{
	font-size: 90%;
	text-align: center;
	width: 60px;
	
}

.cart_table_head_e{
	text-align: center;
	width: 50px;	
}

.cart_table_head_e input{
	font-weight: bold;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
}

.cart_table_head_e select{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
}

.cart_table_head_f{
	text-align: center;
	font-weight: bold;
	width: 80px;
	
}

.cart_table_cost{
	font-weight: normal;
	color: #000000;
	background-color: #ffffcc;
	text-align: center;
	
}

.cart_table_cost_td{
	text-align: center;
	height: 30px;
	padding: 0px;
	
}

.cart_table_total{
	font-weight: bold;
	font-size: 120%;
	color: #ff0000;
	background-color: #ffe4c4;
	text-align: center;
	height: 30px;
	padding: 0 0 0 0;
	
}

.cart_table_total_mn{
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0000;
	background-color: #ffe4c4;
	text-align: center;
	height: 30px;
	
}

.cart_table_btn{
	text-align: center;
}

.cart_table_btn input{
	margin: 5px 0;
	padding: 2px 3px;
}


.cart_keikoku{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0px;
	background: #ffcc66;
}

.cart_address_l{
	font-size: 0.9em;
	background-color: #ffe4c4;
	font-weight: bold;
	text-align: left;
	padding: 0 10px 0 10px;
	width: 130px;
}

.cart_address_sonota{
	background-color: #ffffcc;
	font-weight: normal;
	text-align: left;
	padding: 10px 10px 10px 20px;
	height: 40px;
}

.cart_address_r{
	background-color: #ffffcc;
	font-weight: normal;
	text-align: left;
	padding: 0 10px 0 20px;
	height: 40px;
}

#regi{
	font-size: 110%;
	font-weight: bold;
}

.cart_shita input{
	background-color: #dddddd;
	border-width: 2px;
	border-style: solid;
	border-color: #ff0000;
	padding: 3px;
}
.cart_shita input:hover{
	background-color: #ff8080;
	border-width: 2px;
	border-style: solid;
	border-color: #ff0000;
}

#empty{
	margin: 5px;
}

/*メールフォーム
---------------------------------------------------------------------------*/
#formmailmagic {
}

#formmailmagic h1.title {
	font-size: 150%;
	text-align: center;
	color: #FFFFCC;
	padding: 5px 0px;
	margin: 0px;
	background-color: #FFCC00;
}

#formmailmagic h2.setumei {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	color: #006633;
}

#formmailmagic table {
	font-size: 100%;
	width: 570px;
	border: 1px solid #6C5A44;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#formmailmagic th {
	font-weight: bold;
	width: 200px;
	background-color: #64C864;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6C5A44;
}

#formmailmagic th.must {
}

#formmailmagic td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #6C5A44;
	padding: 10px;
}

#formmailmagic th em.must {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#formmailmagic th em.check {
	font-style: normal;
	color: #666666;
	padding-left: 5px;
}

#formmailmagic .copyright {
	font-size: 90%;
	text-align: right;
}

.error {
	padding: 2px;
	margin : 0px;
	color: #FF0000;
}
#formmailmagic select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#formmailmagic .confirm {
	text-align: center;
	margin-top: 15px;
}

/*質問ページ
---------------------------------------------------------------------------*/

#qanda p{
	background-color: #ccffcc;
	padding: 5px;
}


/*パンくず
---------------------------------------------------------------------------*/

#breadcrumb{
	font-size: 90%;
	text-align: left;
}

