@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }

table p { line-height:160%; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(image/main/head_back.jpg) repeat-x center top;
	line-height:160%;
	color:#333;
	}

div#body02 {
    background:url(image/main/foot_back.jpg) repeat-x center bottom;
	}

/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}
.font-color-brown  {color:#BC6E02;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-14   {font-size:14px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}

.font-bold  {font-weight:bold;}

.txt-type01 {
	height:21px;
	line-height:21px;
	text-indent:25px;
	font-weight:bold;
	color:#532200;
	font-size:120%;
	background:url(image/main/h5.jpg) no-repeat;
	}

.txt-type01 a {
	color:#532200;
	}
	
/* Finding Setting
==========================================================*/
h1 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	clear:both;
	margin-bottom:10px;
	}

h3 {
    width:565px;
	height:38px;
	line-height:38px;
	text-indent:30px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:140%;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
	}

h4 {
    width:565px;
	height:38px;
	line-height:32px;
	text-indent:25px;
	font-weight:bold;
	color:#512000;
	font-size:130%;
	background:url(image/main/h4.jpg) no-repeat;
	margin-bottom:10px;
	}

h5 {
	height:21px;
	line-height:21px;
	text-indent:23px;
	font-weight:bold;
	color:#532200;
	font-size:120%;
	background:url(image/main/h5.jpg) no-repeat;
	margin-bottom:7px;
	}

h6 {
	height:15px;
	line-height:15px;
	text-indent:22px;
	font-weight:bold;
	color:#BC6E02;
	font-size:110%;
	background:url(image/main/h6.jpg) no-repeat;
	margin-bottom:7px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after,
div.entry-box:after,
div#sidebar :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper,
div#content,
div.entry-box,
div#sidebar { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content,
* html div.entry-box,
* html div#sidebar  { height: 1% }
.clearfix,
div#wrapper,
div#content,
div.entry-box,
div#sidebar  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://e-hairs.jp/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container-back {
	width:816px;
	background:url(image/main/content_back.jpg) repeat-y;
	text-align:center;
	margin: 0 auto;
	}

div#container {
	width:816px;
	background:url(image/main/head_back02.jpg) no-repeat top;
	text-align:center;
	margin: 0 auto;
	}

div#container-inner {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    padding-top:10px;
    padding-right:15px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:565px;
	}
	
div.main {
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:816px;
	position:relative;
	text-align:left;
	}			

div#header-box01 {
    height:63px;
	padding:0 20px 0 0;
	}

div#header-box01 div {
    float:left;
    width:400px;
	margin-top:25px;
	}

div#header-box01 ul {
    float:right;
	text-align:right;
	width:300px;
	margin-top:25px;
	}

div#header-box01 ul li {
    display:inline;
	border-right:1px dotted #FFFFFF;
	padding:0 5px;
	}

div#header-box01 ul li a {
    color:#FFFFFF;
	}
		
div#header-box02 {
    text-align:center;
	}
		
/* footer
==========================================================*/
div#footer {
	width:816px;
	height:156px;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
	text-align:center;
	position:relative;
	background:url(image/main/foot_back02.jpg) no-repeat bottom;
	}

div#footer ul{
	text-align:center;
	}
	
div#footer ul li{
	display:inline;
	}
	
div#footer ul li a {
    color:#FFFFFF;
	}

div#footer-box01 {
	width:816px;
	position:absolute;
	top:16px;
	left:0;
    }

ul#footer-list1 {
    float:left;
	text-align:left;
	padding-left:20px;
	}

ul#footer-list1 li {
    border-right:1px dotted #FFFFFF;
	padding:0 5px;
	}
			
ul#footer-list2 {
    float:right;
	text-align:right;
	padding-right:20px;
	}
			
div#footer-box02 {
	width:816px;
	position:absolute;
	top:67px;
	left:0;
    }
		
div#footer p{
    font-size:12px;
	padding-top:10px;
	}	
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 2px 0;
    margin-bottom:10px;
	border-bottom:1px dotted #9D8F84;
	color:#9C7450;
	}

div#navi a{
	color:#9C7450;
	}
	
/* sidebar
==========================================================*/
div#sidebar                { width:210px; }
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
    width:200px;
	padding-bottom:20px;
	}
	
div.side-body {
	}
	
div.side-body p{
	line-height:160%;
	}

div.side-form a:hover {
    text-decoration:none;
	}
	
div.side-title {
    margin-bottom:5px;
	}
	
div#side-title01 {
	width:206px;
	height:55px;
	text-indent:-9999px;
	background:url(image/main/side_title01.jpg) no-repeat;
	margin-bottom:5px;
	}

ul#side-list01 li {
    width:200px;
	height:51px;
	text-indent:-9999px;
	margin-bottom:5px;
	}
		
ul#side-list01 li a {
    width:200px;
	height:51px;
	display:block;
	}

li#s-banner01 {background:url(image/main/side_banner01.jpg) no-repeat;}
li#s-banner01 a:hover {background:url(image/main/side_banner01_r.jpg) no-repeat;}
		
li#s-banner02 {background:url(image/main/side_banner02.jpg) no-repeat;}
li#s-banner02 a:hover {background:url(image/main/side_banner02_r.jpg) no-repeat;}
		
li#s-banner03 {background:url(image/main/side_banner03.jpg) no-repeat;}
li#s-banner03 a:hover {background:url(image/main/side_banner03_r.jpg) no-repeat;}
		
li#s-banner04 {background:url(image/main/side_banner04.jpg) no-repeat;}
li#s-banner04 a:hover {background:url(image/main/side_banner04_r.jpg) no-repeat;}
		
li#s-banner05 {background:url(image/main/side_banner05.jpg) no-repeat;}
li#s-banner05 a:hover {background:url(image/main/side_banner05_r.jpg) no-repeat;}
		
li#s-banner06 {background:url(image/main/side_banner06.jpg) no-repeat;}
li#s-banner06 a:hover {background:url(image/main/side_banner06_r.jpg) no-repeat;}
		
li#s-banner07 {background:url(image/main/side_banner07.jpg) no-repeat;}
li#s-banner07 a:hover {background:url(image/main/side_banner07_r.jpg) no-repeat;}
		
div.side-form ul#side-menu {
	}
	
div.side-form ul#side-menu li{
    width:200px;
	height:34px;
	list-style:none;
	color:#9C7450;
	font-size:12px;
	font-weight:bolder;
	line-height:34px;
	text-indent:30px;
	background:url(image/main/side_menu_back.jpg) no-repeat;
	}

div.side-form ul#side-menu li a {
    width:200px;
	height:34px;
	display:block;
	color:#9C7450;
	}
	
div.side-form ul#side-menu li a:hover {
	color:#421609;
	}
		
/* entry
==========================================================*/
div.entry {
	padding-bottom:20px;
	}
	
div.entry-body {
	padding:0;
	}
	
div.entry-box {
	padding:0 5px;
	margin-bottom:20px;
	clear:both;
	}

div.ebox {
    padding-bottom:20px;
	border-bottom:1px dotted #9D8F84;
	}
	
div.ebox-l {
    float:left;
	width:180px;
	}
	
div.ebox-r {
    float:right;
	width:350px;
	}
	
div.entry-body p {
	padding-bottom:10px;
	}
	
div.entry-body table {
	margin-bottom:10px;
	}
	
div.entry-more {
	padding-top:10px;
	text-align:right;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #E6DDCC;
	}

.border-d-top {
    padding-top:10px;
	border-top:1px dotted #9D8F84;
	}

.border-d-bottom {
    padding-bottom:10px;
	border-bottom:1px dotted #9D8F84;
	}

.margin-b10 {
    margin-bottom:10px;
	}

.margin-b20 {
    margin-bottom:20px;
	}

.margin-r10 {
    margin-right:10px;
	}
	
div.box {
    margin-bottom:20px;
	}
		
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f9f9f9;
	}
	
	
table.tbl-normal td{
	padding:5px;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

table.tbl-menu {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	}
	
table.tbl-menu th{
	padding:5px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	font-weight:normal;
	border:3px solid #fff;
	background:#D7C5B5;
	color:#fff;
	}
	
	
table.tbl-menu td{
	padding:5px;
	line-height:120%;
	letter-spacing:1px;
	border-bottom:1px solid #9D7F65;
	}

td.bg-yellow {
    background:#FEFFEF;
	text-align:center;
	}
	
td.bg-orange {
    background:#FEEDDB;
	text-align:center;
	}

/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.long {
    width:250px;
	}
	
input.medium {
    width:150px;
	}
	
input.short {
	width:100px;
	}
	
input.very-short {
	width:50px;
	}
	
textarea.input-txtarea {
	width:350px;
	height:100px;
	}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.main div#news-box h3{
	text-indent:-9999px;
	width:565px;
	height:38px;
	background:url(image/main/h3_new.jpg) no-repeat;
	margin-bottom:20px;
    }

div.main div#news-box {
    margin-bottom:10px;
	}

div.main div.news-box-inner {
    padding:0 10px;
	}

div.main div.news-box-inner ul li {
	list-style:none;
	line-height:160%;
	color:#666666;
    }

/* category
==========================================================*/

/*voice*/

div.box-voice {
    width:545px;
	background:url(image/category/voice/box_back.jpg) no-repeat top;
	padding:11px 0 2px 0;
	}

div.box-voice-b {
    width:545px;
	height:10px;
	background:url(image/category/voice/box_back_bottom.jpg) no-repeat bottom;
	margin-bottom:20px;
	}

div.box-voice dl {
    margin:0 10px;
    border:1px solid #D8D1B7;
	padding:10px;
	}

div.box-voice dl dt {
    border-bottom:1px solid #D8D1B7;
	color:#f7f7f7;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}

div.box-voice dl dd {
	color:#f7f7f7;
	}

/*qa*/

div.box-qa {
    width:545px;
	background:url(image/category/qa/box_back.jpg) no-repeat top;
	padding:11px 0 2px 0;
	}

div.box-qa-b {
    width:545px;
	height:10px;
	background:url(image/category/qa/box_back_bottom.jpg) no-repeat bottom;
	margin-bottom:20px;
	}

div.box-qa dl {
    margin:0 10px;
    border:1px solid #D8D1B7;
	padding:10px;
	}

div.box-qa dl dt {
    border-bottom:1px solid #D8D1B7;
	color:#f7f7f7;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:40px;
	line-height:30px;
	}

div.box-qa dl dd {
	color:#f7f7f7;
	padding-left:40px;
	}

/*iyashisu*/

div#coupon {
    width:545px;
	height:114px;
	background:url(image/category/iyashisu/coupon.jpg) no-repeat;
	margin-bottom:10px;
	}
	
div#coupon p {
    padding:63px 0 0 40px;
	font-size:14px;
	}

/*message*/

div#message {
    width:545px;
	height:114px;
	background:url(image/category/message/message_back.jpg) no-repeat;
	margin-bottom:10px;
	}
	
div#message p {
    margin:0;
	padding:18px 0 0 0;
	}

/*inquiry*/
div.shop-add dl {
    float:left;
    width:260px;
    border:3px solid #dddddd;
	margin-bottom:10px;
	}
	
div.shop-add dl.right {
    float:right;
	}

div.shop-add dl dt {
    font-weight:bold;
	border-bottom:1px solid #dddddd;
	margin:10px 10px 0 10px;
	}

div.shop-add dl dd {
    margin:10px;
    }
