@charset "UTF-8";

/* CSS Document */


/*全ページのヘッダー、フッター、サイドメニュー、枠組みの設定*/


/* ************************************************ 
 *	基本設定
 * ************************************************ */


html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-weight:normal;
}

strong, em {
	font-weight:normal;
	font-style:normal;
	color: #631200;
}

img {
	border-style: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

.hidden {
	display: none;
}

.hident {
	text-indent: -9999px;
}

.clear:after {
	content:"・";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear {
	display:inline-table;
}

/*start IE-mac |*/
* html .clear {
	height:1%;
}

.clear {
	display:block;
}

/*end IE-mac*/


/* ************************************************ 
 *	枠組みの設定
 * ************************************************ */


body {
	text-align: center;
	font: 11px/18px Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #613C2A;
}

#wrapper {
	margin: 0px auto;
	width: 100%;
	background: url(../images/bg_dot.gif);
}


/* ************************************************ 
 *	ヘッダー＆ナビ
 * ************************************************ */


#header {
	height: 120px;
	text-align: left;
	background: #FFFFFF url(../images/bg_header.gif) repeat-x center top;
}

#headerInner {
	background: url(../images/bg_plant.gif) no-repeat right top;
	height: inherit;
	width: inherit;
}

#header h1 {
	padding-top: 60px;
	padding-left: 40px;
	float: left;
}

#header p {
	padding-top: 72px;
	padding-left: 220px;
	font-family: "Times New Roman", Times, serif;
	color: #321100;
}

#globalNavi {
	width: inherit;
	color: #FFFFFF;
	background-color: #381908;
	position: relative;
	z-index: 9999;
}

#globalNavi a {
	color: #FFFFFF;
	text-decoration: none;
}

#globalNavi ul.main {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#globalNavi li.main {
	height: 22px;
	width: 158px;
	border-right: 1px solid #1A1A1A;
	border-left: 1px solid #321100;
	list-style-type: none;
	font: bold 12px;
	float: left;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/bg_globalNavi.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

#salonSub {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 480px;
	height: 360px;
	background-color: #333333;
	background-image:url(../images/sums_shop01.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	text-align: left;
	display: none;
	z-index: 9001;
}

#salonSub .title {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 160px;
}

#salonSub ul.sub {
	margin-top: 15px;
}

#salonSub li.sub {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 290px;
	background: url(../images/allow_w.gif) no-repeat 20px center;
}

#priceSub {
	position: absolute;
	z-index: 9002;
	right: 160px;
	top: 30px;
	width: 480px;
	height: 360px;
	text-align: left;
	display: none;
	background-color: #333333;
	background-image: url(../images/sums_price.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#priceSub .title {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 160px;
}

#priceSub ul.sub {
	margin-top: 15px;
}

#priceSub li.sub {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 290px;
	background: url(../images/allow_w.gif) no-repeat 20px center;
}

#aboutSub {
	position: absolute;
	z-index: 9003;
	right: 0px;
	top: 30px;
	width: 320px;
	height: 360px;
	text-align: left;
	display: none;
	padding-left: 160px;
	background-color: #333333;
	background-image: url(../images/sums_about.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#aboutSub .title {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#aboutSub ul.sub {
	margin-top: 15px;
}

#aboutSub li.sub {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 290px;
	background: url(../images/allow_w.gif) no-repeat 20px center;
}

#topImg {
	width: 100%;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#topImg.L {
	height: 580px;
}

#slideImg.replace {
	position: relative;
	z-index: 1;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*IEの表示ずれの修正*/
/*IE7*/
*:first-child+html #slideImg.replace {
	margin-left: -335px;
}
/*IE6*/
#slideImg.replace {
	_margin-left: -335px;
}


/* ************************************************ 
 *	コンテンツ枠組み
 * ************************************************ */


#contents {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contentsInner {
	background: url(../images/bg_headContent.gif) repeat-y 297px top;
}

#contents h2 {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

#contents #right {
	float: right;
	width: 620px;
	margin-right: 26px;
	_margin-right: 15px;
}

#contents #left {
	width: 250px;
	margin-left: 26px;
	_margin-left: 15px;
}




/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */


#contents #left h2 {
	font: bold 12px "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#headLine, #yoyaku, #qr {
	margin-bottom: 30px;
}

#headLine {
	position: relative;
}

#headLine dl {
	border-top: 5px solid #321100;
	margin-top: 3px;
	height: 280px;
	overflow: auto;
}

#headLine dt {
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

#headLine dd {
	padding-bottom: 8px;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	font-size: 12px;
	background: url(../images/allow.gif) no-repeat 10px 3px;
}

#headLine dd a {
	color: #999966;
	text-decoration: underline;
}

#blog {
	position: relative;
}

#yoyaku dl {
	padding-bottom: 10px;
	font-size: 12px;
}

#yoyaku dt {
	clear: left;
	float: left;
	padding-left: 5px;
}

#yoyaku dt a:link, #yoyaku dt a:visited {
	color: #000000;
	text-decoration: none;
}

#yoyaku dt a:hover, #yoyaku dt a:active {
	text-decoration: underline;
}

#yoyaku dd {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #333333;
	text-align: right;
	font-size: 13px;
	padding-right: 5px;
}

#qr {
	background: url(../images/qr_keitai.gif) no-repeat left top;
	height: 130px;
	overflow: visible;
	display: none;
}

#qr p {
	margin-left: 125px;
	padding-top: 10px;
}


/* ************************************************ 
 *	フッター
 * ************************************************ */


#footer {
	clear: both;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#assistNavi {
	background: url(../images/bg_assistNavi2.gif) repeat-x center top;
	height: 27px;
	text-align: right;
	padding-right: 25px;
}

#assistNavi ul {
	padding-top: 7px;
	width: inherit;
	margin-right: auto;
	margin-left: auto;
}

#assistNavi li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#assistNavi li.first {
	border-left-style: none;
}

#assistNavi a:link, #assistNavi a:visited {
	color: #e5e5e5;
	text-decoration: none;
}

#assistNavi a:hover, #assistNavi a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#siteMap {
	font-size: 9px;
	text-align: left;
	padding-left: 27px;
	padding-top: 8px;
	color: #909090;
	margin-right: auto;
	margin-left: auto;
}

#siteMap td {
	padding-right: 8px;
	padding-left: 12px;
}

#siteMap td.main {
	background: url(../images/cross.gif) no-repeat left center;
}

#siteMap td a{
	font-size: 9px;
}

#siteMap td a:link, #siteMap td a:visited {
	color: #808080;
	text-decoration: none;
}

#siteMap td a:hover, #siteMap td a:active {
	color: #333333;
	text-decoration: underline;
}

#footer h3 {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#footer h3 img {
	width: 120px;
}

#footer #url {
	font: bold 12px "Times New Roman", Times, serif;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
	color: #321100;
	margin-right: auto;
	margin-left: auto;
}

#footer #topBt {
	height: 25px;
	width: 120px;
	position: absolute;
	left: 30px;
	top: 2px;
	background: url(../images/bg_topBt2.gif) repeat-x center top;
}

#footer #topBt span {
	background: url(../images/allow_top.gif) no-repeat 16px center;
	margin-top: 5px;
	display: block;
	padding-left: 5px;
}

address {
	font-size: 10px;
	font-style: normal;
	background: #878787;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	width: inherit;
	margin-right: auto;
	margin-left: auto;
}

