@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Electrolize);

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}
html {
	overflow: hidden;
	height: 100%;
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}




/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */

#wrapper {
	width: 100%;
	height: 100%;
	text-align: left;
	margin: 0; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	position: relative;
	overflow: auto;
	z-index:15;
}

#container	{
	width: 70%;
	min-width: 765px;
	min-height: 100%;
	margin: 0;
	padding-left: 185px;
	background: #fff;
}
* html #container {
	height: 100%;
}


#content {
	padding: 0 60px 50px 50px;
	width: 655px;
	color: #000;
	font-size: 13px;
}

#seos h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	display: none;
}

#rootnav {
	padding: 35px 0 5px 0;
	color: #938882;
	font-size: 11px;
}

#rootnav a {
	color: #938882;
	text-decoration: underline;
}

#rootnav a:hover {
	color: #938882;
	text-decoration: none;
}

#pagetitle {
	padding: 0 0 35px 0;
	color: #332016;
	font-size: 27px;
	font-family: 'Droid Sans', sans-serif;
	line-height: 1;
}


/*--------------------------------------------------------------------
access
--------------------------------------------------------------------*/

#content .salons {
	margin: 0;
	padding: 0;
}

#content .salons h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	color: #332016;
	font-size: 14px;
	line-height: 1;
	border-left: 3px solid #332016;
	font-weight: normal;
}

/* --- リストエリア --- */
#content ul.map {
	width: 655px; /* リストエリアの幅 */
	margin: 0;
	padding: 0 0 40px 0;
	list-style-type: none;
}

/* --- 項目内容 --- */
#content ul.map dl {
	width: 100%;
	margin: 0;
}

/* --- 写真エリア --- */
#content ul.map dt.photo {
	width: 500px; /* 写真エリアの幅 */
	float: left;
}
#content ul.map dt.photo img {
	border: 1px #C4BDBB solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
#content ul.map dt.title,
ul.thumbnail dd {
	margin: 0 0 0 500px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
#content ul.map dt.title {
	padding-bottom: 10px
}

/* --- コメントエリア --- */
#content ul.map dd {
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}


.shopinfo {
	margin: 0 0 80px 0;
	padding: 0 5px 0 5px;
	color: #332016;
}

.shopinfo span {
	font-family: 'Droid Sans', sans-serif;
	color: #332016;
	font-size: 25px;
}

.shopinfo h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	font-family: 'Droid Sans', sans-serif;
}

.shopinfo h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.8;
}
.shopinfo h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.8;
}


/*--------------------------------------------------------------------
contact
--------------------------------------------------------------------*/

#reserve {
	margin: 0;
	padding: 0 0 20px 0;
}

#table_f {
	width: 550px;
	margin: 0;
	padding: 0 0 2em 0;
	color: #332016;
	font-size: 11px;
}

#table_f h1 {
	width: 550px;
	margin: 0;
	padding: 0 0 1em 0;
	color: #332016;
	font-size: 14px;
}
#table_f h2 {
	width: 550px;
	margin: 0;
	padding: 0 0 1em 0;
	color: #332016;
	font-size: 12px;
}

#table_f p {
	margin: 0;
	padding: 0 10px 0 5px;
	font-weight: normal;
	line-height: 2;
}

#table_f em {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #AA9D97;
}


/* --- 表全体 --- */
#content table.form {
	width: 550px;
	border-top: 1px #999 dotted; /* 大枠の境界線 */
	border-bottom: 1px #999 dotted; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 11px;
	line-height: 1;
	background: url(../contact/img/bgimg.jpg) top right no-repeat;
}

/* --- 表タイトル --- */
#content table.form caption {
	text-align: right;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 10px; /* 表タイトルの下パディング */
	font-size: 11px;
}

/* --- セル --- */
#content table.form th,
#content table.form td {
	/*width: 20%; /* セルの幅（セルの幅を均等にする場合） */
	padding: 10px 10px; /* セルのパディング（上下、左右） */
	border-right: 0px #999 dotted;
	border-bottom: 1px #999 dotted;
}

#content table.form th.end,
#content table.form td.end {
	/*width: 20%; /* セルの幅（セルの幅を均等にする場合） */
	padding: 10px 20px; /* セルのパディング（上下、左右） */
	border-right: 0px #999 dotted;
	border-bottom: 1px #999 dotted;
}

/* --- 見出しセル --- */
#content table.form thead th {
	font-weight: normal;
	text-align: center;
}

/* --- フッタセル --- */
#content table.form tfoot td {
	text-align: left;
}

/* --- データセル --- */
#content table.form tbody td.sec {
	width: 100px;
	padding-right: 5px;
	text-align: left;
	color: #5B4F40;
	font-weight: bold;
}

#content table.form tbody td {
	text-align: left;
}

/* --- リンク --- */
#content table.form tbody td a {
	color: #332016;
	text-decoration: underline; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
#content table.form tbody td a:hover {
	color: #332016;
	text-decoration: none;
}

#content dl.form {
	width: 550px;
	margin: 0 0 3em 0;
	padding: 0;
	text-align: center;
}


#complete {
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 11px;
	color: #332016;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	line-height: 2;
}

#content ul.error {
	width: 550px;
    margin: 0;
    padding: 0 0 2em 0;
    list-style-type: none;
    text-align: left;
	color: #C00;
	border-top: 1px #999 dotted;
}
#content li.error {
	margin: 0;
    padding: 5px 0 5px 10px;
    border-bottom: 1px #999 dotted;
}

#content p.preview {
	margin: 0 0 3em 0;
    padding: 0;
	text-align: center;
}


#sites {
	width: 550px;
	margin: 0;
	padding: 40px 0 8px 0;
	font-size: 11px;
	color: #AA9D97;
}
#policy {
	width: 550px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #AA9D97;
}


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


#subContents {
	width: 185px;
	height: 100%;
	min-height: 700px;
	background: #FFFFFF;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 20;
}

* html #subContents {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}

#haederlogo {
	width: 185px;
	height: 170px;
	margin: 0;
	padding: 0;
	border-bottom: #938882 solid 0px;
}

#subContents ul.nav {
	width: 185px;
	margin: 0;
	padding: 0 0 0 0;
	background: #CCC;
}
#nav {
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

.subs {
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}

#nav li a,
.subs li a {
	text-decoration: none;
	display: block;
	color: #332016;
	background: #FFFFFF;
	width: 155px;
	padding: 3px 10px 4px 20px;
}



#footer {
	width: 165px;
	padding:0 0 20px 0;
	position:absolute;
	bottom: 0;
	font-size:10px;
	letter-spacing:1px;
	line-height:14px;
}

#footer h2.foot {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	display: none;
}

#news {
	width: 155px;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
	background: #F9F6F2;
	border-top: #BAB9B9 dotted 1px;
	border-bottom: #BAB9B9 dotted 1px;
}
#rsshead {
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	color:#332016;
	padding: 0 0 10px 0;
}

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 155px;
	margin: 0;
	padding: 0;
}
.rssFeed a {
	color: #3F332D;
	text-decoration: underline;
}
.rssFeed a:hover {
	color: #3F332D;
	text-decoration: none;
}

.rssHeader {
	display: none;
}

.rssBody {
	margin: 0;
	padding: 0;
}

.rssRow h4 {
	margin: 0;
	padding: 0 0 5px 0;
}
.rssRow p {
	display: none;
}
.rssRow div {
	margin: 0;
	padding: 0;
	color: #3F332D;
}

#social {
	width: 180px;
	margin: 0;
	padding: 0;
}

/* --- リストエリア --- */
ul.boxs {
	width: 170px;
	margin: 0;
    padding: 15px 0 10px 20px; /* リストエリアのパディング（上、左右、下） */
    list-style-type: none;
}

/* --- リスト項目 --- */
ul.boxs li {
	float: left;
	margin: 0;
    padding: 0 5px 0 0;
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.add {
	font-size: 10px;
	color: #938882;
	margin: 0;
	padding: 10px 10px 8px 20px;
}
.add1 {
	font-size: 10px;
	color: #938882;
	margin: 0;
	padding: 0 10px 3px 20px;
}
.add2 {
	font-size: 12px;
	font-weight: bold;
	color: #938882;
	margin: 0;
	padding: 0 10px 10px 20px;
}



/* --- ナビゲーションバー --- */
div.icon {
	margin: 0;
	padding: 0 10px 0 20px;
}

/* --- メニューエリア --- */
div.icon ul.nl {
margin: 0; /* センターに配置 */
padding: 0;
list-style-type: none;
}

/* --- メニュー項目 --- */
div.icon ul.nl li {
width: 16px; /* 項目の幅 */
height: 16px;
padding-right: 8px;
float: left;
}



/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.fixd {
	position: fixed;
	z-index: 30;
}

#r_icon01 {
	width: 40px;
	height: 40px;
	background: #fff;
	right: 20px;
	top: 100px;
}
#r_icon02 {
	width: 40px;
	height: 40px;
	background: #fff;
	right: 20px;
	top: 145px;
}
#r_icon05 {
	width: 40px;
	height: 40px;
	background: #fff;
	right: 20px;
	top: 190px;
}

/* IE6用 */

* html #r_icon01 {
	position: absolute;
	right: 20px;
	top: 100px;
}
* html #r_icon02 {
	position: absolute;
	right: 20px;
	top: 145px;
}
* html #r_icon05 {
	position: absolute;
	right: 20px;
	top: 190px;
}




