@charset "UTF-8";

	
/*
*	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 {

}

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-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

strong {
	font-weight:bold;
}


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

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #444;
}

a:hover {
	color: #018dd4;
}


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

	5. ヘッダ設定
	
=======================================*/

#header-outer {
	padding: 0;
	width: 100%;
	height: 97px;
	background-color: #FFF;
	background-image: url(../img/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#header-keyword {
	font-size: 77%;
	color: #018dd4;
	height: 20px;	
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 1030px;
	height: 97px;
	position: relative;
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 472px;
	height: 277px;
	position: absolute;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	left: -83px;
	z-index: 5;
}

#header-logo a {
	padding: 0 0 0 130px;
	display: block;
	width: 210px;
	height: 120px;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header-right {
	padding: 0 20px 0 0;
	width: 259px;
	float: right;
	text-align: left;
	font-size: 92%;
	color: #999;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-right a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#header-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}


/*----- スライダー -----*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
		

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

	6. メニュー設定
	
=======================================*/

#menu-outer {
	margin: 0 auto;
	padding: 0;
	width: 1030px;
	height: 80px;
	background-image: url(../img/bg2.png);

	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	position: relative;
}

#menu{
	width: 960px;
	height: 120px;
	position: absolute;
	left: 35px;
	top: -60px;
	z-index: 5;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	width: 120px;
	height: 120px;
	}

#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-image: url(../img/menu01.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu01 a:hover{
	background-image: url(../img/menu01o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu02 a{
	background-image: url(../img/menu02.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu02 a:hover{
	background-image: url(../img/menu02o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu03 a{
	background-image: url(../img/menu03.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu03 a:hover{
	background-image: url(../img/menu03o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu04 a{
	background-image: url(../img/menu04.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu04 a:hover{
	background-image: url(../img/menu04o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu05 a{
	background-image: url(../img/menu05.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu05 a:hover{
	background-image: url(../img/menu05o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu06 a{
	background-image: url(../img/menu06.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu06 a:hover{
	background-image: url(../img/menu06o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu07 a{
	background-image: url(../img/menu07.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu07 a:hover{
	background-image: url(../img/menu07o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu08 a{
	background-image: url(../img/menu08.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu08 a:hover{
	background-image: url(../img/menu08o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu09 a{
	background-image: url(../img/menu09.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu09 a:hover{
	background-image: url(../img/menu09o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu10 a{
	background-image: url(../img/menu10.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}

#menu10 a:hover{
	background-image: url(../img/menu10o.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}



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

	8. フッター設定
	
=======================================*/

#footer-outer {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	clear: both;
	background-image: url(../img/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 857px;
	text-align: center;
	clear: both;
	color: #0bc9b1;
	font-size: 92%;
}

#footer-menu {
	margin: 0 auto;
	padding: 0 50px 0 0;
	width: 807px;
	height: auto;
	text-align: right;
	font-size: 92%;
}

#footer-menu a {
	text-decoration: none;
}



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

	8. TOP設定
	
=======================================*/

.top-info {
	padding: 0 30px;
	background-image: url(../img/top-info2.gif);
}

.top-info dt{
	color: #0bc9b1;
	font-weight: bold;
}

.top-info dd{
	margin: 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #999999;
}

.top-info dd a {
	text-decoration: none;
}

.top-info dd a:hover {
	text-decoration: underline;
}

.top-info-text {
	font-size: 85%;
	line-height: 100%;
	color: #666;
}

.top-blog {
	padding: 5px 20px;
	background-image: url(../img/top-blog2.gif);
}

.top-blog dt {
	padding: 10px 0 0 0;
	color: #0bc9b1;
	font-weight: bold;
}

.top-blog dd {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #D2BD88;
}

.top-blog dd a {
	color: #333333;
	text-decoration: none;
}

.top-blog dd a:hover {
	color: #007AC8;
}

.top-add {
	margin: 20px 0 0 0;
	padding: 35px 45px;
	background-image: url(../img/top-add-bg.gif);
	height: 208px;
}

.top-add strong {
	color: #0bc9b1;
}


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

	9. 次ページ COMMON設定
	
=======================================*/

#contents {
	margin: 0 auto;
	padding: 0 35px 30px 35px;
	width: 960px;
	text-align: left;
	overflow: hidden;
	background-image: url(../img/bg2.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#contents {
	zoom: 1;
}

#contents-left {
	margin: 0;
	padding: 0;
	width: 279px;
	text-align: left;
	float: left;
}

#contents-right {
	margin: 0;
	padding: 0;
	width: 630px;
	float: right;
	color: #B17A3C;
	font-size: 14px;
}

#contents-left2 {
	margin: 0;
	padding: 0;
	width: 209px;
	text-align: left;
	float: left;
}

#contents-right2 {
	margin: 0;
	padding: 0;
	width: 700px;
	float: right;
}

#contents a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}


#main-image-outer{
	margin: 0;
	padding: 0;
	height: 403px;
	background-image: url(../img/main-image-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#main-image {
	margin: 0 auto;
	padding: 0px;
	width: 1030px;
	height: 398px;
	clear: both;
	background-color: #FFF;
}

#contents-image-outer{
	margin: 0;
	padding: 0;
	height: 250px;
	background-image: url(../img/main-image-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contents-image {
	margin: 0 auto;
	padding: 0px;
	width: 1030px;
	height: 245px;
	clear: both;
	background-color: #FFF;
}

#contents-pic {
	padding: 7px;
	margin: 0 14px 30px 0;
	float: left;
	width: 220px;
	font-size: 92%;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#sub-menu {
	margin: 50px 0 0 0;
	padding: 0;
	width: 209px;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sub-menu li {
	margin: 0;
	padding: 0;
	height: 60px;
}

#sub-menu li,
#sub-menu a {
	display: block;
	width: 174px;
}

#sub-menu a {
	margin: 0;
	padding: 18px 0 8px 35px;
	background-image: url(../img/sub-menu-bg.gif);
	height: 42px;
	text-decoration: none;
	color: #b78448;
	line-height: 1.2em;
}

#sub-menu a:hover {
	color: #0bc9b1;
	background-image: url(../img/sub-menu-bg2.gif);
}


.top-add2 {
margin: 65px 0 0 0;
padding: 20px 10px;
border: 1px solid #0bc9b1;
}

.top-add2 strong{
	color: #0bc9b1;
}

.c-r {
text-align: center;
}

.c-r-inner {
display: inline-block;
text-align: left;
}


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

	12. 各コンテンツ設定
	
=======================================*/

.salon-table {
	padding: 15px 0 0 0;
}

.salon-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.salon-table td,
.salon-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.salon-table th {
	color: #0bc9b1;
}


.menu-table {
margin: 15px 0 40px 0;
padding: 0 0 20px 0;
border-bottom: 1px dotted #CCCCCC;
}

.menu-title-box {
margin-bottom: 10px;
overflow: hidden;
}

.menu-title01 {
float: left;
width: 300px;
font-size: 18px;
font-weight: bold;
}

.menu-title02 {
padding-top: 5px;
float: left;
color: #b78448;
}

.menu-title-box2 {
margin: 0 0 0 auto;
width: 500px;
text-align: right;
color: #0bc9b1;
}

.menu-table p {
padding: 0 0 10px 10px;
}

h4 {
	margin: 0 0 15px 0;
	color: #b78448;
	border-bottom: 1px solid #b78448;
	/* [disabled]font-size: 24px; */
}

h4 span {
padding: 0 0 0 30px;
font-size: 12px;
}

h5 {
	margin: 0 0 15px 0;
	color: #b78448;
	border-bottom: 1px solid #b78448;
	/* [disabled]font-size: 24px; */
}

h5 span {
padding: 0 0 0 30px;
font-size: 14px;
}




.menu-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	font-family: ＭＳ Ｐ明朝, MS PMincho,ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, serif;
}

.menu-table td,
.menu-table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.menu-table th {
	color: #0bc9b1;
}

.menu-table td.menu-border {
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 92%;
}

.concept {
	margin: 30px 0 50px 0;
	font-family: arial, helvetica, clean, sans-serif;
	border-color: #D6D6D6;
}

.concept h3 {
margin: 0 0 30px 0;
font-size: 28px;
font-weight: normal;
color: #333;
border-bottom: 1px solid #999;
}

.concept h3 span {
font-size: 15px;
}

.concept strong {
font-size: 16px;
font-weight: bold;
color: #b78448;
}


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

	12. お知らせ設定
	
=======================================*/

.info-h3 {
	padding: 20px 0 0 0;
	background-image: url(../info/img/h3.gif);
	height: 43px;
	font-size: 136%;
	font-weight: bold;
	color: #37dac5;
}

.info-day {
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	text-align: right;
	border-bottom: 1px dotted #CCCCCC;
}

.info-pic {
}

.info-table {
	margin: 20px 0;
}

.info-table table {
	width: 100%;
	border-collapse: collapse;
}

.info-table td,
.info-table th {
	vertical-align: top;
}

.info-table th {
	padding: 7px 20px;
	white-space: nowrap;
	background-color: #ebfcf7;
	text-align: center;
	border-bottom: 1px solid #a7ebd7;
	border-top: 1px solid #a7ebd7;
}
	
.info-table td {
	padding: 7px 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.info-table td a {
	text-decoration: none;
}

.info-table td a:hover {
	text-decoration: underline;
}


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

	12. gallery設定
	
=======================================*/



.gallery-table {
	margin: 20px 0;
}

.gallery-table table {
	width: 100%;
	border-collapse: collapse;
}

.gallery-table td,
.gallery-table th {
	vertical-align: top;
	width: 208px;
	text-align: center;
}

.gallery-table th {
	padding: 7px 20px;
	white-space: nowrap;
	background-color: #ebfcf7;
	text-align: center;
	border-bottom: 1px solid #a7ebd7;
	border-top: 1px solid #a7ebd7;
}
	
.gallery-table td {
	padding: 7px 10px;
}

.gallery-table td a {
	text-decoration: none;
}

.gallery-table td a:hover {
	text-decoration: underline;
}

.gallery-bg {
	position: relative;
	width: 208px;
	height: 208px;
}

.gallery-pic {
	position: absolute;
	width: 208px;
	height: 208px;
}

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

	12. フォーム設定
	
=======================================*/

.contact-style {
	border-top: 1px dotted #CCCCCC;
}

.contact-style table {
	margin: 0;
	border-collapse: collapse;
}

.contact-style td,
.contact-style th {
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.contact-style th {
	color: #60d1b0;
	width: 170px;
	background-color: #ecf7f4;
	font-weight: bold;
}

.contact-style input[type="text"],
.contact-style textarea {
	padding: 5px;
	border:1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-style select {
	padding: 5px;
	border:1px solid #e8e8e8;
}


.contact-style input[type="text"]:focus,
.contact-style textarea:focus,
.contact-style select:focus,
.contact-style input[type="text"]:hover,
.contact-style textarea:hover,
.contact-style select:hover {
	border:1px solid #60d1b0;
}

.contact-style input[type="submit"],
.contact-style input[type="button"] {
	padding: 5px 20px;
}

.privacy {
	margin: 10px;
	padding: 15px 15px;
	background-color: #ecf7f4;
	border: 1px solid #a7ebd7;
}

.contact-red {
	color: #C00;
}

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

	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-red {
	color: #CC0000;
	}

.text-pink {
	color: #b78448;
	}

.text-green {
	color: #2D781D;
	font-size: 114%;
	}

.text-pickup {
	color: #7A0000;
	font-size: 114%;
	font-weight: bold;
}

.text-blue {
	color: #b78448;
}

.text-green {
	color: #0bc9b1;
}

.waku {
	padding: 5px;
	border: 1px solid #009900;
	background-color: #FFFFFF;
}


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

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