@charset "utf-8";
/* CSS Document */

@import url(reset.css);


* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6,ul {
	margin:0;
	padding:0;
}

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

a {
	color: #E0D3A3;
}

a:hover {
	color: #E0D3A3;
	text-decoration: none;
}

p {
	text-align: left;
}

/* --------------------------------
	汎用クラス
----------------------------------- */
.pad_t_10 {
	padding-top: 10px;
}

.pad_t_20 {
	padding-top: 20px;
}

.pad_b_20 {
	padding-bottom: 20px;
}


/* --------------------------------
	固定配置要素のスタイル
----------------------------------- */
#fixedItem {
	width: 100%;
	position: fixed !important;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 4;
}

#footer_bg {
	background-color: #201309;
	padding: 10px 0;
}

#index_bannerbox_e {
	position: fixed !important;
	position: absolute;
	bottom: 60px;
	right: 20px;
	text-align: right;
	z-index: 4;
}

#index_bannerbox_n {
	position: fixed !important;
	position: absolute;
	bottom: 150px;
	right: 20px;
	text-align: right;
	z-index: 4;
}

#index_bannerbox_q {
	position: fixed !important;
	position: absolute;
	bottom: 240px;
	right: 20px;
	text-align: right;
	z-index: 4;
}

#fixedLogo {
	width: 100%;
	position: fixed !important;
	position: absolute;
	top: 1px;
	padding: 10px 0;
}

/* --------------------------
	IE6 向けのスタイル
----------------------------- */
*html ,
*html body {
	height: 100%;
	overflow-x: hidden;
}

html body#toppage {
	overflow-x: hidden;
}


body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.4em;
	background-color: #201309;
}

#bg_flash {
	position: fixed;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: 99%;
	z-index: 0;
}

#logobox {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 20px 0 0 70px;
}

#titlebox {
	position: absolute;
	z-index: 11;
	padding: 20px 0 0 200px;
}

#index_contents {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100%;
	padding: 50px 0 30px 0;
	z-index: 3;
}

#toppage #index_contents {
	position: absolute;
	top: 40px;
	width: 100%;
	padding-top: 60px;
	z-index: 3;
}

#esthebox #index_contents {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100%;
	padding: 60px 0 30px 0;
	z-index: 3;
}

#nailbox #index_contents {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100%;
	padding: 60px 0 30px 0;
	z-index: 3;
}

#left_menu {
	position: absolute;
	width: 200px;
	vertical-align: top;
}

#left_menu li {
	padding: 0 0 8px 0;
}

#left_menu li a {
	line-height: normal;
}

#left_menu_bg {
	background-image: url(../image/menu_bg-trans.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px 0 30px 0;
	/padding: 40px 0 40px 0;
	vertical-align: top;
}


#left_menu #top {
	display: block;
	background-image: url(../image/menu_top-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #top a {
	display: block;
	background-image: url(../image/menu_top-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #top a:hover {
	display: block;
	background-image: url(../image/menu_top_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #news {
	display: block;
	background-image: url(../image/menu_news-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #news a {
	display: block;
	background-image: url(../image/menu_news-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #news a:hover {
	display: block;
	background-image: url(../image/menu_news_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #concept {
	display: block;
	background-image: url(../image/menu_concept-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #concept a {
	display: block;
	background-image: url(../image/menu_concept-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #concept a:hover {
	display: block;
	background-image: url(../image/menu_concept_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #price {
	display: block;
	background-image: url(../image/menu_price-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #price a {
	display: block;
	background-image: url(../image/menu_price-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #price a:hover {
	display: block;
	background-image: url(../image/menu_price_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #reserv {
	display: block;
	background-image: url(../image/menu_reserv-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #reserv a {
	display: block;
	background-image: url(../image/menu_reserv-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #reserv a:hover {
	display: block;
	background-image: url(../image/menu_reserv_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #gallery {
	display: block;
	background-image: url(../image/menu_gallery-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #gallery a {
	display: block;
	background-image: url(../image/menu_gallery-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #gallery a:hover {
	display: block;
	background-image: url(../image/menu_gallery_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #staff {
	display: block;
	background-image: url(../image/menu_staff-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #staff a {
	display: block;
	background-image: url(../image/menu_staff-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #staff a:hover {
	display: block;
	background-image: url(../image/menu_staff_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #contact {
	display: block;
	background-image: url(../image/menu_contact-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #contact a {
	display: block;
	background-image: url(../image/menu_contact-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #contact a:hover {
	display: block;
	background-image: url(../image/menu_contact_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #link {
	display: block;
	background-image: url(../image/menu_link-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #link a {
	display: block;
	background-image: url(../image/menu_link-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #link a:hover {
	display: block;
	background-image: url(../image/menu_link_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #esthe {
	display: block;
	background-image: url(../image/menu_esthe-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #esthe a {
	display: block;
	background-image: url(../image/menu_esthe-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #esthe a:hover {
	display: block;
	background-image: url(../image/menu_esthe_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #blog {
	display: block;
	background-image: url(../image/menu_blog-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #blog a {
	display: block;
	background-image: url(../image/menu_blog-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #blog a:hover {
	display: block;
	background-image: url(../image/menu_blog_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #nail {
	display: block;
	background-image: url(../image/menu_nail-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #nail a {
	display: block;
	background-image: url(../image/menu_nail-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#left_menu #nail a:hover {
	display: block;
	background-image: url(../image/menu_nail_on-trans.png);
	background-repeat: no-repeat;
	text-indent: -9960px;
	width: 152px;
	height: 22px;
}

#right_contents {
	position: absolute;
	left: 200px;
	width: 760px;
	height: 100%;
}

#sub_menu {
	width: 100%;
	background-color: #110B04;
	text-align: right;
}

.entrybox {
	padding: 30px 0 0 0;
}

.entrybox h2 {
	background-image: url(../image/icon_bar.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

.entrybox h2 span {
	font-weight: bold;
	color: #E2D5A3;
	padding-right: 20px;
}

.entrybox p {
	color: #FFF;
	width: 620px;
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 2em;
}

.entrybox p strong {
	color: #E2D5A3;
}

.entry_sep {
	background-color: #110B04;
	margin: 30px 0 10px 0;
}

.entry_img {
	padding: 15px 0 0 0;
	font-size: 12px;
}

#innerbox {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

#price_esthebox {
	text-align: right;
	font-size: 12px;
}

#price_esthebox a {
	font-weight: bold;
	color: #E0D3A3;
}

#price_esthebox a:hover {
	font-weight: bold;
	color: #E0D3A3;
	text-decoration: none;
}

#price_left {
	width: 240px;
	float: left;
	color: #FFF;
	font-size: 12px;
}

#price_center {
	width: 240px;
	float: left;
	color: #FFF;
	font-size: 12px;
	padding-left: 20px;
}

#price_right {
	width: 240px;
	float: left;
	color: #FFF;
	font-size: 12px;
	padding-left: 20px;
}

#pricebox h2 {
	padding-bottom: 10px;
}

#pricebox table {
	width: 240px;
}

#pricebox th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#pricebox td {
	text-align: right;
	vertical-align: top;
}

#pricebox td p {
	color: #E0D3A3;
}

#reservbox h2 {
	background-image: url(../image/icon_bar.png);
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	color: #E1D4A3;
	font-size: 16px;
}

#reserv_qrbox {
	text-align: center;
	padding: 20px 0 0 0;
}

#reserv_txtbox {
	width: 525px;
	margin: 0 auto;
	color: #E1D4A3;
	font-size:14px;
}

#linkbox {
	width: 600px;
	margin: 0 auto;
}

#linkbox th {
	width: 200px;
	text-align: left;
	font-size: 14px;
}

#linkbox .entry_sep {
	margin: 20px 0;
}

#contactbox {
	width: 530px;
	margin: 0 auto;
}

#contactbox th {
	width: 200px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	color: #E1D4A3;
}

#contactbox .entry_sep {
	margin: 10px 0;
}

#contactbox .info_input {
	width: 320px;
}

#contact_errorbox {
	font-size: 14px;
	color: #F30;
	line-height: 1.8em;
	padding: 20px 0;
}

.esthebox {
	padding: 10px 0 0 0;
}

.esthebox h2 {
	background-image: url(../image/icon_bar.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

.esthebox h2 span {
	font-weight: bold;
	color: #E2D5A3;
	padding-right: 20px;
}

.esthebox p {
	color: #FFF;
	width: 360px;
	padding: 10px 0 0 20px;
	font-size: 12px;
	line-height: 1.6em;
}

.esthebox table {
	width: 350px;
	font-size: 14px;
}

.esthebox th {
	text-align: left;
	font-weight: normal;
	padding: 10px 0 0 20px;
	width: 260px;
}

.esthebox th span {
	font-size: 10px;
}

.esthebox td {
	text-align: left;
	padding: 10px 0 0 0;
}	

.esthe_sep {
	background-color: #110B04;
	margin: 10px 0 0 0;
}

#esthe_left {
	float: left;
	width: 370px;
}

#esthe_right {
	float: left;
	width: 370px;
	padding: 0 0 0 10px;
}

#esthe_txt {
	font-size: 12px;
}