@charset "UTF-8";

/* ***********************************

	for homepage

	01.新着情報一覧
	02.シーサイドホテル芝弥生のご案内

************************************** */

/* ***********************************

	01.新着情報一覧

************************************** */
#new-list-box {width:720px;}
#new-list-title {
	position:relative;
	width:720px;
	height:47px;
}
#new-list-title p#btn-list {
	position:absolute;
	left:626px;
	top:21px;
}
#new-list-title p#btn-list a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:89px;
	height:13px;
	background:url("/hotel/img/btn_new_list.gif") 0 0 no-repeat;
}
#new-list-title p#btn-list a:hover {
	background:url("/hotel/img/btn_new_list.gif") 0 -13px no-repeat;
}
#new-list-title p#btn-rss {
	width:20px;
	height:20px;
	position:absolute;
	left:599px;
	top:17px;
}

#new-list-box dl {
	padding:0.4em 0;
	line-height:1.5em;
	background:url("/hotel/img/dot_line_01.gif") bottom repeat-x;
}
#new-list-box dt {
	width:8.5em;
	padding-left:12px;
}
#new-list-box dd {margin:-1.5em 0 0 9.5em;}
#new-list-box dd a {
	padding-left:8px;
	background:url("/hotel/img/icon_arrow_orange.gif") left center no-repeat;
	text-decoration:none;
}
#new-list-box dd a:hover {
	text-decoration:underline;
}


/* ***********************************

	02.シーサイドホテル芝弥生のご案内

************************************** */
/* ///// ご宿泊 ///// */
#cmb-guest {}
#cmb-guest a {
	background:url("/hotel/img/cap_btn_guest_rooms.jpg") left top no-repeat;
}
#cmb-guest a:hover {
	background:url("/hotel/img/cap_btn_guest_rooms.jpg") left bottom no-repeat;
}
/* ///// レストラン ///// */
#cmb-restaurant {}
#cmb-restaurant a {
	background:url("/hotel/img/cap_btn_restaurant.jpg") left top no-repeat;
}
#cmb-restaurant a:hover {
	background:url("/hotel/img/cap_btn_restaurant.jpg") left bottom no-repeat;
}
/* ///// ご宴会 ///// */
#cmb-banquet {}
#cmb-banquet a {
	background:url("/hotel/img/cap_btn_banquet.jpg") left top no-repeat;
}
#cmb-banquet a:hover {
	background:url("/hotel/img/cap_btn_banquet.jpg") left bottom no-repeat;
}
/* ///// 会議室 ///// */
#cmb-conference {}
#cmb-conference a {
	background:url("/hotel/img/cap_btn_conference_rooms.jpg") left top no-repeat;
}
#cmb-conference a:hover {
	background:url("/hotel/img/cap_btn_conference_rooms.jpg") left bottom no-repeat;
}
/* ///// 館内サービスのご案内 ///// */
#cmb-service {}
#cmb-service a {
	background:url("/hotel/img/cap_btn_guide_of_service.jpg") left top no-repeat;
}
#cmb-service a:hover {
	background:url("/hotel/img/cap_btn_guide_of_service.jpg") left bottom no-repeat;
}
/* ///// アクセス ///// */
#cmb-access {}
#cmb-access a {
	background:url("/hotel/img/cap_btn_access.jpg") left top no-repeat;
}
#cmb-access a:hover {
	background:url("/hotel/img/cap_btn_access.jpg") left bottom no-repeat;
}

/* ***********************************

	地震対応

************************************** */

.caution {
	text-align:center;
	margin: 0 auto 20px auto;
	padding: 20px;
	width: 600px;
}

.caution p.lead {
	line-height:1.4;
	font-size:90%;
	font-weight:bold;
	}

.caution div.lead-box {
	text-align: left;
}

.caution p.lead2 {
	line-height:1.4;
	font-size:80%;
	}
