﻿@charset "utf-8";

/* -----------------------------------------------
 * ○○○案件
 * ○○ページ(ディレクトリ/ファイル名) CSS
 *
 * Author     : sue
 * LastUpdate : 08/04/02
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.
 * 2.
 * 2-1.
 * 2-2.
=============================================== */

/* -----------------------------------------------------------------------------
 * 1.
----------------------------------------------------------------------------- */

/* 日付検索フォーム */
#search fieldset {
	margin: 6px 0;
	font-size: 85%;
	border: none;
}

	#search .hotelColor {
		display: block;
		margin-bottom: 3px;
		color: #4169AF;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
	
		#search span {
			margin: -2px;
			padding: 0;
			font-size: 90%;
		}
	
		#search select option {
			margin: 0;
			padding: 0;
		}


/* バナー */
#LeftContents .banner {
	width: 172px;
	margin: 0 auto;
}

	.banner li {
		margin-bottom: 5px;
	}