@charset "UTF-8";
@import "base.css";

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Link Color - orange         #ff6600      */
/*        Font Color - Light Gray     #666666      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      1.0em               */
/*                   11px      1.1em               */
/*                   12px      1.2em               */
/*                   14px      1.4em               */
/*                   16px      1.6em               */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body {
	font-size:62.5%;
	background:#e9dabc;
	text-align:center;
}
*html body {
	font-size:58.0%;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	background:#FFFFFF;
	text-align:left;
	}

#main {
	margin: 5px 10px 0 10px;
	border-top: 1px dotted #666666;
	}

#content {
	width: 520px;
	float: right;
	}


/*---------- 03  Header -----------*/

#header {
	background:url(../img/header_bg.jpg) repeat-x 0 0;
	height: 125px;
	width: 760px;
	margin: 0;
	padding: 0 10px;
	}
* html body #header /*  for IE6 only */ {
	background:url(../img/header_bg.jpg) repeat-x 0 0;
	height: 125px;
	width: 780px;
	margin: 0;
	padding: 0 10px;
	}

h1 {
	background:url(../img/title_main.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 517px;
	height: 72px;
	float: left;
	}
h1 a {
	display: block;
	width: 517px;
	height: 72px;
	}
h2 {
	height:15px;
	font-size:1.0em;
	line-height:28px;
}
*html h2 {
	margin-top:6px;
	height:10px;
	font-size:1.0em;
	line-height:12px;
}
#header #tel {
	float:right;
	text-indent:-9999px;
}
#header #tel a{
	background:url(../img/bt_top.gif) 0 0 no-repeat;
	width:243px;
	height:72px;
	display: block; }
	
#header #tel a:hover{background:url(../img/btov_top.gif) 0 0 no-repeat;}

#header #header-list{
	list-style:none;
	text-align:center;
	width:760px;
	clear:both;
	line-height:2.5em;
	font-size:1.2em;
}
#header #header-list .header-list01 a,
#header #header-list .header-list02 a,
#header #header-list .header-list03 a{
	color:#fff;
	display:block;
	text-decoration:none;
	width:189px;
	height:30px;
}
#header #header-list a:hover{
	color:#ff6600;
	display:block;
}
#header .header-list01 {
	background:url(../img/top_list01.gif) 0 0 no-repeat;
	width:189px;
	height:30px;
	float:left;
}
#header .header-list01 a:hover{
	background:url(../img/top_ov01.gif) 0 0 no-repeat;
}
#header .header-list02{
	background:url(../img/top_list02.gif) 0 0 no-repeat;
	width:190px;
	height:30px;
	float:left;
}
#header .header-list02 a:hover{
	background:url(../img/top_ov02.gif) 0 0 no-repeat;
}
#header .header-list03{
	background:url(../img/top_list03.gif) 0 0 no-repeat;
	width:190px;
	height:30px;
	float:left;
}
#header .header-list03 a:hover{
	background:url(../img/top_ov03.gif) 0 0 no-repeat;
}
/*----------04  Navigation -----------*/

#nav {
	width: 232px;
	float: left;
	margin: 10px 0 10px 0;
	background-color:#f2e9d7;
	}

#nav ul{
	margin:5px;
	list-style:none;
	width:222px;
}


#nav li a {
	display: block;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	line-height:2.5em
	}
#nav li a:hover{
	color:#ff6600
}

#nav li.li01 a{
	background:url(../img/list01.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li01 a:hover{
	background:url(../img/list-ov01.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li02 a{
	background:url(../img/list02.gif) 0 0 no-repeat;
	height:34px;
}
#nav li.li02 a:hover{
	background:url(../img/list-ov02.gif) 0 0 no-repeat;
	height:34px;
}
#nav li.li03 a{
	background:url(../img/list03.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li03 a:hover{
	background:url(../img/list-ov03.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li04 a{
	background:url(../img/list04.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li04 a:hover{
	background:url(../img/list-ov04.gif) 0 0 no-repeat;
	height:31px;
}
#nav li.li05{
	background:url(../img/list_about.gif) 0 0 no-repeat;
	height:31px;
	text-indent:-9999px;
}
#nav li.li06{
	background:url(../img/list_about2.gif) 0 0 no-repeat;
	height:31px;
	text-indent:-9999px;
}

#nav li { text-align: center; }


#nav #link-bt a{
	text-indent:-9999px;
	background:url(../img/li_banner.gif) 0 0 no-repeat;
	width:222px;
	height:72px;
	display:block;
	margin:5px;
}

#nav #link-bt a:hover{background:url(../img/liov_banner.gif) 0 0 no-repeat;}
/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 5px 0;
	font-size: 1.0em;
	text-align: center;
	color: #666666;
	border-top: 1px dotted #666666;
	border-bottom: 4px solid #333333;
	}
#footer a {
	text-decoration: none;
	color: #666666;
	}
#footer a:hover {
	text-decoration: underline;
	color:#ff6600;
 }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

#content a { text-decoration: underline; }
a { color: #fff; }
a:hover { color: #ff6600; }

p{
	font-size:1.0em;
	line-height:17px
}
.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.section p{
	color:#fff;
}
.section2{
	padding:0 0 10px 0;
	border-bottom: dotted 1px #666666;
}
.section3{
	background:#f6f0e4;
	padding:10px;
	margin:10px 0 0 0;
}
.section3 h4,
.section4 h4{
	font-weight:bold;
	color:#FF6600;
	font-size:1.4em;
}
.section4{
	width:230px;
	background:#f6f0e4;
	padding:10px;
	margin:10px 0 0 7px;
	float:left;
}
*html .section4{
	width:250px;
	background:#f6f0e4;
	padding:10px;
	margin:10px 0 0 5px;
	float:left;
}
.section5{
	background:#f6f0e4;
	padding:0 10px 10px 10px;
	margin:10px 0 0 0;
}
#content p{
	color:#666666;
	font-size:1.2em;
	line-height:22px;
}

#content #li-pan{
	font-size:1.0em;
	color:#666666;
	text-align:right;
}
#li-pan a{
	font-size:1.0em;
	color: #666666;
	text-decoration:none;
}
#li-pan a:hover{
	color: #ff6600;
	text-decoration:underline;
}

#tit-bar02{
	background: url(../img/tit_bar.jpg) 0 0 no-repeat;
	width:522px;
	height:26px;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:26px;
	text-indent:15px;
}

#banner01 a{
	text-indent:-9999px;
	background:url(../img/banner01.jpg) 0 0 no-repeat;
	width:522px;
	height:72px;
	display:block;
}

.section2 #banner01 a:hover{background:url(../img/banner01_ov.jpg) 0 0 no-repeat;}


table{
	font-size:1.2em;
	color:#666666;
}
th{
	background:#e9dabc;
	text-align:left;
	padding:5px 0 5px 10px;
}
td{
	background:#f9f1e1;
	text-align:left;
	padding:5px 0 5px 10px;
}

.pagetop{
	background:url(../img/pagetop.gif) 0 0 no-repeat;
	width:65px;
	height:13px;
	text-indent:-9999px;
	margin:5px;
	float:right;
	clear:both;
}
.pagetop a{
	display:block;
	width:65px;
	height:13px;
}
/* End hide from IE-mac */



/*---------- 07  Index -----------*/
#index #bt01,
#index #bt03{
	float:left;
	width:260px;
	height:105px;
	text-indent:-9999px;
	display:block;
	}
#index #bt02,
#index #bt04{
	float:right;
	width:260px;
	height:105px;
	text-indent:-9999px;
	display:block;
	}
	
#index #bt01 a{
	background:url(../img/bt_main01.jpg) 0 0 no-repeat;
	width:260px;
	height:105px;
	display:block;
}
#index #bt01 a:hover{background:url(../img/btov_main01.jpg) 0 0 no-repeat;}

#index #bt02 a{
	background:url(../img/bt_main02.jpg) 0 0 no-repeat;
	width:260px;
	height:105px;
	display:block;
}
#index #bt02 a:hover{background:url(../img/btov_main02.jpg) 0 0 no-repeat;}

#index #bt03 a{
	background:url(../img/bt_main03.jpg) 0 0 no-repeat;
	width:260px;
	height:105px;
	display:block;
}
#index #bt03 a:hover{background:url(../img/btov_main03.jpg) 0 0 no-repeat;}

#index #bt04 a{
	background:url(../img/bt_main04.jpg) 0 0 no-repeat;
	width:260px;
	height:105px;
	display:block;
}
#index #bt04 a:hover{background:url(../img/btov_main04.jpg) 0 0 no-repeat;}
#index #tit-bar01{
	background:url(../img/tit_bar01.gif) 0 0 no-repeat;
	width:522px;
	height:26px;
	text-indent:-9999px;
}

#index #main .section6 p{
	color:#fff;
	font-size:1.0em;
	line-height:18px;
}

#index .section2 #form-bt a{
	text-indent:-9999px;
	background:url(../img/bt_main05.gif) 0 0 no-repeat;
	width:522px;
	height:72px;
	display:block;
}

#index .section2 #form-bt a:hover{background:url(../img/btov_main05.gif) 0 0 no-repeat;}

#index .topics-box{
	position:relative;
	background:url(../img/box_topics.gif) left bottom no-repeat;
	width:165px;
	height:145px;
	float:left;
	margin:5px 0 0 5px;
}

#index #topics-salon a{
	background:url(../img/box_saloninfo_tit.gif) 0 0 no-repeat;
	width:165px;
	height:31px;
	text-indent:-9999px;
	display:block;
}

#index #topics-menu a{
	background:url(../img/box_menu_tit.gif) 0 0 no-repeat;
	width:165px;
	height:31px;
	text-indent:-9999px;
	display:block;
}

#index #topics-voice a{
	background:url(../img/box_voice_tit.gif) 0 0 no-repeat;
	width:165px;
	height:31px;
	text-indent:-9999px;
	display:block;
}

#index #main .icon{
	position:absolute;
	background:url(../img/icon01.gif) right center no-repeat;
	float:right;
	padding:0 10px 0 0;
	margin:0 10px 5px 0;
	line-height:20px;
	width:70px;
	left: 70px;
	top: 120px;
}

*html #index #main .icon{
	position:absolute;
	background:url(../img/icon01.gif) right center no-repeat;
	float:right;
	padding:0 0 0 0;
	margin:0 0 5px 0;
	line-height:20px;
	width:80px;
	left: 70px;
	top: 120px;
}

#index #tit-welcom{
	background:url(../img/tit_welcom.gif) 0 0 no-repeat;
	width:508px;
	height:37px;
	text-indent:-9999px;
}
#index #welcom{
	background: url(../img/tit_bg.gif) 0 0 repeat-y;
	padding:10px 20px;
	color:#666666;
}
/*---------- 08  different -----------*/


#different #page-title{
	background:url(../img/title_different.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}

/*---------- 09  campaign -----------*/

#campaign #page-title{
	background:url(../img/title_campaign.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}

/*---------- 10  dislike -----------*/
#dislike #page-title{
	background:url(../img/title_dislike.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 11  relax -----------*/
#relax #page-title{
	background:url(../img/title_relax.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 12  shave -----------*/
#shave #page-title{
	background:url(../img/title_shave.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 13  barber -----------*/
#barber #page-title{
	background:url(../img/title_barber.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 14  salon -----------*/
#salon #page-title{
	background:url(../img/title_salon.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 15  menu -----------*/
#menu #page-title{
	background:url(../img/title_menu.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
#menu .section3{
	margin-bottom:10px;
	}
#menu .mony{
	color:#FF9900;
	font-weight:bold;
}
/*---------- 16  voice -----------*/
#voice #page-title{
	background:url(../img/title_voice.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
#voice .section3 p{
	background:url(../img/icon_voice.jpg) 0 0 no-repeat;
	padding:0 0 0 30px;
}

/*---------- 17  qa -----------*/
#qa #page-title{
	background:url(../img/title_qa.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}

#qa #main dt,
#qa #main dd{
	color:#666;
	font-size:1.2em;
	line-height:20px;
}

#qa #main dt{
	background: url(../img/icon_q.gif) 0 0 no-repeat;
	padding:3px 0 0 25px;
	margin:10px 0 0 0;
	height:20px;
}
#qa #main dd{
	background: url(../img/icn_a.gif) 0 0 no-repeat;
	padding:3px 0 0 25px;
	margin:10px 0 0 10px;
}

/*---------- 16  company -----------*/
#company #page-title{
	background:url(../img/title_company.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 17  recruit -----------*/
#recruit #page-title{
	background:url(../img/title_recruit.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 18  form -----------*/
#form #page-title{
	background:url(../img/title_form.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
/*---------- 19  sitemap -----------*/
#sitemap #page-title{
	background:url(../img/title_sitemap.jpg) 0 0 no-repeat;
	width:522px;
	height:101px;
	text-indent:-9999px;
}
#sitemap #main .section2 a{
	color:#666;
}
#sitemap h4{
	margin:25px 0 5px 0;
	padding:0 0 0 5px;
	border-left: 15px solid #666;
	border-bottom: 1px dotted #666;

}
#sitemap h4{
	font-size:12px;
	font-weight:bold;
	color: #666;
}

#sitemap h4 a{
	font-size:12px;
	font-weight:bold;
	color: #666;
	text-decoration:none;
}

#sitemap #main p a{
	color: #666;
	text-decoration:none;
}
#sitemap .section #content #li-pan{
	font-size:1.0em;
	color:#666666;
	text-align:right;
}
#sitemap .section #li-pan a{
	font-size:1.0em;
	color: #666666;
	text-decoration:none;
}
#sitemap .section #li-pan a:hover{
	color: #ff6600;
	text-decoration:underline;
}

#sitemap #main h4 a:hover,
#sitemap #main p a:hover{
	color: #663300;
}




/*------------------------------------------------------- 080131 --------------------------------------*/

.qctd{
	background-color: #FFFFFF;
	padding-right: 5px;
}

.qcth{
	color: #01894B;

}
