@charset "utf-8";
/* CSS Document */

img {
	vertical-align: bottom;
	behavior:url(../js/iepngfix.htc);
}

/* 見出しページ（ホテルキャッチコピー） */
	#pageCopy {
	padding:20px 0 35px 20px;
	}
	
	#hotelPriceTable {
	text-align: center;
	margin-bottom: 2em;
	}

/* ===== ホテルページのホテル価格表 ===== */
#hotelPriceTable table {
	width: 98%;
}

	#hotelPriceTable tr {
		margin-bottom: 5px;
	}
	
	#hotelPriceTable td {
		margin-bottom: 10px;
		padding-top: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.priceBox {
		text-align: right;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
	}
	
	.priceitem {
		font-weight: 700;
	}
	
	#pageLinks01 {
		margin-top: 10px;
	}
#pagesBottom h3 {
	border-bottom: 2px solid #F0F0F0;
	padding-bottom: 3px;
}

