@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  left_nav                    */
/*                 06  Footer                      */
/*                 07  Contents                    */
/*                 08  Index                       */
/*                 09  message                     */
/*                 10  stuff                       */
/*                 11  stuff_full                  */
/*                 12  company                     */
/*                 13  guideline                   */
/*                 14  entry                       */
/*                 15  sitemap                     */
/*                 16                              */
/*                 17                              */
/*                 18                              */
/*                 19  base                        */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { 
	background: #fff url(../images/body_bg02.jpg) top repeat-x;}

#bg_box { 
	background: url(../images/body_bg.jpg) top no-repeat;
	margin:0 auto;
	}

#wrapper {
  background:url(../images/wrapper_bg.jpg) no-repeat;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;}

#main {
  margin: 0;
  background: url(../images/main_bg.png) no-repeat;
	clear:both;}

#content {
  width: 675px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0;}


/*---------- 03  Header -----------*/

#header {
  height: 97px;
  width: 900px;
 /* background: url(../images/header_bg.png) 0 0 no-repeat;*/
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 559px;
  height: 97px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 559px;
  height: 97px;
  background: url(../images/h1.png) 0 0 no-repeat;
	outline:0px;
	text-decoration:none;
  }

#header .section {
  width: 341px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 341px;
  height: 30px;
  }

#header_nav li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 30px;
	outline:none;
	text-decoration:none;
  }

#nav01 { width: 128px; }
#nav02 { width: 90px; }

#nav01 a {
  background: url(../images/header_nav.png) 0 0 no-repeat;
  width: 128px;
  }
#nav02 a {
  background: url(../images/header_nav.png) -128px 0 no-repeat;
  width: 90px;
  }
#nav03 a {
  background: url(../images/header_nav.png) -218px 0 no-repeat;
  width: 123px;
  }




/*----------04  Navigation -----------*/

#global-nav {
	clear: both;
	width: 900px;
	height: 40px;
	margin:0;
	padding: 0;
	}
#global-nav li {
	height: 40px;
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	text-indent: -9999px;
	}
#global-nav li a {
	display: block;
	height: 40px;
	outline:none;
	}

#nav04 { width: 225px; }
#nav05 { width: 225px; }
#nav06 { width: 225px; }
#nav07 { width: 225px; }

#nav04 a { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -225px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -450px 0 no-repeat; }
#nav07 a { background: url(../images/global-nav.jpg) -675px 0 no-repeat; }

#nav04 a:hover { background: url(../images/global-nav.jpg) 0 -40px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -225px -40px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -450px -40px no-repeat; }
#nav07 a:hover { background: url(../images/global-nav.jpg) -675px -40px no-repeat; }

/*---------- 05  left_nav -----------*/


#left_nav {
	width:200px;
	float:left;
	/*padding:10px 0 0 0;*/
	text-indent:-9999px;
	margin-left:1px;
}

#left_nav a {
	display:block;
	height:166px;
	outline:0px;
	text-decoration:none;
}

#left_nav_01 {width:214px;  margin-top:10px;}
#left_nav_02 {width:214px;	margin-top:19px;}
#left_nav_03 {width:214px;	margin-top:19px;}

#left_nav_01 a { background:url(../images/left_nav.jpg) 0 0 no-repeat;}
#left_nav_02 a { background:url(../images/left_nav.jpg) 0 -186px no-repeat; }
#left_nav_03 a { background:url(../images/left_nav.jpg) 0 -372px no-repeat; }

#left_nav_01 a:hover { background:url(../images/left_nav.jpg) -215px 0 no-repeat; }
#left_nav_02 a:hover { background:url(../images/left_nav.jpg) -215px -186px no-repeat; }
#left_nav_03 a:hover { background:url(../images/left_nav.jpg) -215px -372px no-repeat; }

#left_bana {
	width:192px;
	height:70px;
	margin:14px 0 0 20px;
}

#left_bana a{
	width:192px;
	height:70px;
	background:url(../images/recruit_hair2.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	outline:none;
}

#left_bana a:hover{	background:url(../images/recruit_hair2.jpg) 0 -70px no-repeat;}

/*---------- 06  Footer -----------*/

#footer {
	width:900px;
	height:auto;
	font-size: 95%;
	margin-top:10px;
  }
	
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
/*
* html body #footer { font-size: 9px; } /*  for IE6 only */

#ftLink{
	padding:10px;
	width:900px;}
#ftLink ul{
	line-height:1em;
	padding-top:2px;
	text-align:center;}
#ftLink ul li{
	line-height:1em;
	display:inline;}
#ftLink ul li a{
	font-size:0.8em;
	text-align:center;
	padding:0;
	margin:0;
	padding:0px 5px 0px 3px;
	border-right:1px solid #996c35;
	color:#996c35;}
#ftLink ul li a:hover {
	color:#CC9999;
}

/*---------- 07  Contents -----------*/

.section { padding: .5em 20px 1em 10px; }
/*.section .section { padding: .5em 10px 1em 10px; }*/
.section .section { padding: .5em 10px 1em 10px; }

.section .section2 { padding: .5em 10px 1em 15px; }

.center { text-align: center; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 10px 20px 0 10px;
  }

#content h3{
	width:630px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:1.16em;
	font-weight:bold;
	text-indent:55px;
	background:url(../images/main_tit05.gif) no-repeat left top;}

#content h4 {
　width:600px;
  height: 35px;
  line-height:38px;
	color:#ffffff;
	font-size:1.16em;
	font-weight:bold;
	text-indent:40px;
  background:url(../images/stuff_full_subtit.jpg) no-repeat left top;}


#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #0C87CB;
  }

#content a { 
  text-decoration: none;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 5px;
  }

#content ul.totop li {
  list-style: none;
  width: 100px;
  height: 14px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 14px;
  background: url(../images/to_top.jpg) 0 0 no-repeat;
	outline:0px;
	text-decoration:none;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #DCB7A3;
  font-size: 100%;
  color: #666;
  width: 550px;
  margin-top: 10px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #DCB7A3;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

/*---------- 08  Index -----------*/

#index #main {
  margin: 0;
	background: url(../images/main_bg_2.png) no-repeat;
	clear:both;
}

#flash {
	background:url(../images/flash_back.jpg) no-repeat;
	width:646px;
	height:355px;
	margin:20px 0 0 10px;
	/*padding:15px;*/
}


#flashcontent{padding:15px 15px;}

.ml0{margin-left:0px;}

#index #main .section div {
	float:left;
	margin:5px 0 0 7px;
	display:inline;
}

#bn_work {
  margin: 0px 0 5px 12px;
	}

#bn_work p {
	float:left;
	margin:10px 8px 0 0px;
}

#recruit_bana p{
	margin:10px 0 0 12px;
}

#recruit_bana1 {
	width:316px;
	float:left;
	position:relative;
	top:0;
	left:0;
}

#recruit_bana1 a{
	background:url(../images/recruit_nail.jpg) 0 0 no-repeat;
}

#recruit_bana1 a:hover{
	background:url(../images/recruit_nail.jpg) 0 -80px no-repeat;
}

#recruit_bana2 {
	width:316px;
	float:right;
}

#recruit_bana2 a{
	background:url(../images/recruit_clerk.jpg) 0 0 no-repeat;
}

#recruit_bana2 a:hover{
	background:url(../images/recruit_clerk.jpg) 0 -80px no-repeat;
}


/*---------- 09  message -----------*/

#message h2#title01{
	background:url(../images/message_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}


#message p{margin-top:10px;}
*:first-child+html #message p { font-size: 10px;margin-top:10px;line-height:20px; } /*  for IE7 only */


/*---------- 10  stuff -----------*/

#stuff h2#title01{
	background:url(../images/staff_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}

#stuff h3{
	width:630px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:1.16em;
	font-weight:bold;
	text-indent:55px;
	background:url(../images/main_tit05.gif) no-repeat left top;}

.intxt_1{
	width:600px;
	padding:0px;
	margin:10px 0 0 5px;}

.box {
  border:solid 1px #DCB7A3;
	height:175px;
	width:600px;}

.box p {padding:0px 10px;}

.image_l {  
	float: left;  
	margin: 10px 12px 12px 10px;}

.txt_box {
	width:400px;
	height:100px;
	margin:10px 10px;
	float:right;
}

/*---------- 11  stuff_full -----------*/

#stuff_full h2#title01{
	background:url(../images/staff_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}

#stuff_full h3{
	width:630px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:1.16em;
	font-weight:bold;
	text-indent:55px;
	background:url(../images/main_tit05.gif) no-repeat left top;}

.box2 {
  border:solid 1px #DCB7A3;
	width:600px;}

.box2 p {
	padding:0px 10px;}

.image_r {  
	float: right;
	margin: 0 0 10px 10px;}

.full_title {
	width:600px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/tit_kakiuchi.jpg) no-repeat left top;}

.full_title_02 {
	width:600px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/tit_mizuta.jpg) no-repeat left top;}

.full_title_03 {
	width:600px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/tit_kato.jpg) no-repeat left top;}

.full_title_04 {
	width:600px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/tit_onuki.jpg) no-repeat left top;}

.full_box {
	width:600px;
	height:auto;}


.txt_box_l {
	width:580px;
	padding:10px;
	float:left;}


.widht {
	text-align:justify;
	text-justify:inter-ideograph;}

.q_txt {
  height:30px;
	text-indent:35px;
	line-height:28px;
	color:#664b4b;
	font-size:1.16em;
	font-weight:bold;
	margin-left:10px;}

.q_txt_1 {background:url(../images/q01.jpg) no-repeat;}
.q_txt_2 {background:url(../images/q02.jpg) no-repeat;}
.q_txt_3 {background:url(../images/q03.jpg) no-repeat;}
.q_txt_4 {background:url(../images/q04.jpg) no-repeat;}
.q_txt_5 {background:url(../images/q05.jpg) no-repeat;}
.q_txt_6 {background:url(../images/q06.jpg) no-repeat;}

.stuff_fr_01 {
	float:left;
	background:url(../images/bg_kakiuchi.jpg) right top no-repeat;}

.stuff_fr_02 {
	float:left;
	background:url(../images/bg_michio.jpg) right top no-repeat;}

.stuff_fr_03 {
	float:left;
	background:url(../images/bg_kato.jpg) right top no-repeat;}

.stuff_fr_04 {
	float:left;
	background:url(../images/bg_onuki.jpg) right top no-repeat;}

.click {
	clear:both;
	margin:10px 0 0 120px;}

#stuff_full .link {
	height:30px;
	width:580px;
	margin-left:20px;
}

#stuff_full .link #stuff_link01 {
	width:250px;
	height:30px;
}

#stuff_full .link .entry_link {
	width:250px;
	height:30px;
}

#stuff_full .link a {
	display:block;
	width:250px;
	height:30px;
	outline:0px;
	text-decoration:none;
	text-indent:-9999px;
}

#stuff_full #stuff_link_01 a { background:url(../images/este_re_ov.jpg) 0 0 no-repeat;}
#stuff_full #stuff_link_02 a { background:url(../images/nail_re_ov.jpg) 0 0 no-repeat;}
#stuff_full #stuff_link_03 a { background:url(../images/eye_re_ov.jpg) 0 0 no-repeat;}
#stuff_full #stuff_link_04 a { background:url(../images/hairmake_re_ov.jpg) 0 0 no-repeat;}

#stuff_full #stuff_link_01 a:hover { background:url(../images/este_re_ov.jpg) 0 -30px no-repeat;}
#stuff_full #stuff_link_02 a:hover { background:url(../images/nail_re_ov.jpg) 0 -30px no-repeat;}
#stuff_full #stuff_link_03 a:hover { background:url(../images/eye_re_ov.jpg) 0 -30px no-repeat;}
#stuff_full #stuff_link_04 a:hover { background:url(../images/hairmake_re_ov.jpg) 0 -30px no-repeat;}


#stuff_full .entry_link a { background:url(../images/entry_ov.jpg) 0 0 no-repeat;}
#stuff_full .entry_link a:hover { background:url(../images/entry_ov.jpg) 0 -30px no-repeat;}

.click2  {
  text-align:right;
  line-height:30px;}

/*---------- 12  company -----------*/

#company h2#title01{
	background:url(../images/company_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}


.intxt_2{
	width:550px;
	padding:5px 0px; 
	margin:10px 0 0 25px;}

.tabel td.cellL{
	width:120px;
	padding:4px 5px 2px 8px;
	background:#FCDBA5;}

.tabel td.cellR{
	padding:4px 5px 2px 8px;
	background:#FFFFFF;}

.text_bb{
font-size:14px;
font-weight:bold;
color:#663333;
border-bottom:solid;
border-bottom-color:#CC9933;}


/*---------- 13  guideline -----------*/

#guideline h2#title01{
	background:url(../images/guideline_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}



ul.linkC{padding:5px 0 5px 0;}

ul.linkC li{margin:10px 5px 10px 0px;display:inline;}

ul.linkC li a{
	padding:1px 0 10px 20px;
	line-height:100%;
	background:url(../images/guidline_li.png) left top no-repeat;
	behavior:url(iepngfix/iepngfix.htc);
	display:inline;}

#guideline .link2 {
	height:30px;
	width:580px;
	margin-left:40px;
}

#guideline .link2 .stuff_link2 {
	width:250px;
	height:30px;
}

#guideline .link2 .entry_link2 {
	width:250px;
	height:30px;
	margin-left:10px;
}

#guideline .link2 a {
	display:block;
	width:250px;
	height:30px;
	outline:0px;
	text-decoration:none;
	text-indent:-9999px;
}

#guideline .stuff_link2 a { background:url(../images/stuff_full_ov.jpg) 0 0 no-repeat;}
#guideline .stuff_link2 a:hover { background:url(../images/stuff_full_ov.jpg) 0 -30px no-repeat;}

#guideline .entry_link2 a { background:url(../images/entry_ov.jpg) 0 0 no-repeat;}
#guideline .entry_link2 a:hover { background:url(../images/entry_ov.jpg) 0 -30px no-repeat;}

/*---------- 14  entry -----------*/

#entry h2#title01{
	background:url(../images/entry_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}

.tabel2{margin-left:15px;}

.tabel2 td.cellL{
	width:180px;
	padding:4px 5px 2px 8px;
	color:#993300;
	background:#FCDBA5;}

.tabel2 th.cellL{
	width:180px;
	padding:4px 5px 2px 8px;
	color:#993300;
	background:#FCDBA5;
	font-weight:100;}


.tabel2 td.cellR{
	padding:4px 5px 2px 8px;
	background:#FFFFFF;}


.redC{ color:#FF0000; font-size:0.8em;}

.sub {height:25px; width:100px;}

/*---------- 15  sitemap -----------*/

#sitemap h2#title01{
	background:url(../images/sitemap_tit.png) 0 0 no-repeat;
	behavior:url(iepngfix/iepngfix.htc);}

#sitemap h5{
  color:#5A473D;
	width:480px;
	height:30px;
	text-indent:40px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0 0 0;
	margin-left:19px;
	background:url(../images/sitemap_li.gif) left top no-repeat;}

.inTxtSM01{
  margin:0 0 30px 20px;
	width:500px;
	line-height:1em;}

.inTxtSM01 strong{color:#5A473D;}
.inTxtSM02{margin:2px 21px 10px 40px;}
.inTxtSM02 strong{color:#5A473D;}

#sitemap a link { 
  text-decoration: none;
  color: #FF7D50;
  }

/*---------- 16  juku -----------*/

.bn_juku {
  margin-left: 40px;
	}

#juku #wrapper {
  background:url(../images/wrapper_bg02.jpg) no-repeat;
	line-height: 1.6;
	color: #444;
	}

#juku #main .section {
  margin: 20px 0 0 25px;
	padding: 0;
	}

#juku #main .section p {
	line-height: 1.6;
	}

#juku h1 {
  height: 95px;
  background: url(../images/juku/h1.jpg) 0 0 no-repeat;
  }

#juku .left_sec {
  float: left;
	width: 560px;
	margin: 10px 0 0 0;
	}

#juku .right_sec {
  float: right;
	width: 335px;
	margin: 15px 0 0 0;
	}

#juku #greeting {
  background: url(../images/juku/greeting_bg.jpg) 0 0 no-repeat;
	width: 545px;
	height: 240px;
	}

#juku #greeting p {
  padding: 25px 15px 15px 40px;
	}

#juku #main table {
  border-collapse: collapse;
	border: 1px solid #fff;
	width: 510px;
	margin: 10px 0 30px;
	font-size: 14px;
	}

#juku #main table th {
  background: #FFB3A6;
	border: 1px solid #fff;
	font-weight: normal;
	padding: 8px 12px;
	_padding: 12px;
	text-align: left;
	}

#juku #main table td {
  background: #FFDCC9;
	border: 1px solid #fff;
	padding: 8px 12px;
	_padding: 12px;
	}

#juku .comment {
  background: url(../images/juku/comment_bg.jpg) 10px bottom no-repeat;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	}

#juku .comment p {
  margin: 0;
  padding: 0px 45px 5px 20px;
	}
	
#juku .section02 {
  margin: 10px;
	}

#juku .section02 .left_sec02 {
  float: left;
	width: 390px;
	margin-right: 30px;
	_margin-right: 10px;
	}

#juku .section02 .left_sec02 p {
  padding: 8px 10px;
	}

#juku ul.type01 {
	margin: 6px 10px 0;
	padding: 0;
  list-style: none;
	}

#juku ul.type01 li{
	margin: 0;
  list-style: none;
  background: url(../images/juku/li_bg.jpg) 0 5px no-repeat;
	padding-left: 20px;
	line-height:1.6;
	}

#juku ul#hairtool01 {
  width: 165px;
	float: left;
	}

#juku ul#hairtool02 {
  width: 165px;
	float: left;
	}

#juku .bn_inquiry {
  margin: 25px 0 25px 140px;
	}

#juku #ftLink ul li a{
	color:#CE5379;}
#juku #ftLink ul li a:hover {
	color:#CC9999;
}

