* {
	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:#ffffff;
}

a:visited{
	color:#ffffff;
}

a:hover{
	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;
	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;
}

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_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;

}
.footer {
	width:900px;
	height:20px;
	color:#ffffff;
	text-align:right;
	padding:0;
	background-color:#cccccc;
	clear:both;
}

* html .footer {
	width:100%;
}

.footer_link {
	width:450px;
	height:80px;
	color:#ffffff;
	border-top:2px solid #ceccca;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	background-color:#cccccc;
	font-weight:bold;
	float:left;
}

* html .footer_link {
	width:100%;
}

/*伊東園ホテルグループサイトへのリンク*/
.itoen_link {
	width:420px;
	height:30px;
	color:#ffffff;
	font:bold 15px;
	text-align:right;
	margin-top:60px;
	padding-right:5px;
	background-color:#cccccc;
	float:right;
}

.itoen_link a{
	text-align:right;
	color:#ffffff;
}

.itoen_link a:visited {
	text-align:right;
	color:#ffffff;
}

.itoen_link a:hover {
	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;
}



/*お問い合わせトップ画像*/
.opinion_top_image {
	width:100%;
	height:302px;
	background-image:url(../img/stay_top_image.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/*お問い合わせベース*/
.opinion_base {
	width:100%;
	margin-top:10px;
	background-color:#ffffff;
}	

.opinion_base h2{
	width:100%;
	height:20px;
	/*background-color:#00CCFF;*/
	border-left:5px solid #0099CC;
	color:#999999;
	margin:5px 2px 5px 2px;
	font-size:20px;
	text-indent:-5000px;
	background-image:url(../img/opinion/opinion_infomation.jpg);
	background-repeat:no-repeat;
	/*background-position:5 1;*/
}	


.opinion_info {
	width:890px;
	height:40px;
	font-size:12px;
	float:none
	padding:5px 0 0 5px;
	line-height:20px;
	 margin-bottom:20px;
}

/*フォーム*/
#form {
	table-layout: auto;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	margin-top:10px;
}

#form th {
	width:170px;
	border-left:5px solid #0099CC;
	border-bottom:1px solid #cccccc;
	padding:10px;
}

#form td {
	width:300px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:10px;
}

.box_kakunin {
	width:200px;
	height:40px;
	align:center;
	float:none;
	margin-top:20px;
}

.box_back {
	width:auto;
	height:20px;
	float:left;
	margin:20px 0 20px 190px;
	padding:5px;
	color:#ffffff;
	background-color:#0099CC;
	border-top:1px solid #0099CC;
	border-right:2px ridge #0099CC;
	border-bottom:2px ridge #0099CC;
	border-left:1px solid #0099CC;
	
}

.box_send {
	width:auto;
	height:20px;
	float:right;
	align:center;
	color:#ffffff;
	background-color:#0099CC;
	margin:20px 400px 20px 0;
	padding:5px;
	border-top:1px solid #0099CC;
	border-right:2px ridge #0099CC;
	border-bottom:2px ridge #0099CC;
	border-left:1px solid #0099CC;
	
}

#box_success {
	width:600px;
	height:100px;
	background-color:#ffffcc;
	padding:20px 0 0 10px;
	margin-bottom:10px;
}

#box_success h2 {
	width:600px;
	height:40px;
	font-size:18px;
	color:#333333;
	padding-left:200px;
}

.top a {
	color:#0099CC;
	padding:5px;
}

.top a:visited{
	color:#0099CC;
}

.top a:hover{
	color:#0099CC;
}

