/* CSS Document */

#container{
    width: 80%;
    margin: 0px auto;
	min-width: 850px;
}
* html #container{
	width:expression( document.body.clientWidth * 0.8 <  850 ? "850px" : "80%");
}

/*/////////////////////////////////*/
#leftArea{
	background-color:#E8F4FF;
}

.hotelSearchTitle{
	padding-bottom:5px;
}

.imagePosition{
   vertical-align: middle;
}

.hotelSearchArea{
	width:200px;
	background-color:#E0DBD1;
	background:url(/images/bg_kantan_search.gif);
	text-align:left;
}

.hotelSearchArea .inputArea{
	/*width:190px;*/
	font-size:100%;
	color:#0000CD;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.hotelSearchArea .checkItemArea{
	/*width:190px;*/
	font-size:100%;
	color:#0000CD;
	margin:0px;
}

.inputArea a:link,.inputAre a:visited{
	color:#0000CD;
	text-decoration:underline;
}
.inputArea a:hover,.inputAre a:active{
	color:#FF9900;
	text-decoration:underline;
}

.inputArea input,.inputArea select{
	margin-bottom:3px;
}

#hotelSearchOptionArea
{
	display:none;
}
/*

.inputArea strong{
	text-decoration:underline;
}
*/
/*/////////////////////////////////////////*/
.whatsArea{
	width:200px;
	background-color:#FFFFFF;
	padding:10px 0;
}

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

.mobileBg{
	background:url(/images/index/img_mobile02.gif) left top repeat-y;
}

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

.bannerArea{
	margin-top:10px;
}

.topicsArea{
	margin-top:15px;
}

ul.topicsList{
	text-align:left;
	width:535px;
	list-style:none;
	padding:0;
	margin:7px 5px 10px 6px; 
}
ul.topicsList li{
	padding-left:10px;
	background:url(/images/index/img_topics_dot.gif) left top no-repeat;
	margin-bottom:3px;
	font-size:100%;
}
ul.topicsList li a{
	display:inline;
}

p{
	font-size:150%;
}


.red{
	color: #ff0000;
}

/*
///////////////////////////////*/
.hotelArea{
	margin-top:15px;
}

.hotelAreaTable{
	border-left:1px solid #000099;
	border-top:1px solid #000099;
}
.hotelAreaTable td{
	font-size:100%;
	text-align:center;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
}	
.hotelAreaTable td.etcLink{	
	font-size:100%;
	padding:3px;
	text-align:right;
	color:#FF6600;
}
.hotelAreaTable td.area{
	padding:3px;
}
.hotelAreaList{
	border:none;
	margin:2px;
}
.hotelAreaList td{
	font-size:100%;
	border:none;
	padding:2px 0;
	text-align:center;
}
.hotelAreaList td.head{
	background-color:#FFCC66;
	font-weight:bold;
}

.top_footer{
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:18px;
}