@charset "utf-8";
/* CSS Document */

/* Basic */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
}

body {
background:#FFFFFF none repeat scroll 0 0;
margin:0;
padding:0;
color:#333;
}

/* Link */

a{color: #000; text-decoration: underline;}
a:hover{color: #333; text-decoration: underline;}
a:focus{background-color: #fff;}
.top{
	text-align:right;
	margin: 0px 34px 0px 0px;
	font-size:0.73em;
}

/* Layout */
#wrap {
	clear:both;
}

#box {
	margin:0 auto;
	width:778px;
}

/* Header */
#header {
	height:233px;
}

/* Navi */
#nav {
	clear:both;
	height:66px;
}

#nav_main {
	float:left;
	padding-left: 1px;
}

/* Main */
#main_box {
	clear:both;
	background-color: #fff;
	width:778px;
	height: 350px;
	background-image: url(../images/whitebox.gif);
	background-repeat: no-repeat;
}

/* Left-Box */
#left_box{
	float:left;
	width:284px;
	background-image: url(/images/box_news.gif);
	background-repeat: no-repeat;
	margin: 14px;
	height: 322px;
}

#left_box_main {
	margin-top:65px;
	padding: 10px;
}

#left_box_main h3 {
	color:#CC0000;
	font-size:80%;
	margin: 10px 10px;
}

#left_box h2{
	font-weight:bold;
}

#left_box p{
	line-height:1.4em;
	font-size:0.73em;
	border-bottom:1px #333 dashed;
	margin-left:1.2em;
	padding-bottom:10px;
}

/* Right-Box */
#right_box{
	float:right;
	width:440px;
	height:322px;
	background-image: url(/images/box_rightimage.gif);
	background-repeat: no-repeat;
	margin:14px 14px 14px 0px;
}

/* Wide-Box */
#wide_box {
	float:left;
	width:750px;
	height:322px;
	background-image: url(/images/box_wide.gif);
	background-repeat: no-repeat;
	margin:14px 14px 0px 14px;
}

#wide_box_mid {
	background-image: url(/images/box_wide.gif);
	clear: both;
	width: 778px;
	background-repeat: repeat-y;
	padding: 0px 0px 20px 0px;
}

#wide_box_foot {
	width:778px;
	background-image: url(/images/box_wide_footer.gif);
	background-repeat: no-repeat;
	height: 19px;
	text-indent: -9999px;
}

/* Concept */
#wide_box_concept {
	float:left;
	width:778px;
	margin:0px;
	background-image: url(/images/box_wide_head_concept.gif);
	background-repeat: no-repeat;
	height: 105px;
	text-indent: -9999px;
}

#wide_box_concept_main {
	width: 750px;
	margin:0px 0px 0px 14px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

#wide_box_concept_main td {
	vertical-align:top;
}

#wide_box_mid p {
	font-size:1em;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	color:#333;
}

/* menu */
#wide_box_menu {
	float:left;
	width:778px;
	margin:0px;
	background-image: url(/images/box_wide_head_menu.gif);
	background-repeat: no-repeat;
	height: 105px;
	text-indent: -9999px;
}

table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}

div.main	{
	width: 958px;
}
h3	{
	font-size: 133.3%;
	margin: 20px 0px 0px 34px;
	font-weight: bold;
}

/* メニューtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 352px;
	margin: 0px 0px 20px 34px;
	font-size:0.73em;
}
th, td	{
	padding: 10px 20px;
	color: #333;
}


/* メニュー
----------------------------------------------------------- */
.menu	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
}
.menu th	{
	background: url(/images/bg_th.jpg) no-repeat;
	border-bottom: 1px solid #FFF;
}
.menu th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
}
.menu th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
}
.menu td	{
	border-bottom: 1px solid #FFF;
}

#caution {
	margin:0px 0px 0px 34px;
	line-height: 1.4em;
	font-size:0.73em;
	padding:0px 0px 10px 0px;
}

/* メニュー2
----------------------------------------------------------- */
.menu2	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
	float: left;
	/*background-color: #f5f5f5;*/
	border: 1px solid #603913;
}
.menu2 th	{
	background: url(/images/bg_th.jpg) no-repeat;
	color:#603913;
	border: 1px solid #603913;
}
.menu2 th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
	color:#fff;
}
.menu2 th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
	color:#fff;
}
.menu2 td	{
	color:#603913;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #603913;
	border-bottom-color: #603913;
	border-left-color: #603913;
}

/* メニュー3
----------------------------------------------------------- */
.menu3	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
	float: left;
	background-color: #f5f5f5;
	margin:0px 0px 20px 7px;
}
.menu3 th	{
	background: url(/images/bg_th.jpg) no-repeat;
	color:#603913;
	border: 1px solid #603913;
}
.menu3 th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
	color:#fff;
}
.menu3 th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
	color:#fff;
}
.menu3 td	{
	color:#603913;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #603913;
	border-bottom-color: #603913;
	border-left-color: #603913;
}

#caution {
	margin:0px 0px 0px 34px;
	line-height: 1.4em;
	font-size:0.73em;
	padding:0px 0px 10px 0px;
}

.menu2 th.center {
	text-align:center;
	color:#fff;
}
.menu2 th.white,.menu3 th.white {
	color:#fff;
}

/* メニュー4
----------------------------------------------------------- */
.menu4	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
	float: left;
	background-color: #f5f5f5;
	margin:0px 0px 20px 7px;
}
.menu4 th	{
	background: url(/images/bg_th.jpg) no-repeat;
	color:#603913;
	border: 1px solid #603913;
}
.menu4 th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
	color:#fff;
}
.menu4 th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
	color:#fff;
}
.menu4 td	{
	color:#603913;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #603913;
	border-bottom-color: #603913;
	border-left-color: #603913;
}

/* メニュー5
----------------------------------------------------------- */
.menu5	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
	float: left;
	background-color: #f5f5f5;
}
.menu5 th	{
	background: url(/images/bg_th.jpg) no-repeat;
	color:#603913;
	border: 1px solid #603913;
}
.menu5 th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
	color:#fff;
}
.menu5 th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
	color:#fff;
}
.menu5 td	{
	color:#603913;
	border: 1px solid #603913;
}

/* メニュー6
----------------------------------------------------------- */
.menu6	{
	background: url(/images/bg_td.jpg) no-repeat bottom;
	float: left;
	background-color: #f5f5f5;
	margin:0px 0px 20px 7px;
}
.menu6 th	{
	background: url(/images/bg_th.jpg) no-repeat;
	color:#603913;
	border: 1px solid #603913;
}
.menu6 th.topL	{
	background: url(/images/bg_thl.jpg) no-repeat;
	color:#fff;
}
.menu6 th.topR	{
	background: url(/images/bg_thr.jpg) no-repeat top right;
	color:#fff;
}
.menu6 td	{
	color:#603913;
	border: 1px solid #603913;
}

#caution {
	margin:0px 0px 0px 34px;
	line-height: 1.4em;
	font-size:0.73em;
	padding:0px 0px 10px 0px;
	color: #603913;
}

.caution2{
	text-align:right;
	margin: 5px 0px 10px 0px;
	font-size:0.73em;
}

.menu2 th.center {
	text-align:center;
	color:#603913;
}
.menu2 th.white,.menu3 th.white {
	color:#603913;
}

/* Blog */
#wide_box_blog {
	float:left;
	width:778px;
	margin:0px;
	background-image: url(/images/box_wide_head_blog.gif);
	background-repeat: no-repeat;
	height: 105px;
	text-indent: -9999px;
}

#wide_box_blog_main {
	width: 750px;
	margin:0px 0px 0px 14px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

#wide_box_blog_main td {
	margin:0px 0px 0px 0px;
	padding: 0px 10px;
}

#wide_box_blog_main td.banner {
	text-align:right;
}

#prof {
	font-size:1em;
	color:#333;
	margin: 0px 0px 0px 0px;
}

#prof td {
	color:#333;
}

#prof td.left{
	width:90px;
	padding:0px;
	text-align:right;
}

/* Reserve & Access */

#wide_box_reserve {
	float:left;
	width:778px;
	margin:0px;
	background-image: url(/images/box_wide_head_reserve_access.gif);
	background-repeat: no-repeat;
	height: 105px;
	text-indent: -9999px;
}

#wide_box_reserve_main {
	width: 750px;
	margin:0px 0px 0px 14px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

#wide_box_reserve_main h2{
	color:#333;
	font-size:2em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

#wide_box_reserve_main td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.reserve  {
	padding: 0px 0px 0px 20px;
}
/* ajax-slide show */

#gallery {
	position:relative;
	width:420px;
	margin:10px 0px 0px 10px;
	padding:0px;
	border:none;
	background:none
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:404px;
	height:223px;
	padding:5px;
	border:2px solid #666;
	background:#FFF url(/images/images/loading.gif) center center no-repeat
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:5px;
	padding:5px 0;
	width:414px;
	height:50px;
	border:2px solid #666;
	background:#FFF
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:50px;
	width:414px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:50px;
	width:10000px;
	border-right:1px solid #FFF
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	height:223px;
	width:20%;
	z-index:100;
	height:223px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {left:0; background:url(/images/images/left.gif) left center no-repeat; border-left:1px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(/images/images/right.gif) right center no-repeat; border-right:1px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* Footer */
#footer {
	text-align:right;
	margin:5px 0px 0px 0px;
	font-size: 0.73em;
}

/* Map */
#map{
	width: 500px; 
	height: 300px;
	border:3px #fff solid;
}

/* キャンペーンダイアログ */
.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(/images/box/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/images/box/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(/images/box/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(/images/box/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(/images/box/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(/images/box/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/images/box/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(/images/box/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(/images/box/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(/images/box/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(/images/box/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(/images/box/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#fff;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    
