@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2009/06/08
	
	■プラン一覧共通
	プラン詳細							.plan_detail
	他の部屋タイプ						.other_roomtype

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* 横の幅
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents #first_column .inner {
	width: 830px;
	margin: 0 auto;
}

#contents .plan_detail_navi,
#contents .plan_detail {
	width: 720px;
	margin: 0 auto;
}

/* ページの先頭に戻る、など
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents ul.page_navigation {
	text-align: right;
}
#contents ul.page_navigation li {
	display: inline;
	padding-left: 10px;
}

/* icon 他のいろんなところのアイコンと共通化できるところはすべし。
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_left {
	background:transparent url(../icon/icon_left.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 0 3px 20px;
}
/* ページの先頭へ戻る
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_action_arrow_up {
	background:transparent url(../icon/icon_gotop.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 0 3px 23px;
}



#contents .plan_detail {
	margin-bottom: 20px;
}



/* タイトル　プラン名／値段／期間（上部）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_title {
	margin: 0 0 15px;
	background: url(plan_list_bgi_title.png) repeat-x left top;
}
#contents .plan_detail .yms_title_inner {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(plan_list_bgi_title_inner.png) repeat-x left bottom;
}
#contents .plan_detail .yms_title .yms_name {
	padding-left: 8px;
	font-size: 116%;
	font-weight: bold;
}
#contents .plan_detail .yms_title_sub {
	float: right;
	width: 270px;
}
/* 販売期間 */
#contents .plan_detail .yms_title_sub li.yms_icon_sales_term {
	float: left;
	margin-bottom: 7px;
	padding-left: 35px;
	padding-right: 5px;
	background: url(icon_sales_term.gif) no-repeat left center;
	font-size: 92%;
	color: #444;
}
/* チェックイン・アウト */
#contents .plan_detail .yms_title_sub li.yms_icon_checkin {
	display: block;
	clear: both;
	float: left;
	width: 100px; /* ie6 型崩れ対策 */
	background: url(icon_summary_checkin.gif) no-repeat left top;
	padding-left: 50px;
}
#contents .plan_detail .yms_title_sub li.yms_icon_checkout {
	display: block;
	float: right;
	background: url(icon_summary_checkout.gif) no-repeat left top;
	padding-left: 56px;
}
/* メッセージ（宿泊可能） */
#contents .plan_detail .yms_title_sub li.yms_icon_reserve_message {
	display: block;
	float: right;
	min-width: 100px; /* ie7 型崩れ対策 */
}






/* サマリー　チェックイン、アウト／食事
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_summary {
	clear: both;
	margin: 0 0 15px 0;
}
#contents .plan_detail .yms_summary ul {
	width: 100%;
}
#contents .plan_detail .yms_summary li {
	display: block;
	float: left;
	padding-right: 20px;
	color: #666;
	font-size: 93%;
}
#contents .plan_detail .yms_summary li.yms_icon_checkin {
	background: url(icon_summary_checkin.gif) no-repeat left top;
	padding-left: 50px;
}
#contents .plan_detail .yms_summary li.yms_icon_checkout {
	background: url(icon_summary_checkout.gif) no-repeat left top;
	padding-left: 56px;
}
#contents .plan_detail .yms_summary li.yms_icon_meal {
	padding-left: 29px;
	background: url(icon_summary_meal.gif) no-repeat left top;
}



/* 写真
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_photo {
	float: left;
	width: 270px;
	padding-left: 0;
}
#contents .plan_detail .yms_photo .yms_photo_unit {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(bgi_block_01.png) repeat left top;
}
#contents .plan_detail .yms_photo p {
	margin: 0 0 3px 0;
}
#contents .plan_detail .yms_photo span {
}
#contents .plan_detail ul.yms_thumbnail {
	margin-left: 13px;
}
#contents .plan_detail ul.yms_thumbnail li {
	display: block;
	float: left;
	margin-left: 1px;
}
#contents .plan_detail ul.yms_thumbnail li.yms_first {
	margin-left: 0;
}

#contents .plan_detail .yms_photo .yms_photo_title {
	margin-bottom: 2px;
	padding: 1px 2px;
/*	background: url(bgi_block_02.png) repeat left top; */
}
#contents .plan_detail .yms_photo span.yms_photo_caption_header {
	display: inline;
	font-size: 85%;
	color: #6b5d50;
}
#contents .plan_detail .yms_photo span.yms_photo_caption {
	line-height: 1.4;
	display: inline;
	font-size: 93%;
}
#contents .plan_detail a.yms_photo_main {
	display: block;
	width: 242px;
	border: solid 1px #888;
	margin: 0 auto 5px;
}



/* 説明
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .plan_detail .yms_explanation {
	margin: 0 0 0 291px;
}
#contents .plan_detail .yms_explanation .yms_inner {
	width: 100%;
	_width: 99%;
}

/* 文章 */
#contents .plan_detail .yms_sentence {
	margin-bottom: 30px;
	font-size: 108%;
}

/* 特典 */
#contents .plan_detail .yms_plan_merit_detail {
/*	width: 429px; 幅を指定するとie6で型崩れ */
	background: url(bgi_plan_merit_detail.png) repeat-y top left;
	margin: 10px 0 20px 0;
}
#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_head {
	height: 16px;
	overflow: hidden;
	background: url(bgi_plan_merit_detail_head.png) no-repeat top left;
}
#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 3px;
	overflow: hidden;
	background: url(bgi_plan_merit_detail_foot.png) no-repeat bottom left;
}
* html #contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 13px; /* ie6 高さが3pxのままだとフッターが消えてしまう。13pxからオッケー */
}
*:first-child+html #contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_foot {
	height: 20px; /* ie7 高さが3pxのままだとフッターが消えてしまう。20pxからオッケー */
}

#contents .plan_detail .yms_plan_merit_detail .yms_plan_merit_detail_body {
	padding: 10px 10px 7px;
}


/* 部屋タイプ説明 */
#contents .plan_detail .yms_roomtype_detail {
	margin-bottom: 30px;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_title {
	margin-bottom: 20px;
	padding: 5px 10px;
	border-left: solid 2px #6B5D50; 
	border-bottom: solid 1px #6B5D50;
	background: #F7F7F6;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_title_sub img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_roomtype_detail .yms_detail_inner {
	padding: 0 10px 0;
}


/* 料理説明 */
#contents .plan_detail .yms_meal_detail {
	margin-bottom: 30px;
}
#contents .plan_detail .yms_meal_detail .yms_detail_title {
	margin-bottom: 20px;
	padding: 5px 10px;
	border-left: solid 2px #999; 
	border-bottom: solid 1px #999;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_meal_detail .yms_detail_title_sub img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_meal_detail .yms_detail_inner {
	padding: 0 10px 0;
}


/* 説明その他 */
#contents .plan_detail .yms_explanation .yms_sub {
	padding: 9px;
	border: solid 1px #ccc;
}

/* オプション説明 */
#contents .plan_detail .yms_option_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_option_detail .yms_detail_title {
	margin-bottom: 10px;
	padding: 0 0 2px;
	border-bottom: solid 1px #999;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_option_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_option_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* 料金説明 */
#contents .plan_detail .yms_price_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_price_detail .yms_detail_title {
	margin-bottom: 10px;
	padding: 0 0 2px;
	border-bottom: solid 1px #999;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_price_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_price_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* アメニティ説明 */
#contents .plan_detail .yms_amenity_detail {
	margin-bottom: 20px;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_title {
	margin-bottom: 10px;
	padding: 0 0 2px;
	border-bottom: solid 1px #999;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_amenity_detail .yms_detail_inner {
	padding: 0 10px 0;
}

/* その他説明 */
#contents .plan_detail .yms_others_detail {
	margin-bottom: 10px;
}
#contents .plan_detail .yms_others_detail .yms_detail_title {
	margin-bottom: 10px;
	padding: 0 0 2px;
	border-bottom: solid 1px #999;
	font-size: 108%;
	font-weight: bold;
}
#contents .plan_detail .yms_others_detail .yms_detail_title img {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 3px;
}
#contents .plan_detail .yms_others_detail .yms_detail_inner {
	padding: 0 10px 0;
}
#contents .plan_detail .yms_others_detail .yms_others_detail_sub {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}




/* 他の部屋タイプから選ぶ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contents .other_roomtype {
	margin: 0 0 40px 0;
}
#contents .other_roomtype .yms_header {
	margin: 0 0 10px 0;
	background: url(other_list_bgi_yms_header_left.png) no-repeat left top;
}
#contents .other_roomtype .yms_header p {
	min-height: 25px;
	_height: 25px;
	padding: 10px 0 0 40px;
	background: url(other_list_bgi_yms_header_right.png) no-repeat right top;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}

#contents .other_roomtype .roomtype_summary {
	margin: 0 0 10px 0;
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}


/* タイトル　プラン名／値段／期間
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contents .other_roomtype .yms_title {
	margin: 0 0 10px 145px;
}
#contents .other_roomtype .yms_title_inner {

}
#contents .other_roomtype .yms_name {
	margin-right: 160px;
}
#contents .other_roomtype .yms_name .yms_inner {
	padding: 0;
}
#contents .other_roomtype .yms_name .yms_inner p {
	font-weight: bold;
}
#contents .other_roomtype .yms_title_sub {
	float: right;
	width: 160px;
}
#contents .other_roomtype .yms_title_sub .yms_title_sub_inner {
	padding: 0 10px 0 0;
	text-align: right;
}
#contents .other_roomtype .yms_title_sub span {
	color: #666;
	font-size: 92%;
}
#contents .other_roomtype .yms_title_sub strong {
	font-size: 92%;
}

/* 写真（部屋タイプ）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_photo {
	float: left;
	width: 120px;
	padding-left: 10px;
}
#contents .other_roomtype .yms_photo p {
	margin: 0 0 3px 0;
}


/* 説明（部屋タイプ）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .other_roomtype .yms_explanation {
	margin: 0 0 0 130px;
}
#contents .other_roomtype .yms_explanation .yms_inner {
	padding: 0 10px 0 15px;
}

#contents .other_roomtype .yms_sentence p {
	font-size: 92%;
}



/* 写真共通
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.photo_bgi_600x450 {
	display: block;
	width: 600px;
	height: 450px;
	padding: 1px;
	border: solid 1px #D6CBBF;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 450px;
	text-indent: -9999em;
}
.photo_bgi_240x180 {
	display: block;
	width: 240px;
	height: 180px;
	border: solid 1px #fff;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 180px;
}
.photo_bgi_120x90 {
	display: block;
	width: 120px;
	height: 90px;
	border: solid 1px #D6CBBF;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 90px;
	text-indent: -9999em;
}
.photo_bgi_85x64 {
	display: block;
	width: 85px;
	height: 64px;
	background-color: #f1eeea;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 64px;
	text-indent: -9999em;
}
.photo_bgi_58x43 {
	display: block;
	width: 60px;
	height: 45px;
	background-color: #DAD7D4;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 43px;
	text-indent: -9999em;
}

.photo_bgi_no_photo {
	margin: 3px 0 0 20px;
}

.photo_bgi_nowprinting {
	margin: 3px 0 0 20px;
}



/* biggerlink ここから */
	/* Put a border around the newly clickable element */
	.bl-hot {
		/* border: solid 1px #ccc; ボーダー入れるときはここ。 */
		zoom: 1; /* Should be IE only */
	}
	/* rollover style for clickable element */
	.bl-hover {
		border-color: #aaf;
		cursor: pointer;
		background-color: #FFEB9B;
	}
	
	/* Simulate hover on contained link */
	.bl-hover a:link {
		color: #36c;
	}
	.bl-hover a:visited {
		color: #900;
	}
/* biggerlink ここまで */

