@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F3F2E8;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #971D59;
	text-decoration: none;
}

a:hover {
	color: #6E093B;
	text-decoration: underline;
}


/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 0 5px;
	height: 95px;
	background-image: url(../img/bg.gif);
	width: 750px;
}

#header-inner {
	margin: 0;
	width: 750px;
	height: 95px;
	background-image: url(../img/header-bg.jpg);
}

#header-logo {
	margin: 0;
	padding: 33px 0 0 28px;
	width: 241px;
	height: 62px;
	float: left;
	background-image: url(../img/logo.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-logo a {
	display: block;
	width: 241px;
	height: 62px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 0 0 5px;
	width: 755px;
	height: 53px;
	background-image: url(../img/bg.gif);
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	height: 53px;
	width: 150px;
	}

#menu li {
	padding: 0;
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	}

#menu01 a:hover{
	background-position: 0 -53px;
	}
	
#menu01 a:active{
	background-position: 0 -53px;
	}

#menu02 a{
	background-position: -150px 0;
	}

#menu02 a:hover{
	background-position: -150px -53px;
	}
	
#menu02 a:active{
	background-position: -150px -53px;
	}

#menu03 a{
	background-position: -300px 0;
	}

#menu03 a:hover{
	background-position: -300px -53px;
	}
	
#menu03 a:active{
	background-position: -300px -53px;
	}

#menu04 a{
	background-position: -450px 0;
	}

#menu04 a:hover{
	background-position: -450px -53px;
	}
	
#menu04 a:active{
	background-position: -450px -53px;
	}

#menu05 a{
	background-position: -600px 0;
	}

#menu05 a:hover{
	background-position: -600px -53px;
	}
	
#menu05 a:active{
	background-position: -600px -53px;
	}


/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 0 5px;
	width: 750px;
	height: 384px;
	clear: both;
	background-image: url(../img/bg.gif);
}

#top-contents {
	margin: 0 auto;
	padding: 25px;
	width: 710px;
	text-align: left;
	background-image: url(../img/bg.gif);
}

#top-contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents {
	zoom: 1;
}

#top-contents-left {
	padding: 0 0 65px 0;
	width: 467px;
	float: left;
	background-image: url(../img/point-bg.gif);
	background-position: bottom;
}

#top-contents-left img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#top-contents-right {
	padding: 0;
	width: 219px;
	float: right;
}

#top-contents-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#top-contents-qr {
	padding: 0 0 0 15px;
}

.top-point {
	padding: 0 20px;
}

.point-table {
	padding: 0;
}

.point-table table {
	width: 100%;
	border-collapse: collapse;
}

.point-table td, 
.point-table th {
	padding: 0 0 15px 0;
	vertical-align: top;
}

.point-table th {
	width: 66px;
}




/*======================================

	8. フッター設定
	
=======================================*/

#footer {
	margin: 0 auto;
	padding: 0 5px;
	background-image: url(../img/bg.gif);
	height: 200px;
	width: 750px;
	clear: both;
}

#footer-inner {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 200px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 0 auto;
	padding: 0 5px;
	width: 750px;
	height: 150px;
	clear: both;
	background-image: url(../img/bg.gif);
}

#main-image img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}


#contents {
	margin: 0 auto;
	padding: 25px;
	width: 710px;
	background-image: url(../img/bg.gif);
	text-align: left;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

#contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#contents {
	zoom: 1;
}


#contents-left {
	margin: 0;
	padding: 0;
	width: 170px;
	text-align: left;
	float: left;
}


#contents-right {
	margin: 0;
	padding: 0;
	width: 650px;
	text-align: left;
	float: right;
}




/*======================================

	10. 流れ
	
=======================================*/


.flow-title {
	clear: both;
}

.flow-text {
	padding: 0 0 0 100px;
}



/*======================================

	11. サロン
	
=======================================*/
.shine-bg {
	background-image: url(../salon/img/shine-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.feel-bg {
	background-image: url(../salon/img/feel-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.futaba-bg {
	background-image: url(../salon/img/futaba-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


#salon-list {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 820px;
}

#salon-list:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#salon-list {
	zoom: 1;
}


#salon-list-box {
	margin: 0;
	padding: 0 13px;
	float: left;
	width: 246px;
	color: #221402;
	font-size: 85%;
}

#salon-list-box p {
	line-height: 120%;
}

#salon-list-box img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.salon-add {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #633F18;
}


#salon-column-left {
	width: 400px;
	float: left;
}

#salon-column-left img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#salon-column-right {
	width: 400px;
	float: right;
}

#salon-column-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#salon-column {
	width: 820px;
	clear: both;
}

.salon-logo img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.salon-name {
	margin: 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
	line-height: 100%;
}

.salon-kana {
	padding: 0 0 3px 0;
	font-size: 85%;
	line-height: 100%;
	background-image: url(../salon/img/salon-name-bg.gif);
	background-position: bottom;
}

.salon-catch {
	padding: 5px 0;
	font-weight: bold;
}

.salon-data {
	padding: 0;
}

.salon-data table {
	width: 100%;
	border-collapse: collapse;
}

.salon-data td, 
.salon-data th {
	padding: 5px;
	border: 1px solid #633F18;
}

.salon-data th {
	background-color: #DBCD96;
	text-align: left;
	color: #633F18;
	width: 70px;
	vertical-align: top;
}

.salon-pic {
	margin: 15px 0 30px 0;
}

.salon-pic img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.salon-pic table {
	width: 100%;
	border-collapse: collapse;
}

.salon-pic td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

.salon-style {
	margin: 0 0 15px 0;
	padding: 40px 50px 0 50px;
	clear: both;
	background-image: url(../salon/img/style-bg.png);
	width: 720px;
	height: 235px;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.salon-style table {
	width: 100%;
	border-collapse: collapse;
}

.salon-style td {
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	width: 25%;
	line-height: 110%;
}

.salon-style-pic {
	margin: 0 0 3px 0;
	border: 4px solid #FFFFFF;
}

.salon-style-title {
	padding: 30px 0 5px 0;
	clear: both;
}

.salon-style-title img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}


/*----- サービスメニュー設定 -----*/
.salon-menu {
	padding: 40px 0 0 44px;
	background-position: top left;
	background-repeat: no-repeat;
}


.salon-menu-bg1 {
	background-image: url(../salon/img/menu-bg.gif);
}

.salon-menu-bg2 {
	background-image: url(../salon/img/menu-bg2.gif);
}

.salon-menu table {
	width: 100%;
	border-collapse: collapse;
}

.salon-menu td, 
.salon-menu th {
	padding: 5px;
	border: 1px solid #633F18;
}

.salon-menu th {
	background-color: #DBCD96;
	text-align: left;
	color: #633F18;
	width: 200px;
	vertical-align: top;
}

.salon-menu td {
	background-color: #FFFFFF;
}

.salon-menu-price {
	width: 100px;
	text-align: right;
}


/*----- サロンサブメニュー設定 -----*/
#salon-sub-menu {
	margin: 0 0 15px 0;
	padding: 0;
	width: 400px;
	height: 40px;
}

#salon-sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#salon-sub-menu li, #salon-sub-menu a {
	display: block;
	height: 40px;
	width: 90px;
}


	
#salon-sub-menu a {
	text-decoration: none;
	background: url(../salon/img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
}

#salon-sub-menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#salon-sub-menu01 {
	margin: 0 13px 0 0;
	padding: 0;
	float: left;
}

#salon-sub-menu01 a{
	background-position: 0 0;
}

#salon-sub-menu01 a:hover{
	background-position: 0 -40px;
}
	
#salon-sub-menu01 a:active{
	background-position: 0 -40px;
}

#salon-sub-menu02 {
	margin: 0 13px 0 0;
	padding: 0;
	float: left;
}

#salon-sub-menu02 a{
	background-position: -90px 0;
}

#salon-sub-menu02 a:hover{
	background-position: -90px -40px;
}
	
#salon-sub-menu02 a:active{
	background-position: -90px -40px;
}

#salon-sub-menu03 {
	margin: 0;
	padding: 0;
	float: left;
}

#salon-sub-menu03 a{
	background-position: -180px 0;
}

#salon-sub-menu03 a:hover{
	background-position: -180px -40px;
}
	
#salon-sub-menu03 a:active{
	background-position: -180px -40px;
}

#salon-sub-menu04 {
	margin: 0;
	padding: 0;
	float: right;
}

#salon-sub-menu04 a{
	background-position: -270px 0;
}

#salon-sub-menu04 a:hover{
	background-position: -270px -40px;
}
	
#salon-sub-menu04 a:active{
	background-position: -270px -40px;
}




/*======================================

	11. スタッフ紹介
	
=======================================*/

#staff-list {
	margin: 20px 0;
	width: 820px;
}

#staff-box {
	margin: 0 0 30px 0;
	width: 204px;
	float: left;
}

#staff-box img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#staff-box-inner {
	margin: 0;
	padding: 0 20px;
	width: 164px;
	text-align: center;
	background-image: url(../staff/img/list-bg2.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	min-height:200px;
	height: auto !important;
	height: 200px;
}

.staff-name {
	color: #401806;
}

.staff-post {
	font-size: 85%;
}

.staff-catch {
	font-size: 77%;
}

.staff-salon-table td {
	vertical-align: bottom;
}

.staff-salon-table img {
	margin: 0 15px 0 0;
}

.staff-salon-name {
	margin: 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
	line-height: 100%;
	width: 820px;
}

.staff-salon-kana {
	padding: 0 0 3px 0;
	font-size: 85%;
	line-height: 100%;
	background-image: url(../salon/img/salon-name-bg.gif);
	background-position: bottom;
	width: 820px;
}


/*----- スタッフ詳細設定 -----*/

#staff-column-left {
	width: 400px;
	float: left;
}

#staff-column-left img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#staff-column-right {
	width: 400px;
	float: right;
}

#staff-column-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.staff-detail-name {
	margin: 0;
	padding: 0;
	font-size: 136%;
	font-weight: bold;
	line-height: 100%;
}

.staff-detail-kana {
	padding: 0 0 3px 0;
	font-size: 85%;
	line-height: 100%;
	background-image: url(../salon/img/salon-name-bg.gif);
	background-position: bottom;
}

.staff-detail-catch {
	padding: 5px 0;
	font-weight: bold;
}

.staff-comment {
	padding: 0 0 15px 0;
}

.staff-data {
	padding: 0;
}

.staff-data table {
	width: 100%;
	border-collapse: collapse;
}

.staff-data td, 
.staff-data th {
	padding: 5px;
	border: 1px solid #633F18;
}

.staff-data th {
	background-color: #DBCD96;
	text-align: left;
	color: #633F18;
	width: 100px;
	vertical-align: top;
}


/*======================================

	11. ヘアスタイル
	
=======================================*/


.style-category {
	text-align: center;
}

#style-column-left {
	width: 400px;
	float: left;
}

#style-column-left img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#style-column-right {
	width: 400px;
	float: right;
}

#style-column-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.style-detail-name {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 136%;
	font-weight: bold;
	line-height: 100%;
	background-image: url(../salon/img/salon-name-bg.gif);
	background-position: bottom;
}

.style-staff {
	padding: 0 0 15px 0;
	text-align: right;
}

.style-comment {
	padding: 15px 0;
}

.style-table table {
	width: 100%;
	border-collapse: collapse;
}

.style-table td {
	padding: 5px 0 0 0;
	width: 33%;
	vertical-align: top;
	text-align: center;
}


/*======================================

	11. リクルート
	
=======================================*/

.recruit-table {
	margin: 30px 0 0 0;
}

.recruit-table table {
	width: 100%;
	border-collapse: collapse;
	}

.recruit-table td,
.recruit-table th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #876E53;
	}

.recruit-table th {
	color: #3E1907;
	width: 100px;
	}

/*----- 声設定 -----*/

.voice-img img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.voice-box-l {
	padding: 0 240px 35px 0;
	width: 580px;
}

.voice-box-r {
	padding: 0 0 35px 240px;
	width: 580px;
}

.voice-box-t {
	padding: 0 15px;
	background-color: #FFFFFF;
}

.voice-q {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 122%;
	color: #D7007F;
}

/*======================================

	10. 会社案内
	
=======================================*/

.company-table {
	margin: 30px 0 0 0;
}

.company-table table {
	width: 100%;
	border-collapse: collapse;
	}

.company-table td,
.company-table th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #876E53;
	}

.company-table th {
	color: #3E1907;
	width: 100px;
	}



/*======================================

	10. コンタクト
	
=======================================*/

.contact-table table {
	margin: 10px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

.contact-table td,
.contact-table th {
	padding: 8px;
	border-bottom: 1px dotted #B92635;
}

.contact-table th {
	color: #143446;
	text-align: right;
	width: 150px;
}

.contact-table textarea {
	padding: 3px;
	width: 400px;
	border: 1px solid #633F18;
	background-color:#FFFBE6;
}

.ti {
	padding: 3px;
	width: 400px;
	border: 1px solid #633F18;
	background-color:#FFFBE6;
}

.ti2 {
	padding: 3px;
	width: 50px;
	border: 1px solid #633F18;
	background-color:#FFFBE6;
}

.contact-red {
	color: #CC0000;
}

.submit-button {
	width:80px;
}

.privacy {
	margin: 15px auto 30px auto;
	padding: 10px;
	width: 650px;
	border: 3px double #B92635;
	background-color: #F3F2E8;
}


/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #018E63;
}

.text-red {
	color: #D0004E;
}

.text-blue {
	color: #2262AC;
}

.text-pink {
	color: #CF176F;
}

.text-feel {
	color: #F84263;
}

.text-futaba {
	color: #1D6730;
}


/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}

