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

* html *{
	margin:0;
}

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

a img {
    border-style:none;
}

a {
	color:#990099;
}

a:hover{
	color:#FF0000;
}

a:visited{
	color:#990099;
}

/*ページの枠*/
.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;
	border-color: #FFFFFF;
}

/*ヘッダ*/
.header{
		margin: 0 auto;
		padding: 0 0;
		width: 100%; height: 70px;
		text-align: left;
		background: 
		url(../img/header_image.jpg) top no-repeat;
}

h1{
	padding-top: 0px;
	height: 58px;
	float: left;
	}
	
h1 a{
	display: block;
	width: 430px;
	height:70px;
	float: left;
	background: url(../img/header_image.jpg);
	background-repeat:no-repeat;
	}

ul#top_nav{
	margin:5px 10px 0 0;
	float: right;
	list-style-type: none;
	vertical-align:baseline;
	width: 210px;
}

ul#top_nav li{
	float: left;
}

ul#top_nav li a{
	color:#ffffff;
}

ul#top_nav li a:hover{
	color:#ffffff;
}

ul#top_nav li a:visited{
	color:#ffffff;
}

/*宿泊予約：電話番号*/
.top_nav_reserve_info {
	width:225px;
	height:40px;
	color:#ffffff;
	margin-top:25px;
	margin-right:-205px;
	float: right;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}


/*トップ　インターネット予約*/
.top_nav_reserve_btn {
	width:200px;
	height:40px;
	margin-top:25px;
	margin-right:-205px;
	float: right;
	background-image:url(../img/top_nav_reserve_btn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
}

.top_nav_reserve_btn a{
	width:200px;
	height:40px;
	background-image:url(../img/top_nav_reserve_btn.gif);
	background-repeat:no-repeat;
	float:right;
	background-position:0 0;
	display:block;
}

.top_nav_reserve_btn a:hover{
	background-image:url(../img/top_nav_reserve_btn.gif);
	float:right;
	background-position:0 -40px;
	display:block;
}
/*フッタ*/
#box_footer {
	width:900px;
	height:80px;
	background-color:#cccccc;
	clear:both;

}

/*firefox用フッタ*/
:root #box_footer {
	height:82px;
	background-color:#cccccc;
}

.footer {
	width:900px;
	height:20px;
	color:#ffffff;
	text-align:right;
	padding-top:2px;
	padding-left:2px;
	background-color:#cccccc;
	clear:both;
}

/*firefox用*/
:root .footer {
	width:899px;
}

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

/*firefox用*/
:root .footer_link {
	width:509px;
	height:70px;
}

/*伊東園ホテルグループサイトへのリンク*/
.itoen_link {
	width:400px;
	height:80px;
	color:#ffffff;
	font:bold 15px;
	text-align:right;
	padding-top:55px;
	padding-right:10px;
	background-color:#cccccc;
	/*clear:both;*/
	float:right;
}

/*firefox用伊東園ホテルグループサイトへのリンク*/
:root .itoen_link {
	width:371px;
	height:27px;
	float:right;
}


.itoen_link a{
	text-align:right;
	color:#ffffff;
}

.itoen_link a:hover {
	text-align:right;
	color:#ffffff;
}

.itoen_link a:visited {
	text-align:right;
	color:#ffffff;
}



/*メニュー*/
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;
	background-color:#0099CC;
}

/**トップ　右トピックス*/
.topic {
	width:250px;
	height:526px;
	background-color:#0099CC;
	float:right;
}

.topic_area {
	width:238px;
	height:520px;
	background-color:#ffffff;
	margin:5px 5px 0 5px;
}

/*トップ　左画像・右トピックスの下グラデーション画像*/
.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:20px;
	background-image:url(../img/information.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;
	text-indent:-5000px;
}

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

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

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

.topic_list_index {
	height:15px;
	background-image:url(../img/topic_img.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	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:#990099;
}

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

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

.topic_text {
	color:#990099;
	font-size:11px;
	padding:8px;
	line-height:15px;
	margin-bottom:1px;
}


/*ページ下　メニューベース*/
.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.jpg);
	background-repeat:no-repeat;
	display:block;
}

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

/*ブライダル*/
.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;
}



/*インターネット予約*/
.reserve_btn {
	width:200px;
	height:40px;
	background-image:url(../img/reserve_btn.jpg);
	background-repeat:no-repeat;
	float:right;
	text-indent:-5000px;
	margin:0;
}

.reserve_btn a{
	width:200px;
	height:40px;
	background-image:url(../img/reserve_btn.jpg);
	background-repeat:no-repeat;
	float:right;
	background-position:0 0;
	display:block;
}

.reserve_btn a:hover{
	background-image:url(../img/reserve_btn.jpg);
	float:right;
	background-position:0 -40px;
	display:block;
}

.reserve_text{
	width:230px;
	color:#990099;
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

/*ページTOP*/
.box_page_top {
	width:900px;
	height:20px;
	text-align:right;
	display:block;
}
.hidden{ text-indent: -9999px; display: none;}


