* {
	margin: 0 auto;
	padding:0;
}

* html *{
	margin:0;
}

.body {
	margin: 0 auto;
	text-align:center;
	background:#ffffff;
}

a img {
    border-style:none;
}

a {
	/*color:#330033;*/
	color:#ffffff;
}

a:hover{
	color:#FF0000;
}

a:visited{
	color:#ffffff;
}


/*ページの枠*/
.container {
	text-align:left;
	width:900px;
	font-size:10pt;
	background-color:#ffffff;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
}

* html .container {
	text-align:left;
	width:902px;
	font-size:10pt;
	background-color:#ffffff;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
}

/*ヘッダ*/
.header {
	width:680px;
	height:70px;
	background-image:url(../img/header_image.jpg);
	background-repeat:no-repeat;
	float:left;
}

.header a{
	width:680px;
	height:70px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-image:url("../img/header_image.jpg");
	background-position:0 0;
	background-repeat: no-repeat;
	clear:both;
	display:block;
}

/*トップ　インターネット予約*/
.top_nav_reserve_box {
	width:220px;
	height:70px;
	float:right;
	background-color:#0099CC;
}

.top_nav_reserve_box a {
	width:200px;
	height:40px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-image:url("../img/top_nav_reserve_btn.gif");
	background-position:0 0;
	background-repeat: no-repeat;
	clear:both;
	display:block;
}

.top_nav_reserve_box a:hover {
	width:200px;
	height:40px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-image:url("../img/top_nav_reserve_btn.gif");
	background-position:0 -40px;
	background-repeat: no-repeat;
	clear:both;
	display:block;
}


/*フッタ*/
.footer {
	width:899px;
	height:20px;
	color:#ffffff;
	text-align:right;
	padding-top:2px;
	padding-left:2px;
	background-color:#cccccc;
	clear:both;
}

* html .footer {
	width:100%;
}

.footer_link {
	width:890px;
	height:80px;
	color:#ffffff;
	border-top:2px solid #ceccca;
	text-align:left;
	padding-top:20px;
	padding-left:10px;
	background-color:#cccccc;
	clear:both;
	/*margin-top:10px;*/
	font-weight:bold;
}

* html .footer_link {
	width:100%;
}

/*メニュー*/
ul#menu {
	margin: 0;
	padding: 0;
	width: 900px; /* 必ずwidthの設定をしてください */
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:10px;
	font-weight:bold;
}

ul#menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 127px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
	text-indent:-5000px;
}

* html ul#menu li {  /* IE用 */
	margin: 0;
	padding: 0;
	float: left;
	width: 128px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
	color:#0099CC;
	text-indent:-5000px;
}

ul#menu li a {
	/*padding: 0.6em 10px;*/ /* ボタンの厚みはここで調整 */
	padding-top:7px;
	height:25px;
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 15px;
	color: #0099CC;
	text-align:center;
	text-decoration: none;
	background-color: #ffffff;
	text-indent:-5000px;
}

* html ul#menu li a {
	/*padding: 0.6em 10px;*/ /* ボタンの厚みはここで調整 */
	padding-top:7px;
	height:32px;
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 15px;
	color: #0099CC;
	text-align:center;
	text-decoration: none;
	background-color: #ffffff;
	text-indent:-5000px;
}

ul#menu li a:hover {
	color:#0099CC;
	text-indent:-5000px;
}

.stay_btn {
	border-right:1px solid #cccccc;
}

.stay_btn a{
	background-image:url(../img/menu/stay_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.stay_btn a:hover{
	background-position:0 -32px;
}

.restaurant_btn {
	border-right:1px solid #cccccc;
}

.restaurant_btn a{
	background-image:url(../img/menu/restaurant_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.restaurant_btn a:hover{
	background-position:0 -32px;
}

.bridal_btn {
	border-right:1px solid #cccccc;
}

.bridal_btn a{
	background-image:url(../img/menu/bridal_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.bridal_btn a:hover{
	background-position:0 -32px;
}

.banquet_btn {
	border-right:1px solid #cccccc;
}

.banquet_btn a{
	background-image:url(../img/menu/banquet_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.banquet_btn a:hover{
	background-position:0 -32px;
}

.other_btn {
	border-right:1px solid #cccccc;
}

.other_btn a{
	background-image:url(../img/menu/other_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.other_btn a:hover{
	background-position:0 -32px;
}

.kankou_btn {
	border-right:1px solid #cccccc;
}

.kankou_btn a{
	background-image:url(../img/menu/kankou_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.kankou_btn a:hover{
	background-position:0 -32px;
}

.map_btn a{
	width:132px;
	background-image:url(../img/menu/map_btn.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
}

.map_btn a:hover{
	background-position:0 -32px;
}

.base {
	width:100%;
	background-color:#0099CC;
}	

* html .base {
	width:100%;
	background-color:#0099CC;
}	

.top_image {
	width:650px;
	height:526px;
	background-image:url(../img/top_image_2.jpg);
	background-repeat:no-repeat;
	float:left;
}

.topic {
	width:250px;
	height:526px;
	background-color:#0099CC;
	float:right;
}

.top_image_spacer {
	width:900px;
	height:20px;
	margin-bottom:5px;
	background-image:url(../img/top_image_spacer.jpg);
	background-repeat:no-repeat;
	float:left;
}

.topic_content {
	width:230px;
	height:30px;
	background-image:url(../img/information.jpg);
	background-repeat:no-repeat;
	background-position:5 10;
	text-indent:-5000px;
}

.topic_line {
	width:230px;
	height:5px;
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	background-position:0 4;
	margin:0px 10px 0px 10px;
}

* html .topic_line {
	height:1px;
}

.topic_list {
	height:15px;
	background-image:url(../img/topic_img.gif);
	background-repeat:no-repeat;
	background-position:10 3;
	text-indent:25px;
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
}

.topic_list_index {
	height:15px;
	background-image:url(../img/topic_img.gif);
	background-repeat:no-repeat;
	background-position:10 3;
	text-indent:25px;
	list-style-type: none;
	color:#ffffff;
	font-weight:bold;
text-decoration:underline;
}

* html .topic_list {
	height:10px;
}

.topic-list li a {
	color:#ffffff;
}

.topic-list li a:hover{
	color:#ffffff;
}

.topic-list li a:visited{
	color:#ffffff;
}

.topic_text {
	color:#ffffff;
	padding:0 25 10 25;
}

.base_menu {
	width:100%;
	margin-left:5px;
	margin-bottom:10px;
}	

.box_stay {
	width:215px;
	height:140px;
	/*margin-left:5px;*/
	margin-bottom:10px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-5000px;
}

.box_stay a{
	height:140px;
	background-image:url(../img/stay_image.jpg);
	background-repeat:no-repeat;
	display:block;
}

.box_stay a:hover{
	background-image:url(../img/stay_image_on.jpg);
	background-repeat:no-repeat;
}

.box_restaurant {
	width:215px;
	height:140px;
	margin-left:10px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-5000px;
}

.box_restaurant a{
	height:140px;
	background-image:url(../img/restaurant_image_btn.jpg);
	background-repeat:no-repeat;
	display:block;
	background-position:0 0;

}

.box_restaurant a:hover{
	background-image:url(../img/restaurant_image_btn.jpg);
	background-repeat:no-repeat;
	background-position:0 -140px;
}

.box_bridal {
	width:215px;
	height:140px;
	margin-left:10px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-5000px;
}

.box_bridal a{
	height:140px;
	background-image:url(../img/bridal_image.jpg);
	background-repeat:no-repeat;
	display:block;
}

.box_bridal a:hover{
	background-image:url(../img/bridal_image_on.jpg);
	background-repeat:no-repeat;
}

.box_banquet {
	width:215px;
	height:140px;
	margin-left:10px;
	float:left;
	background-repeat:no-repeat;
	text-indent:-5000px;
}

.box_banquet a{
	height:140px;
	background-image:url(../img/banquet_image.jpg);
	background-repeat:no-repeat;
	display:block;
}

.box_banquet a:hover{
	background-image:url(../img/banquet_image_on.jpg);
	background-repeat:no-repeat;
}

.otoiawase{
	clear: both;
	margin: 5px auto;
	background-color: #FDFAEA;
	padding: 5px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width: 900px;
}

.otoiawase address{
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	text-align:center;
}

.otoiawase h5{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
.otoiawase h6{
	margin: 10px;
	padding: 0px;
	line-height: 120%;
}

.plan_text{
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.plan_text2{
	font-style: normal;
	font-size: 12px;
	color: #666666;
}

.plan_box_text{
	font-style: normal;
	font-size: 14px;
	color: #FF0000;
	text-align:center;
}

.hidden{ text-indent: -9999px; display: none;}

