﻿@charset "utf-8";
/* Site Common CSS Document */



body {
	margin: 0;
	background-image: url(img/BG_body.jpg);
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	color: #5F6720;
}
a:hover, a:active {
	color: #A13D2E;
}
a img {
	border: none;
}
#baseShadow {
	background-repeat: repeat-y;
	background-image: url(img/BG_baseShadow.jpg);
	width: 1000px;
	margin: 0px auto;
}
#base {
	width: 914px;
	margin: 0px auto;
	border: 3px solid;
	border-color: #FFEDD2;
}
/*---- HEADER -------*/

#header {
	background-repeat: no-repeat;
	background-image: url(img/BG_header.jpg);
	padding-top: 25px;
}
#headerLogo {
	float: left;
	margin-left: 95px;
	margin-bottom: 35px;
}
#headerMapLink {
	margin-right: 20px;
	padding-top: 85px;
}
#headerMapLink a {
	background-repeat: no-repeat;
	background-image: url(img/accessMap/HeaderMapLink.png);
	width: 100px;
	height: 25px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#headerMapLink a:hover {
	background-image: url(img/accessMap/HeaderMapLinkOver.png);
}
#headerSiteTitle {
	float: left;
	width: 250px;
	padding-left: 40px;
	padding-top: 20px;
	color: #5F6720;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
#headerSiteTitle h1 {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 16px;
	padding-top: 5px;
}
#headerSiteTitle .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
/*---- FOOTER -------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	background-image: url(img/BG_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	color: #635a30;
	padding: 15px 15px 5px 15px;
	background-color: #FFF;
}
#footerLine {
	background-color: #c3cb9f;
	height: 1px;
	margin-bottom: 10px;
	clear: both;
}
#footerLogo {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#footerInfoPane {
	float: right;
	width: 670px;
	text-align: left;
	padding-top: 0px;
}
#copyRights {
	color: #959C70;
	clear: both;
	padding: 15px 0px 5px 0px;
}
#jat {
	width: 160px;
	float: right;
}
#jat a {
	text-decoration: none;
	color: #C0C0C0;
}
/*---- MAIN MENU -------*/



#mainMenu {
	clear: left;
	font-size: 12px;
	padding-left: 50px;
	padding-bottom: 19px;
	padding-top: 2px;
}
#mainMenu ul {
}
#mainMenu li {
	display: block;
	float: left;
}
/************************/

#mainMenu #home a, #mainMenu #massage a, #mainMenu #coupon a, #mainMenu #faq a, #mainMenu #review a, #mainMenu #photo a, #mainMenu #reservation a, #mainMenu #otoiawase a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	padding: 5px 12px;
	background-repeat: no-repeat;
	display: block;
	background-position: 50%;
}
#mainMenu #home a:link, #mainMenu #home a:visited {
	text-decoration: none;
	background-image: url(img/mainMenu/home.jpg);
	width: 42px;
}
#mainMenu #home a:hover, #mainMenu #home a:active {
	background-image: url(img/mainMenu/over/home.jpg);
}
#mainMenu #massage a:link, #mainMenu #massage a:visited {
	background-image: url(img/mainMenu/massage.jpg);
	width: 55px;
	text-decoration: none;
}
#mainMenu #massage a:hover, #mainMenu #massage a:active {
	background-image: url(img/mainMenu/over/massage.jpg);
}
#mainMenu #coupon a:link, #mainMenu #coupon a:visited {
	background-image: url(img/mainMenu/coupon.jpg);
	width: 55px;
	text-decoration: none;
}
#mainMenu #coupon a:hover, #mainMenu #coupon a:active {
	background-image: url(img/mainMenu/over/coupon.jpg);
}
#mainMenu #faq a:link, #mainMenu #faq a:visited {
	background-image: url(img/mainMenu/faq.jpg);
	width: 125px;
	text-decoration: none;
}
#mainMenu #faq a:hover, #mainMenu #faq a:active {
	background-image: url(img/mainMenu/over/faq.jpg);
}
#mainMenu #review a:link, #mainMenu #review a:visited {
	background-image: url(img/mainMenu/review.jpg);
	width: 55px;
	text-decoration: none;
}
#mainMenu #review a:hover, #mainMenu #review a:active {
	background-image: url(img/mainMenu/over/review.jpg);
}
#mainMenu #photo a:link, #mainMenu #photo a:visited {
	background-image: url(img/mainMenu/photo.jpg);
	width: 115px;
	text-decoration: none;
}
#mainMenu #photo a:hover, #mainMenu #photo a:active {
	background-image: url(img/mainMenu/over/photo.jpg);
}
#mainMenu #reservation a:link, #mainMenu #reservation a:visited {
	background-image: url(img/mainMenu/reservation.jpg);
	width: 97px;
	text-decoration: none;
}
#mainMenu #reservation a:hover, #mainMenu #reservation a:active {
	background-image: url(img/mainMenu/over/reservation.jpg);
}
#mainMenu #otoiawase a:link, #mainMenu #otoiawase a:visited {
	background-image: url(img/mainMenu/otoiawase.jpg);
	width: 83px;
	text-decoration: none;
}
#mainMenu #otoiawase a:hover, #mainMenu #otoiawase a:active {
	background-image: url(img/mainMenu/over/otoiawase.jpg);
}
/*Contents----------------------------------------------*/



#mainPane {
	background-image: url(img/BG_mainPane.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contents {
	background-image: url(img/BG_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#contentLeft {
	width: 230px;
	float: left;
}
/*--------*/

#contentLeft .subMenu {
}
#contentLeft .subMenu ul {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#contentLeft .subMenu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	margin-bottom: 1px;
}
#contentLeft .subMenu li a:link, #contentLeft .subMenu li a:visited {
	text-decoration: none;
	display: block;
	width: 180px;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
}
#contentLeft .subMenu li a:hover, #contentLeft .subMenu li a:active {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(img/BG_subMenu.png);
}
/*--------*/





#contentRight {
	width: 170px;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}
#contentMain {
	width: 680px;
	float: right;
	text-align: left;
	padding-top: 10px;
}
#contentMainCenterPane {
	width: 500px;
	float: left;
	padding-top: 5px;
}
#breadClumb {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #802015;
	text-align: right;
	padding-right: 50px;
}
#breadClumb a:link, #breadClumb a:visited {
	text-decoration: none;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-image: url(img/icons/icons_arrow01.png);
	padding-right: 20px;
	line-height: 13px;
}
#breadClumb a:hover, #breadClumb a:active {
}
#pagePane {
	padding: 20px 20px 20px 20px;
}
/* PAGE TITLEs   */
#pageTitleBG {
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 100px;
	width: 640px;
	background-image: url(img/BG_pageTitle.png);
}
#pageTitleBG img {
	margin: 30px 0px 0px 90px;
}
/*-------*/

.boxSP_Base {
	background-repeat: repeat-y;
	background-image: url(img/topBoxSP_BASE.jpg);
	width: 240px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.boxSP {
	background-image: url(img/topBoxSP_TOP.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
.boxSP h2 {
	color:#A03E2E;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 10px;
}
.boxSP h2 a:link, .boxSP h2 a:visited {
	text-decoration: none;
	color:#A03E2E;
}
.boxSP h2 a:hover, .boxSP h2 a:active {
}
.boxSP img {
	margin-top: 0px;
	line-height: 1;
}
.boxSP .desc {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px 10px;
	line-height: 1.2;
	color: #5F6720;
}
.boxSP_BTM {
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/topBoxSP_BTM.jpg);
}
/*-------*/





.boxS01_Base {
	background-repeat: no-repeat;
	background-image: url(img/topBoxS_Top.png);
	width: 215px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: center;
	background-position: 0px 0px;
	padding-top: 35px;
}
.boxS01 {
	background-color: #F7F8F2;
	background-image: url(img/topBoxS_Base.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
.boxS01 div {
}
.boxS01_Btm {
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/topBoxS_Btm.png);
	height: 10px;
}
.boxS01 .desc {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	text-align: left;
	line-height: 1.2;
	color: #635a30;
	padding: 5px 15px;
}
.boxS01 .desc p {
	margin-bottom: 3px;
}
#BNR_tazoTea {
	width: 200px;
	background-image: url(img/top/BNR_tazoTea.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin: 0px auto;
}
#BNR_tazoTea .desc {
	padding: 10px 15px 10px 10px;
}
#BNR_tazoTea p {
	margin-bottom: 10px;
}
/*****  LEFT SIDE CONTACT INFO  ***********/

#contentLeft #contactInfo {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	width: 200px;
	margin: 0px auto;
	text-align: left;
	font-weight: bold;
}
#contentLeft #contactFaq {
	background-image: url(img/icons/icons_FAQ.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 50%;
	line-height: 30px;
	margin-left: 20px;
}
#contentLeft #contactReservation {
	background-image: url(img/icons/icons_Email02.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 50%;
	line-height: 30px;
	margin-left: 20px;
}
#contentLeft #contactEmail {
	background-image: url(img/icons/icons_Email01.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 50%;
	line-height: 25px;
	margin-left: 10px;
}
#contentLeft #contactPhone {
	background-image: url(img/icons/icons_Phone.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 50%;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #635a30;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 10px;
}
#contentLeft #contactRefleBase {
	background-repeat: repeat-y;
	background-image: url(img/contactRefle_Base.jpg);
	width: 200px;
	margin-top: 10px;
}
#contentLeft #contactRefle {
	padding: 35px 10px 0px 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/contactRefle_Top.jpg);
}
#contentLeft #contactRefleBTM {
	background-repeat: no-repeat;
	background-image: url(img/contactRefle_BTM.jpg);
	height: 20px;
	background-position: 0px 100%;
}
#contentLeft #contactRefle h1 {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
#contentLeft #contactRefle h1 a:link, #contentLeft #contactRefle h1 a:visited {
	text-decoration: none;
	color: #773232;
}
#contentLeft #contactRefle h1 a:hover, #contentLeft #contactRefle h1 a:active {
	color: #A13D2E;
}
#contentLeft #contactInfo a:link, #contentLeft #contactInfo a:visited {
	text-decoration: none;
	color: #635a30;
}
#contentLeft #contactInfo a:hover, #contentLeft #contactInfo a:active {
	color: #A13D2E;
}
/*****  END OF LEFT SIDE CONTACT INFO  ***********/







.boxBorder01 {
	border: 1px solid;
	padding: 10px 10px 10px 20px;
	width: 50%;
	border-color: #EEDDD0;
	background-image: url(img/icons/icons_27.png);
	background-repeat: repeat-y;
}
/*Style----------------------------------------------*/

.clear {
	clear: both;
	line-height: 0;
	font-size: 1px!important;
	display: block;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, p, ul, li {
	margin:0;
	padding:0;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
ul {
	list-style-type:none;
}
li {
}
.floatL01 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatL02 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.floatL03 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.floatR01 {
	float: right;
	margin-right: 10px;
}
.floatR02 {
	float: right;
	margin-left: 20px;
}
.floatR03 {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.refleRed {
	color: #A63C2F;
}
.refleRed a:link, .refleRed a:visited {
	text-decoration: none;
	color: #802015;
}
.refleRed a:hover, .refleRed a:active {
	color: #802015;
}
.style01 {
	color: #635a30;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.style02 {
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #635A30;
	width: 90%;
	padding-left: 15px;
}
.style03 {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 1.5;
	color: #635A30;
	margin-top: 10px;
}
.note01 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background-repeat: no-repeat;
	background-image: url(img/icons/icons_dot01.png);
	padding-left: 18px;
	background-position: 0px 0px;
	margin-left: 20px;
	line-height: 1.3;
	width: 80%;
	color: #333333;
	margin-bottom: 5px;
}
/*----- Buttons ------*/

.more01 {
	text-align: right;
}
.pageTop {
	clear: both;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
}
.pageTop a:link, .pageTop a:visited {
	background-image: url(img/pageTop.png);
	height: 20px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	text-indent: -9999px;
}
.pageTop a:hover, .pageTop a:active {
	background-image: url(img/over/pageTop.png);
	overflow: hidden;
}
.back {
	clear: both;
	margin-right: 30px;
}
.back a:link, .back a:visited {
	background-image: url(img/back.png);
	height: 20px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	width: 60px;
	text-indent: -9999px;
}
.back a:hover, .back a:active {
	background-image: url(img/over/back.png);
	overflow: hidden;
}
/*BTN*/



.BTN_form {
	width: 150px;
	margin-top: 10px;
	margin-left: 25px;
}
.BTN_form a:link, .BTN_form a:visited {
	text-decoration: none;
	background-image: url(img/BTN_form.jpg);
	display: block;
	line-height: 30px;
	text-indent: -9999px;
	width: 150px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.BTN_form a:hover, .BTN_form a:active {
	background-image: url(img/over/BTN_form.jpg);
}
#accessError {
	padding: 20px 20px;
	line-height: 1.8;
}
