@charset "euc-jp";
body {
	margin: 0px auto;
	background: url(../img/top/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.2em;
	background-color: #FFD58C;
}
.container {
	margin: 0px auto;
}
h3 {
	background: url(../img/top/dot.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 30px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	clear:both;
}
h4 {
	color: #710A08;
	font-size: 14px;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	clear: both;
}
img {
	border: none;
}
th, td {
	padding: 1px;
}
table {
	margin-left: 50px;
}
table.datepicker {
	margin-left: 0px;
	margin-bottom: 0px;
}
table table {
	margin: 0px;
}
.dish {
	margin-left: 30px;
}
.dish th {
	font-weight: normal;
	background: none;
	vertical-align: top;	
}
.dish p img {
	margin: 0px;
}
#header .header_left {
	float: left;
	width: 700px;
	height: 330px;
}
#header .header_right {
	float: right;
	width: 250px;
	height: 330px;
}
#header #header_left {
	float: left;
	width: 700px;
	height: 120px;
}
#header #header_right {
	float: right;
	height: 120px;
}
#navi{
	background: url(../img/top/navi3.gif) no-repeat bottom;
	height: 50px;
}
#navi ul {
	list-style: none;
	width: 950px;
	margin: 0px;
}
#navi ul li {
	float:left;
	height: 39px;
}
#main_content {
	width: 950px;
	background: #FFFFFF;
}
#main_content:after{
	content: "";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#main_content h2 {
	margin: 20px 0px 10px 15px;
}
#main_content p {
	margin: 0px 0px 25px 50px;
	line-height: 1.5em;
}
#content {
	background: url(../img/top/news_r1_c2.gif) no-repeat right top #FFFFFF;
	width: 950px;
	padding-bottom: 20px;
}
#content:after{
	content: "";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#content h2 {
	margin: 20px 0px 10px 15px;
}
#m_content_top img {
	margin: 20px 0px 5px 20px;
}

#content p {
	margin: 0px 0px 25px 50px;
	line-height: 1.5em;
}
#right_sidebar img {
	margin-top: 20px;
}
#sidebar {
	background: url(../img/top/image_r2_c2.gif) no-repeat;
	margin: 80px 0px 0px 0px;
	width: 250px;
	height: 550px;
	float: right;
}
#sidebar img {
	margin: 5px 0px 5px 10px;
}
#sidebar ul li {
	color: #710A08;
	margin-left: 30px;
	font-size: 12px;
}
#sidebar ul li a {
	color: #710A08;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer {
	background:url(../img/top/navi3.gif) no-repeat top;
	background-color: #FFFFFF;
}
#footer p{
	font-size: 13px;
	margin-top: 20px;
	margin-left: 15px;
}
#content_left #form2 table {
	margin: 0px;
	margin-left: 10px;
}
#sidebar_con {
	background: url(../img/top/image_r2_c2.gif) no-repeat;
	margin: 80px 10px 0px 0px;
	width: 240px;
	height: 550px;
	float: right;
}
#sidebar_con img {
	margin: 5px 0px 5px 10px;
}
#sidebar_con ul li {
	color: #710A08;
	margin-left: 30px;
}
table td .number {
	color: #990000;
	font-weight: bold;
	display:block;
	width: 18px;
	height: 12px;
	text-align: center;
	border: 1px solid #990000;
	float:left;
	margin-right: 10px;
}
table td img {
	padding: 5px;
}
.imgright {
	float: right;
}
.price_table table {
	width:580px;
	border-collapse:collapse;
	font-size: 12px;
	border: 1px solid #999999;
}
.price_table table th, .price_table table td {
	padding:5px 0;
	background: none;
	text-align: center;
	border: 1px solid #999999;
}
.price_table table th, {
	background-color:#EFEFEF;
}
.price_table table td, {
	line-height:2em;
}
.price_table p{
	font-size: 12px;
	background-color: #CEE3EC;
	padding:5px 10px;
	margin-top:0;
}

.res_form {
	font-size: 14px;
}
.res_form th {
	background: none;
	font-weight: normal;
	padding-left: 50px;
}
table th .off {
	background: #66FFFF;
}
dl dt {
	float: right;
	margin: 35px 15px 15px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
dl dt a {
	text-decoration: none;
	color: #666666;
}
dl dt a:active {
	position: relative;
	top: +1px;
	left: +1px;
}
dl.thx_contact dt {
	float: none;
	text-align: left;
	font-size: 16px;
	color:#990000;
	font-weight: bold;
}
#thanks {
	margin-left: 20px;
}
/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.txterea{
	padding-left:50px;
	clear:both;
}
#content  p{
	line-height: 1.4em;
	margin-left: 25px;
}
.fimg_left{
	float:left;
	margin:0.5em 2em 1.5em 0;
}
#kankou h3 {
	margin-left: 30px;
}
#kankou table td span {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	display: block;
	margin: 5px 0px 10px 0px;
}
#kankou table td span a {
	color:#666666;
	text-decoration: none;
}
#kankou table td span a:hover {
	text-decoration: underline;
	color: #000000;
}
#kankou h5 {
	margin: 0px;
	padding: 0px;
}
#kankou h5 img {
	margin: 0px;
	padding: 0px;
}
#kankou table tr.underline td {
	border-bottom: 1px dashed #CCCCCC;
}
#kankou table td {
	margin: 0;
	vertical-align: top;
	padding: 0px 10px 15px 0px;
}
#kankou table th {
	background: none;
	padding-top: 10px;
}
#kankou table th a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#kankou table th a:hover img {
		border: 1px solid #000000;
}
#kankou table td p {
	padding: 0px 15px 0px 0px;
	margin: 0;
	font-size: 12px;
	color: #666666;
}
#kankou table td p a {
	color: #7D7E29;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
#kankou table td p a:hover {
	text-decoration: none;
	color: #003300;
	}

/*traffic
--------------------------------------*/
#traffic{margin-left:30px;}
#traffic h3{margin-left:0;}
#content #traffic p{margin-left:0;}

#content #traffic h4{clear:both; font-size:1.2em; padding-top:2em;}
#content #traffic .route{float:left; width:205px; padding:0 2px;}
#content #traffic .route h5{background-color:#EEE; padding:0.2em 0.5em; margin-bottom:1em;}
#content #traffic .route h6{margin-bottom:0.5em;}
#content #traffic .route p{padding:0.5em 0 0.5em 1em; margin:0 0 0.5em 1em; border-left:3px solid #CCC;}
#content #traffic .route em{color:#666; font-size:0.9em; font-style:normal;}

#traffic table {
	margin-bottom: 30px;
}
#traffic table img {
	margin-bottom: 15px;
}
#traffic table th {
	background: none;
	text-align: right;
	padding-top: 5px;
}
#traffic table td {
	padding-left: 20px;
	padding-top: 5px;
}

/*Fudasyo
--------------------------------------*/
#fudasyo{margin-left:30px;}
#content #fudasyo h4{font-size:1.2em; padding-top:1em; margin-left:0;}
#content #fudasyo h5{color:#660; padding:0.2em 0.5em; margin-bottom:1em; border-left:3px solid #660; background-color:#E9E9DA;}
#content #fudasyo h6{font-size:1.1em; margin-bottom:0.3em;}
#content #fudasyo p{color:#666; margin:0 0 0.5em 0.5em;}
#content #fudasyo ul.fudasyo_nav{padding:1em; line-height:2em;}
#content #fudasyo p.anchor{text-align:right; margin-bottom:1em;}

#fudasyo table{width:100%; margin:0 0 3em 0; text-align:left; border-collapse:collapse;}
#fudasyo table th{width:15%; background-color:#F5F5F5;}
#fudasyo table th,
#fudasyo table td{border:1px solid #DDD; padding:0.3em 1em;}

#hiwasa dt {
	float: left;
	width: 600px;
	margin: 10px auto;
}
#hiwasa dd {
	clear: left;
	width: 390px;
	padding-top: 20px;
	padding-left: 90px;
}
#tai table img {
	padding-left: 15px;
	padding-bottom: 15px;
}
#tai table td font {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
#senba table {
	width: 350px;
}
#senba table td {
	padding: 10px;
}
#senba table img {
	float: left;
}
#info {
	padding: 15px;
}
#info p img {
	float: right;
	margin: 15px 0px 15px 15px;
}
#room_info p img {
	float: left;
	margin: 15px;
}
#ebishu p {
	margin-left: 50px;
}
#club {
	width: 500px;
}
#club img {
	margin: 20px 20px 20px 40px;
	float: left;
}
#club p {
	margin-top: 50px;
}
#ebishudou p.shinbi {
	font-size: 16px;
	padding-left: 30px;
	text-align: center;
	color: #666600;
	font-weight: bold;
}
#ebishudou p.cave {
	clear: both;
	padding-left: 30px;
	text-align: center;
}
#ebishudou p.cave u {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
}
#ebishudou p span {
	font-size: 12px;
	margin-left: 10px;
}
#ebishudou p img {
	margin-left: 70px;
	margin-bottom: 15px;
	clear: both;
	margin-top: 0px;
}
#museum {
	padding-left: 70px;
	width: 520px;
}
#museum p {
	margin: 0px;
	padding: 0px;
}
#museum p.kai {
	padding-left: 40px;
	padding-top: 5px;
	font-size: 12px;
}
#museum table {
	margin: 15px 0px 15px 0px; 
}
#museum table th,
#museum table td {
	border: 1px solid #666666;
}
#museum table th {
	background-color: #FFCC99;
	text-align: right;
	vertical-align: top;
}
#museum table td {
	padding-left: 10px;
}
#museum span.umigame_info img {
	margin-bottom: 15px;
}
#museum_content {
	width: 410px;
	margin: 0 auto;
}
#museum_content p font {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#museum_content #caretta {
	margin-top: 20px;
}
#museum_content #caretta img {
	float: left;
	margin: 0px 10px 10px 0px;
}
#museum_content #floor {
	background-image: url(../img/kankou/caretta.jpg);
	background-repeat: no-repeat;
	width: 365px;
	height: 161px;
	margin:  20px 0px 0px 40px;
}
#museum_content #floor ul {
	list-style: none;
	float: right;
	width: 67px;
}
#museum_content #floor li a {
	display: block;
	width: 67px;
	height: 52px;
}
#museum_content #floor li.f1 a {
	background: url(../img/kankou/1f.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 19px;
}
#museum_content #floor li.f2 a {
	background: url(../img/kankou/2f.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 21px;
}
#museum_content #floor li.f1 a:hover {
	background: url(../img/kankou/1f_hover.jpg) no-repeat;
}
#museum_content #floor li.f2 a:hover {
	background: url(../img/kankou/f2_hover.jpg) no-repeat;
}
#news {
	margin-left: 40px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 10px;
}
#news h4 {
	color: #990000;
	margin-bottom: 15px;
}
#news span.date {
	font-weight: normal;
	font-size: 10px;
	font: italic;
	color:#3399FF;
}
#news p {
	margin-left: 15px;
	padding-top: 10px;
}
#news dl {
	font-size: 12px;
	margin-top: 15px;
}
#news dl dt {
	float: none;
	text-align: left;
	margin: 5px 0px 0px 15px;
	padding: 0px;
}
#news dl dd {
	margin: 0px 0px 0px 15px;
}
#info table.shop {
	width: auto;
}
#info table.shop img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 15px;
}
#info table.shop td {
	padding-top: 5px;
}
#blog {
	border-bottom: 1px dashed #CCCCCC;
	margin-left: 30px;
}
#blog h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-bottom: 5px;
}
#blog span.post_date {
	font-size: 12px;
	color: #0099FF;
	margin-bottom: 10px;
	float: right;
	clear: both;
	margin-right: 15px;
}
#blog table {
	clear: both;
	width: auto;
	margin-left: 0px;
}
#blog table img {
	margin-right: 15px;
}
#blog p {
	margin-left: 0px;
}
#confirm table.confirm_table {
	border: 1px solid #CCCCCC;
	color:#333333;
	margin-top: 20px;
}
#confirm table.confirm_table th {
	background-color:#EFEFEF;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	width: 100px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#confirm .confirm_table td {
	width: 200px;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#confirm table th.confirm_title {
	margin: 0px;
	padding: 0px;
	width: 450px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background:url(../img/top/confirm_bg.jpg);
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	height: 28px;
}
#confirm table th.confirm_title2 {
	background: none;
	border: none;
	font-weight: bold;
	padding: 10px 0px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-size: 14px;
	width: 200px;
}
#confirm table table {
	width: auto;
}
#confirm table.confirm_table2 {
	margin: 0;
	padding:0;
	width:380px;
}
#confirm table.confirm_table2 td {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 180px;
}
/*Form style
--------------------------------------------------------*/
#reserve_form {
	width: 600px;
	margin: 20px 0px 10px 40px;
	border:4px double #AB8759;
	padding: 10px;
	font-size: 12px;
}
#reserve_form #reserve_title {
	width: 580px;
	text-align: center;
}
#reserve_form table {
	margin: 0px 0px 15px 0px;
	padding: 0;
}
#main_form table th {
	background: url(../img/top/res_bg.jpg);
	border-bottom: 1px dashed #F0E0C1;
	padding: 5px 15px;
}
#main_form table th img {
	float: right;
}
#main_form table td {
	border-bottom: 1px dashed #F0E0C1;
	line-height: 30px;
	padding: 4px 10px;
}
#main_form table select {
	float: left;
	margin-right: 5px;
}
#main_form table input {
	margin-right: 5px;
}
#main_form table td.adds input {
	margin-top: 6px;
}
#main_form table td.hishu {
	border: none;
	font-size: 12px;
	padding: 5px 0px 0px 5px;;
}
#main_form table th.res_title {
	background: none;
	height: 30px;
	vertical-align: bottom;
	font-size: 14px;
	border: none;
	padding: 5px 0px 5px 5px;
}
#main_form table th.res_title img {
	float: none;
}
#res_warning table {
	border: 3px double #CA0000;
	padding: 5px;
}
#res_warning table th {
	background: none;
	padding: 10px 0px 5px 5px;
}
#res_warning table td.warning_title {
	padding: 0;
}
 
#res_warning table td {
	padding: 10px 0px 10px 20px;
}
div.error_message {
	clear: both;
	color: #FF0000;
	font: bold;
	margin: 0;
	padding: 0;
	height: 18px;
}
#main_form table.noCustomers{width: 80%; margin:0px;}
#main_form table.noCustomers td { padding: 0px; border: none; text-align:right;}

/*------------------------------------------------------------------------------------------dish--*/
#dish { width: 610px; margin: 0 auto; font-size: 12px;}
#dish h3 { background: none; margin: 10px auto !important; padding: 0;}
#dish table { width: 550px; margin: 0 auto;}
#dish table th { background: none;}
#dish table th h4 { margin: 15px 0; width: 550px; height: 32px;}
#dish table td { text-align: center;}
#dish table td hr { margin: 15px auto; color:#CCCCCC; width: 520px; }
#dish table td p { text-align: left; margin-left: 15px; }
#dish table td p.banquet_msg { margin-top: 15px; text-align:center; font-size: 14px;} 
#dish table td p.otohime_cont { display: block; width: 200px; margin: 15px auto 0; background-color: #FDEDBB; padding: 10px;} 
#dish table td p.otohime_cont span { font-size: 12px; font-weight: bold; color: #990000; display: block; border-bottom: 1px dashed #CCCCCC; text-align: center; padding-bottom: 5px;}
.ny_plan ul { margin-left: 50px; line-height: 1.6; }
.ny_plan table { width: 45%; background-color: #E1E8FF; font-size:12px; margin-top:0; padding:10px;}
/*------------------------------------------------------------------------------------------lightbox--*/
#gallery { padding: 10px; }
#gallery table { margin:0; width:100%;}
#gallery table td { width: 33%; padding: 10px; text-align: center; }
#gallery table td a { text-decoration: none; color: #333333; font-size:12px;}
#gallery table td a img { border: 1px solid #CCCCCC; margin-bottom:5px; padding:2px;}
#gallery table td a img:hover { border-color: #333333;}
#gallery ul { list-style: none; }
#gallery ul li { list-style: decimal;}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.warning { color: #CC0000; font-size: 12px;}
#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 {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	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 { font-size: 14px; font-weight: bold; color: #333333; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
