@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.6;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒNW3" , "ƒƒCƒŠƒI" , "‚l‚r ‚oƒSƒVƒbƒN", Verdana, sans-serif;
	font-size: 12px;
	border-top: 5px solid #434520;
	border-bottom: 5px solid #434520;
	background: #fff url(../images/common/bg.jpg) no-repeat top center;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 0 0 20px;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: -1px;
	}
h1 {
	font-size: 260%;
	color: #78347a;
	}
h2 {
	font-size: 220%;
	color: #CE1370;
	}
h3 {
	font-size: 200%;
	color: #633;
	}
h4 {
	font-size: 200%;
	color: #600;
	}
h5 {
	font-size: 180%;
	color: #600;
	}
h6 {
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 140%;
	font-family: Verdana, sans-serif;
	color: #78347a;
	}
em {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	color: #444;
	}
strong {
	font-size: 120%;
	color: #300;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: underline;
	}
a:link,
a:visited {
	color: #909;
	}
a:hover {
	color: #933;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol {
	margin: 0 0 20px 30px;
	}
li {
	margin: 0 0 5px;
	color: #555;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 10px 0 25px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccbcbc;
	line-height: 1.4;
	background: #fff;
	}
caption {
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #633;
	border: 1px solid #ccc;
	border-right: 3px solid #ccc;
	background: url(../images/common/bg.jpg);
	}
td, th {
	border-bottom: 1px solid #ccf;
	padding: 2px 4px;
	font-size: 11px;
	}
td strong, th strong {
	color: #f36;
	font-weight: normal;
	font-size: 11px;
	}
thead th {
	color: #fff;
	border-right: 1px solid #ccbcbc;
	border-bottom: 1px solid #ccbcbc;
	background: #624165;
	}
thead td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #D9C6DB;
	}
tfoot th {
	font-weight: normal;
	text-align: left;
	border-top: 3px solid #ccbcbc;
	background: #eee;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccbcbc;
	}
tbody td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #fbf4fd;
	}
#form_yoyaku tbody th {
	padding: 5px;
	color: #300;
	}
#form_yoyaku tbody th span {
	margin-left: 5px;
	color: #b408f4;
	font-size: 10px;
	}
#form_yoyaku tbody td {
	padding: 5px;
	text-align: left;
	font-size: 10px;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f66;
	}
table.buicheck,
.buicheck td {
	margin: 0;
	padding: 0;
	border: none;
	}


input.DatePicker{
	margin-bottom: 4px;
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	background: #fff url(../images/form_yoyaku/date.gif) no-repeat top left;
	cursor: pointer;
	}
input:focus.DatePicker{
	background: #fffce9 url(../images/form_yoyaku/datefocus.gif) no-repeat top left;
	}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	}
.dp_cal{
	background-color: #fff;
	border: 1px solid #8B5992;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	}
.dp_cal select option{
	padding: 1px 3px;
	}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	color: #444;
	padding: 1px 0;
	}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	}
.dp_cal td{
	cursor: pointer;
	}
.dp_cal thead th{
	background: #d9eefc;
	}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
	}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
	}
.dp_empty{
	background: #eee;
	}
.dp_today{
	background: #daf2e6;
	}
.dp_selected{
	color: #fff;
	background: #ce1370;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #444;
	font-size: 12px;
	border: 1px solid #78347a;
	background: #fff;
	}
option {
	color: #444;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #444;
	}
button {
	padding: 3px;
	color: #fff;
	font-size: 12px;
	border: 3px solid #ccc;
	background: #ce1370;
	}
.inputwidth {
	width: 300px;
	}

/* layout
---------------------------------------*/
#header {
	margin: 0 auto 20px;
	width: 914px;
	}
#logo {
	float: left;
	width: 336px;
	}
#header .saloninfo {
	float: right;
	margin: 23px 7px 0 0;
	width: 550px;
	font-size: 11px;
	text-align: right;
	}
#header ul {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 914px;
	list-style-type: none;
	background: #ebe6d0;
	}
#header li {
	margin: 0;
	padding: 0;
	float: left;
	}
.topicpath {
	margin: 0;
	padding: 7px 15px;
	font-size: 10px;
	background: url(../images/common/topicpath_bg.gif) no-repeat bottom;
	}
.topicpath a {
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right;
	}
#index .topicpath a {
	background: none;
	}
#content {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: 914px;
	}
#rightside {
	float: right;
	padding-top: 10px;
	width: 570px;
	}
#leftside {
	float: left;
	padding-top: 30px;
	width: 295px;
	background: #ebe6d0;
	}
.phone {
	margin: 0 12px 15px;
	padding: 10px 20px;
	font-size: 11px;
	background: url(../images/common/sidebar_reserve_bg.gif) no-repeat bottom;
	}
.phone dt,
.phone dd {
	width: 230px;
	}
.phone dd {
	margin-bottom: 5px;
	}
.phone_title {
	margin-left: 12px;
	}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	width: 914px;
	font-size: 10px;
	border-top: 2px solid #d3d1af;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	display: inline;
	border-right: 1px solid #d3d1af;
	}
#footer p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d3d1af;
	}
.felink a {
	font-size: 8px;
	color: #666;
	text-decoration: none;
	}

/* layout [index]
---------------------------------------*/
#photodiv {
	clear: both;
	width: 914px;
	}
#news {
	margin: 0 0 25px 0; 
	padding: 15px 15px 0 15px;
	border: 3px solid #d3d1af;
	background: url(../images/common/sidebar_bg.gif) repeat;
	}
#news dt {
	margin-bottom: 6px;
	padding-left: 15px;
	width: 110px;
	color: #300;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin: -2.2em 0 10px 125px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#news em {
	display: block;
	color: #747545;
	font-weight: bold;
	}
#feedControl {
	overflow: auto;
	margin: 0 0 25px 0; 
	padding: 15px 15px 0 15px;
	height: 350px;
	border: 3px solid #ebe6d0;
	background: #fff;
	}
#feedControl dl {
	margin: 0; 
	padding: 0;
	}
#feedControl dt {
	margin-bottom: 8px;
	padding-left: 15px;
	color: #300;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#feedControl dd {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
#feedControl em {
	margin-left: 10px;
	color: #624165;
	font-size: 14px;
	font-weight: bold;
	}
p.subtitle {
	color: #966;
	font-weight: bold;
	font-size: 120%;
	}
div.treatment_menu {
	overflow: hidden;
	padding: 5px 0;
	width: 848px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
div.heightLineParent {
	margin-left: 5px;
	clear: both;
	}
.treatment_menu ul {
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 55px 10px 10px 10px;
	width: 251px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
.treatment_menu ul.list_01 {
	background: url(../images/common/treatment_menu_bg1.gif);
	}
.treatment_menu ul.list_02 {
	background: url(../images/common/treatment_menu_bg2.gif);
	}
.treatment_menu ul.list_03 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg3.gif);
	}
.treatment_menu ul.list_04 {
	background: url(../images/common/treatment_menu_bg4.gif);
	}
.treatment_menu ul.list_05 {
	background: url(../images/common/treatment_menu_bg5.gif);
	}
.treatment_menu ul.list_06 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg6.gif);
	}
.treatment_menu li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
.treatment_menu li a {
	text-decoration: none;
	}

/* layout [price]
---------------------------------------*/
.price_menu {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [qa]
---------------------------------------*/
.qa_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
.qa_list li {
	margin: 0;
	}
.qa_list li a {
	padding: 5px 24px;
	display: block;
	width: 480px;
	text-decoration: none;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_q.gif) no-repeat 5px 8px;
	}
.qa_list li a:hover {
	text-decoration: none;
	background: #ffc url(../images/qa/mark_q.gif) no-repeat 5px 8px;
	}
#qa_answer .qa_list li {
	margin: 0 0 10px 0;
	padding-left: 20px;
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	background: url(../images/qa/mark_q.gif) no-repeat 0 3px;
	}
#qa_answer .qa_list li.qa_a {
	margin: 0 0 20px 20px;
	padding:  0 0 20px 20px;
	width: 530px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_a.gif) no-repeat 0 3px;
	}

/* recruit
---------------------------------------*/
.recruit_main {
	padding: 20px 20px 70px;
	border-bottom: 1px solid #ac3eab;
	background: #762675 url(../images/recruit/recruit_foot.gif) no-repeat center bottom;
	}
.recruit_main p,
.recruit_phone p {
	margin: 0;
	color: #fff;
	}
.recruit_main ol li,
.recruit_main ul li {
	color: #ffee8e;
	font-weight: bold;
	}
.recruit_main a {
	color: #fff;
	}
p.r_ensen {
	margin: 0 0 8px;
	color: #ffee8e;
	}
p.r_ensen span {
	font-weight: bold;
	color: #fff;
	}
p.r_title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	}
p.recruit_syokusyu {
	margin: 20px 0 15px;
	padding: 5px;
	letter-spacing: 0.5em;
	text-align: center;
	border: 1px solid #fff;
	background: #521251;
	}
.recruit_img {
	padding: 199px 0 0;
	background: url(../images/recruit/recruit_img.jpg) no-repeat center top;
	}
.recruit_phone {
	margin: 0 0 30px;
	padding: 20px 20px 20px 110px;
	background: #762675 url(../images/recruit/recruit_phone.jpg) no-repeat left top;
	}
p.recruit_tel {
	font-size: 20px;
	color: #ffee8e;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
#recruit td {
	text-align: left;
	}
.recruit_topmes {
	padding: 10px 15px;
	border: 1px solid #f36;
	}
.recruit_topmes_title {
	font-size: 18px;
	color: #f36;
	font-weight: bold;
	}

/* layout [sitemap]
---------------------------------------*/
#sitemap #leftside ul ul li  {
	margin-left: 40px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 3px solid #ccbcbc;
	background: #fff;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgtop2 {
	margin-bottom: 10px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* etc.
---------------------------------------*/
dl.bunner_list {
	margin: 0 0 20px 12px;
	padding: 0;
	width: 270px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}
.bunner_list dt {
	margin-bottom: 5px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	}
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ad9b9b;
	}
dl.liststyle1 {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 110%;
	}
.liststyle1 dt {
	margin: 0;
	padding-left: 15px;
	width: 100px;
	color: #300;
	font-weight: bold;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
.liststyle1 dd {
	margin: -1.5em 0 10px 100px;
	}
dl.liststyle2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 480px;
	border-bottom: 1px solid #ccc;
	}
.liststyle2 dt {
	margin: 0;
	padding: 5px 0 0 12px;
	border-top: 1px solid #ccc;
	background: url(../images/common/icon_text.gif) no-repeat 0 70%;
	}
.liststyle2 dd {
	margin: -1.5em 0 10px 100px;
	}
.alignright {
	text-align: right;
	}
.leftset {
	float: left;
	width: 260px;
	}
.rightset {
	float: right;
	width: 260px;
	}
.bullist {
	margin-right: 0;
	}
.bullist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/common/icon_text.gif);
	border-bottom: 1px solid #ccc;
	}
.picktext {
	padding: 5px 0;
	border-top: 2px solid #ad9b9b;
	border-bottom: 2px solid #ad9b9b;
	}
.feature {
	margin: 0 0 20px 0;
	padding: 0;
	width: 580px;
	overflow: hidden;
	list-style-type: none;
	font-size: 10px;
	}
.feature li {
	margin: 0 22px 0 0;
	padding: 0;
	float: left;
	display: block;
	width: 128px;
	line-height: 1.3;
	}
.feature li.feature_left {
	margin: 0;
	}
.feature li a img {
	margin-bottom: 5px;
	border: 5px solid #3E0C4A;
	}
.feature li a:hover img {
	border: 5px solid #ccc;
	}
.stepleft {
	float: left;
	width: 60px;
	font-size: 60px;
	font-family: "Helvetica";
	text-align: center;
	color: #ccbcbc;
	}
.stepright {
	float: right;
	width: 510px;
	}
.kansou {
	clear: both;
	margin-bottom: 30px;
	padding: 8px;
	font-size: 10px;
	border: 1px solid #ab75b0;
	background: url(../images/common/sidebar_bg.gif);
	}
.kansou strong {
	color: #909;
	}
.publeft {
	float: left;
	width: 275px;
	}
.pubright {
	float: right;
	width: 275px;
	}
.minitext {
	font-size: 10px;
	}
ul.linelist {
	margin: 20px 0;
	padding: 0;
	width: 570px;
	list-style: none;
	overflow: hidden;
	}
.linelist .leftlist {
	margin-right: 12px;
	}
.linelist em {
	margin-top: 5px;
	display: block;
	}
.linelist li {
	float: left;
	display: inline;
	width: 180px;
	border: none;
	background: none;
	}
ul.salonlist {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 570px;
	list-style-type: none;
	}
.salonlist li {
	margin: 0 0 25px;
	padding: 0;
	float: left;
	}
.kyotoopen {
	margin: 0 0 15px 12px;
	padding: 8px 10px;
	width: 245px;
	background: #fff url(http://www.wayansara.net/images/common/footer_bg.jpg) no-repeat bottom right;
	border: 2px solid #909;
	}
.kyotoopen p {
	margin: 0;
	font-size: 11px;
	}
.kyoto {
	font-size: 20px;
	font-weight: bold;
	color: #CE1370;
	}
p.syosai {
	margin: 10px 0 0;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #706;
	}

/* lightbox
---------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	color: #666;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { color: #666; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	color: #1c0022;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
