@charset "Shift_JIS";
body {
	background-color:	white;
}
*.floRight {
	float:				right;
}
*.floLeft {
	float:				left;
}
*.cleared {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	margin:0;
	padding:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}
/*--------------------------
	グローバルNA
--------------------------*/
.na {
	background-color:	#CCCCCC;
}

/* topMessage */
div.topMessage {
	margin-bottom:		5px;
}
/* ItemName */
/*
div#ItemName {
	display:			none;
	margin-top:			8px;
	margin-left:		10px;
	min-height:			30px;
	font-size:			23px;
	font-weight:		bold;
	color:				#111184;
}
*/
/* DataVersion */
div#DataVersion {
	float:				right;
	color:				#FFFFFF;
	font-size:			11px;
}
div.navi {
	clear:				both;
}

/*--------------------------
	WindowBg
--------------------------*/
#maincontents {
	position:				relative;
	width:					960px;
}
#WindowBg {
	width:					0px;
	height:					0px;
	position:				absolute;
	top:					0px;
	left:					0px;
	z-index:				1000;
	display:				none;
	filter:					Alpha(opacity=40);
	-moz-opacity:			0.40;
	-khtml-opacity:			0.40;
	opacity:				0.40;
}
/*------------------
	出発地
-------------------*/
#DepartureContainer.active {
	position:				absolute;
	width:					320px;
	background-color:		#FFFFCC;
	top:					20px;
	left:					340px;
	padding:				30px 20px;
	border:					2px solid #A6A6A6;
	z-index:				2000;
}
#DepartureTitle {
	width:					300px;
	display:				none;
	font-weight:			bold;
	text-align:				center;
	margin-bottom:			20px;
}
select#Departure {
	width:					150px;
}
select#Departure option.na {
	color:					#666;
}


/*------------------
	地図
-------------------*/
#Map {
	position:			relative;
	width:				300px;
	height:				211px;
	overflow:			hidden;
}
#map_title div {
	position:			absolute;
	background-color:	#FFFFFF;
	color:				#404040;
	border:				1px solid #F1D625;
	text-align:			center;
	cursor:				pointer;
	padding:			0px 2px;
	font-size:			11px;
	z-index:			2;
}
#map_title div.over {
	background-color:	#FCEDCB;
	border:				1px solid #F2A808;
}
#map_title div.selected {
	background-color:	#FCEDCB;
	border:				2px solid #F74704;
	color:				red;
}
#map_title .na {
	background-color:	#DDDDDD;
	border:				1px solid #AAAAAA;
	color:				#888888;
	cursor:				default;
}
#map_layer img,
#map_upper img,
#map_lower img {
	position:			absolute;
	z-index:			-1;
	top:				0px;
	left:				0px;
}
/*---------------------
	こだわり条件
----------------------*/
div.sideSearchBox div.optionBox div.keyBtn
,div.sideSearchBox div.optionBox div.keyBtn_select {
	cursor:				pointer;
}
/*------------------
	施設リスト
------------------*/
div.resultBox .facilityBox .content {
	background:			none;			/* IE sometimes failes to paint bottom image */
	padding-bottom:		0;
}
div.resultBox .facilityBox .contentFooter_air {
	background:			url(../images/air_result_box_btm.gif) no-repeat left top;
	height:				10px;
	overflow:			hidden;
}
div.resultBox .facilityBox .contentFooter_jr {
	background:			url(../images/jr_result_box_btm.gif) no-repeat left top;
	height:				10px;
	overflow:			hidden;
}
div.resultBox .facilityBox .recommendPlanArea .recommendPlanBox {
	_margin-top: 5px;
}
div.resultBox .facilityBox .recommendPlanArea .recommendPlanBox .plantitlebox .right {
	width: 130px;
}
/* プランリスト[写真無] */
div.resultBox .planBox .detailbox .nophoto {
	width: 570px;
}
/* ページャー */
div.resultBox .pagerBox #DispImageContainer {
	margin-right: 0;
}
div.resultBox .pagerBox .right {
	width: 323px;
}
div.resultBox .pagerBox .right a {
	font-size: 12px;
}
div.resultBox .pagerBox .right .select {
	font-size: 16px;
}

div.sideSearchBox ul.optionTab {
	height: 75px;
}
/* 左カレンダー */
div.sideSearchBox .calenderBox {
	height:		170px;
}
div.sideSearchBox .calenderBox .calender td.horizontOn a {
	border:		1px solid red;
	width: 19px;
	height: 18px;
	line-height:18px;
/*	overflow:hidden;*/
}
.today {
	font-weight:		bold;
/*	background-color:	#FFFF99;*/
}
/* 右カレンダー */
div.resultBox .calenderTable {
	table-layout:	fixed;
}
/*************************************
	オンラインメニュー[TY:4/6/2008]
*************************************/
#onlinemenu {
	position:			relative;
	top:				-3px;
	width:				950px;
	margin:				0;
	padding:			5px;
	color:				#474747;
	background-color:	#FFE2FD;
	font-size:			12px;
	border:				1px solid #CCCCCC;
	border-right:		0;
	border-left:		0;
	line-height:		1.4em;
}
#onlinemenu em {
	color:				#FF0000;
	font-size:			18px;
	font-weight:		bold;
}
div.logo {
	margin : 5px;
}

#attention_message {
	border : 2px solid red;
	margin : 3px 0;
	padding : 6px;
	color:red;
	font-size: 13px;
}
#attention_message span {
	font-weight : bold;
}
