@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; }
	
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:#222;
	}


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:#330000;}


.font-size-large   {font-size:16px;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;}
	
/* 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:10px;
	}


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:25px;
	font-weight:bold;
	color:#532200;
	font-size:120%;
	background:url(image/main/h5.jpg) no-repeat;
	margin-bottom:10px;
	}


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




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


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


ul.content-footer {
    text-align:center;
	}
	
ul.content-footer li {
    list-style:none;
	display:inline;
	}	
/* 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;}

li#s-banner08 {background:url(http://e-hairs.jp/image/main/menu_fushimi.jpg) no-repeat;}
li#s-banner08 a:hover {background:url(http://e-hairs.jp/image/main/menu_fushimi_hover.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 10px;
	margin-bottom:20px;
	clear:both;
	}
	
div.entry-body p,
div.entry-body ul,
div.entry-body table {
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}


div.box {
    width:545px;
	clear:both;
	margin-bottom:20px;
	}
	
div.box-l {
    float:left;
	width:260px;
	}
	
div.box-r {
    float:right;
	width:260px;
	}


div.box-l02 {
    float:left;
	width:370px;
	}
	
div.box-r02 {
    float:right;
	width:160px;
	}
	
		
/* 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;
	}


.padding-lr10 {
    padding:0 10px;
	}


.padding-l50 {
    padding-left:50px;
	}


.margin-t35 {
    margin-top:35px;
	}


/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	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;
	}


table.tbl-menu td.padding-l50 {
    padding-left:50px;
	}


table.tbl-menu td.no-border {
    border:none;
	}


table.tbl-menu-l {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	margin-top:10px;
	}
	
table.tbl-menu-l td{
	padding:5px;
	line-height:170%;
	letter-spacing:1px;
	}


table.tbl-menu-l td.padding-l20 {
    padding-left:20px;
	}


table.tbl-staff {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	margin-bottom:10px;
	}
	
table.tbl-staff th{
	padding:5px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	font-weight:normal;
	border-top:2px solid #fff;
	background:#ECE4DD;
	}
	
table.tbl-staff td{
	padding:5px;
	line-height:120%;
	letter-spacing:1px;
	border-bottom:1px solid #9D7F65;
	border-left:5px solid #fff;
	}


/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}




/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}


.sitemap ul {line-height: 1.6em;}


.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}


.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}


.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}






/* 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;
    }


div.title-s {
    width:260px;
	height:30px;
	line-height:30px;
	text-indent:18px;
	color:#ffffff;
	font-weight:bold;
	background:url(image/main/title_s.jpg) no-repeat;
	margin-bottom:5px;
	}


div.title-s a {
	color:#ffffff;
    }


div.m-box {
    margin:0 3px;
	border:1px solid #E6DDCC;
	padding:5px 10px;
	margin-bottom:10px;
	}


div.m-box p{
    padding:5px 0;
	margin:0;
	}
		
/* category
==========================================================*/


/* campaign */
div.coupon-box {
    width:545px;
	background:url(image/category/campaign/coupon.jpg) no-repeat top;
	padding:20px 0 10px 0;
	}


div.coupon-box-inner {
    margin:0 20px;
	border:1px solid #D8D1B7;
	padding-top:5px;
	}


div.coupon-box-inner p{
    padding:5px 10px;
	margin:0;
	}


div.coupon-box-foot {
    width:545px;
	height:10px;
	background:url(image/category/campaign/coupon_foot.jpg) no-repeat;
	margin-bottom:10px;
	overflow:hidden;
	}


/* menu */
ul.page-link-box {
    background:#f7f7f7;
	padding:10px;
	border:1px solid #9D7F65;
	text-align:center;
	}
	
ul.page-link-box li {
    list-style:none;
	display:inline;
    color:#63503F;
	}


ul.page-link-box li a {
    color:#9D7F65;
	}


div#menu-long-box {
    width:545px;
	min-height:134px;
	background:url(image/category/menu/long.jpg) no-repeat;
	}




div.ebox{
padding-bottom:20px;
border-bottom:1px dotted #9D8F84;
}
div.ebox-l{
float:left;
width:180px;
}	
div.ebox-r{
float:right;
width:350px;
}
.social_mark {
	margin:0;
	padding:5px 0px 25px 0px;
	position:relative;
}
.social_mark li {
	float:left;
	list-style:none;
}
li.tweet_button {width:130px;}

li.facebook {width:120px;} 

