@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.7;
	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 #222;
	border-bottom: 5px solid #222;
	background: #59124b url(../images/common/bg.gif) repeat-x top;
	}

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

p {
	margin: 0 0 15px;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: -1px;
	}
/*
h1 {
	padding: 10px 10px 10px 25px;
	font-size: 160%;
	color: #222;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/h1_bg.gif);
	}
*/
h1 {
	font-size: 200%;
	color: #CE1370;
	}
h2 {
	padding: 8px 10px 8px 25px;
	font-size: 14px;
	color: #CE1370;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/h1_bg.gif);
	}
h3 {
	padding: 8px 10px 8px 25px;
	font-size: 14px;
	color: #78347a;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/h1_bg.gif);
	}
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: 14px;
	font-weight: bold;
	line-height: 1.4;
	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: #f6c;
	}
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: 2px solid #909;
	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 #ccc;
	padding: 7px 4px;
	font-size: 11px;
	}
td strong, th strong {
	color: #f36;
	font-weight: normal;
	font-size: 11px;
	}

thead span {
	}
thead th {
	border-right: 1px solid #ccbcbc;
	border-bottom: 1px solid #ccbcbc;
	font-weight: normal;
	background: #ddd3db;
	}
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;
	color: #633;
	border-right: 1px solid #ccbcbc;
	}
tbody td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #fbf4fd;
	}
.bodyleft {
	text-align: left;
	}
#reserve table {
	border: 1px solid #ccbcbc;
	}
#reserve thead th {
	color: #633;
	}
#form_yoyaku tbody th span {
	margin-left: 5px;
	color: #b408f4;
	font-size: 10px;
	}
#reserve tbody td {
	padding: 8px 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;
	}
#recruit table td {
	text-align: left;
	}
table span {
	margin-left: 5px;
	color: #f0f;
	}
input.DatePicker{
	margin-bottom: 4px;
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	background: #fff url(../images/reserve/date.gif) no-repeat top left;
	cursor: pointer;
	}
input:focus.DatePicker{
	background: #fffce9 url(../images/reserve/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: #fff;
	}
.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
---------------------------------------*/
#top,
#nav {
	width: 100%;
	background: #59124b;
	}
.topimg {
	top: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
	}
#nav {
	position: relative;
	z-index: 0;
	background: url(../images/common/nav_bg.gif) repeat-x bottom;
	}
#top ul,
#nav ul {
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 850px;
	list-style-type: none;
	}
#top li,
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	}
#top ul li span {
	display: block;
	width: 636px;
	color: #e0b7cf;
	font-size: 10px;
	}

.topicpath {
	margin: 0;
	padding: 7px 0;
	font-size: 10px;
	}
.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: 850px;
	background: #fff url(../images/common/content_bg.gif) no-repeat bottom center;
	}
#leftside {
	left: 45px;
	position: relative;
	float: left;
	padding: 30px 0 20px;
	width: 540px;
	}
#rightside {
	float: right;
	padding-top: 20px;
	width: 225px;
	background: #ddd3db;
	}
.phone {
	margin-bottom: 15px;
	padding: 10px 0 10px 24px;
	font-size: 11px;
	background: url(../images/common/sidebar_reserve_bg.gif) no-repeat bottom;
	}
.phone dt,
.phone dd {
	width: 174px;
	}
.phone dd {
	margin-bottom: 5px;
	}
.phonetitle {
	margin-left: 13px;
	}
.leftside_left {
	float: left;
	width: 255px;
	}
.leftside_right {
	float: right;
	width: 255px;
	}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 30px;
	width: 850px;
	font-size: 10px;
	}
#footer_inside {
	overflow: hidden;
	padding: 0 0 0 45px;
	width: 803px;
	border-left: 1px solid #beb9bd;
	border-right: 1px solid #beb9bd;
	background: #eeeeee;
	}
.inside {
	margin-right: 10px;
	float: left;
	width: 160px;
	}
.inside p {
	margin-bottom: 10px;
	}
.inside em {
	font-size: 11px;
	}
.saloninfo {
	margin-right: 30px;
	width: 220px;
	}
.inside ul {
	margin: 0 0 0 20px;
	}
.inside li {
	margin: 0;
	}
.felink a {
	font-size: 8px;
	color: #666;
	text-decoration: none;
	}

/* layout [index]
---------------------------------------*/
#photodiv {
	margin: 20px auto 0;
	clear: both;
	width: 850px;
	}
#news {
	margin: 0 0 25px 0; 
	padding: 10px 10px 0 15px;
	font-size: 11px;
	border: 1px solid #78347a;
	background: #f2f2f2;
	}
#news dt {
	padding-left: 15px;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#news em {
	display: block;
	color: #78347a;
	font-weight: bold;
	line-height: 1.4;
	}
#feedControl {
	overflow: auto;
	margin: 0 0 25px 0; 
	padding: 10px 10px 0 15px;
	height: 350px;
	border: 1px solid #78347a;
	background: #fff;
	}
#feedControl dt {
	padding-left: 15px;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#feedControl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#feedControl em {
	color: #78347a;
	font-weight: bold;
	line-height: 1.4;
	}

/* 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]
---------------------------------------*/
.faq dt {
	margin-bottom: 10px;
	padding-left: 18px;
	color: #72105e;
	font-weight: bold;
	background: url(../images/qa/mark_q.gif) no-repeat 0 4px;
	}
.faq dd {
	margin-bottom: 18px;
	padding: 0 0 15px 18px;
	border-bottom: 1px solid #ccc;
	background: url(../images/qa/mark_a.gif) no-repeat 0 4px;
	}

/* 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_topmes {
	padding: 10px 15px;
	border: 1px solid #f36;
	}
.recruit_topmes_title {
	font-size: 18px;
	color: #f36;
	font-weight: bold;
	}

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

/* 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.
---------------------------------------*/
.reserve_button {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 540px;
	list-style-type: none;
	}
.reserve_button li {
	margin: 0;
	padding: 0;
	float: left;
	}

dl.bunner_list {
	margin: 0 0 20px 13px;
	padding: 0;
	width: 200px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	background: #2f0426 url(../images/common/rightside_menubg.gif) bottom;
	}
.bunner_list a {
	color: #f6c;
	}
.bunner_list a:hover {
	color: #fff;
	}
.bunner_list span {
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/common/icon_arrow1.gif) no-repeat 3px 50%;
	}
dl.bunner_list2 {
	margin: 0 0 20px 13px;
	padding: 0;
	width: 200px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}
.bunner_list2 dd {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	background: #fff;
	}


.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
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: 50px;
	font-family: Times;
	color: #b690bf;
	}
.stepright {
	padding-top: 10px;
	float: right;
	width: 480px;
	}
.kansou {
	clear: both;
	margin-bottom: 30px;
	padding: 8px;
	color: #fff;
	font-size: 10px;
	border: 3px solid #ab75b0;
	background: #624165 ;
	}
.kansou strong {
	color: #fcf;
	}
.publeft {
	float: left;
	width: 275px;
	}
.pubright {
	float: right;
	width: 275px;
	}
p.minitext {
	font-size: 10px;
	}
dl.linelist {
	overflow: hidden;
	margin-bottom: 20px;
	width: 540px;
	}
.linelist dt {
	float: left;
	padding-left: 15px;
	width: 70px;
	color: #633;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
.linelist dd {
	float: left;
	margin-bottom: 8px;
	width: 455px;
	}

ul.linehol {
	margin: 20px 0;
	padding: 0;
	width: 540px;
	list-style: none;
	overflow: hidden;
	}
.linehol .leftlist {
	margin-right: 12px;
	}
.linehol em {
	margin-top: 5px;
	display: block;
	}
.linehol li {
	float: left;
	display: inline;
	width: 170px;
	border: none;
	background: none;
	}
.qa_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
.qa_list li {
	margin: 0;
	}
.qa_list li a {
	padding: 4px 20px;
	display: block;
	width: 484px;
	text-decoration: none;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_q.gif) no-repeat 5px 6px;
	}
.qa_list li a:hover {
	text-decoration: none;
	background: #ffc url(../images/qa/mark_q.gif) no-repeat 5px 6px;
	}
#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;
	}
ul.voicelist {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
	}
.voicelist li {
	float: left;
	display: inline;
	margin: 5px 5px 15px 5px;
	width: 168px;
	line-height: 1.4;
	font-size: 11px;
	}
.voicelist em {
	display: block;
	padding: 10px 10px 5px 10px;
	color: #fff9ce;
	font-size: 13px;
	background: url(../images/voice/voicebox_head.gif) no-repeat;
	}
.voicelist span {
	display: block;
	padding: 10px 10px 15px 10px;
	border: 1px solid #a7a7a7;
	background: #fffdec url(../images/voice/voicebox_body.gif) no-repeat top;
	}

.tcolor_f36 {
	color: #f36;
	}

.course_a {
	padding-left: 55px;
	background: url(../images/common/icon_a.gif) no-repeat 0 50%;
	}
.course_b {
	padding-left: 55px;
	background: url(../images/common/icon_b.gif) no-repeat 0 50%;
	}
.course_c {
	padding-left: 55px;
	background: url(../images/common/icon_c.gif) no-repeat 0 50%;
	}
.minitext {
	font-size: 10px;
	}

.kyotoopen {
	margin: 0 0 15px 12px;
	padding: 8px 10px;
	width: 176px;
	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: 15px;
	font-weight: bold;
	color: #CE1370;
	}
.midashi {
	font-size: 18px;
	color: #78347a;
	}
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;	
}
