@charset "utf-8";

/* -------------- 
       top 
  ------------ */

#topFlash {
	margin: 0 0 30px 0;
}

#main.top div.topMain {
	float: left;
	width: 440px;
}

#main.top div.topSub {
	float: right;
	width: 180px;
}

#main.top p.mainCopy {
	margin: 12px 0 0 0;
	font-size: 78%;
	line-height: 1.65
}

#main.top div.btnInquiry {
	margin: 20px 0 0 0;
}

#main.top ul.btn {
	margin: 35px 0 5px 0;
}

#main.top ul.btn li {
	float: left;
	margin: 0 15px 0 0;
}

#main.top dl.reservations {
	background: #EFF2EF;
}

#main.top .reservations dd {
	padding: 7px 0 0 10px;
	font-size: 78%;
	line-height: 1.2;
}

#main.top .reservations input.day {
	float: left;
	width: 24%;
	margin: 0 2.5% 0 0;
	padding: 1px 0 2px 3px;
	/padding: 0 0 0 3px;
	border: solid 1px #7F9DB9;
	font-size: 100%;
}

#main.top .reservations input.yearANDmonth {
	float: left;
	width: 46%;
	margin: 0 3% 0 0;
	padding: 1px 0 2px 3px;
	/padding: 0 0 0 3px;
	/display: inline;
	border: solid 1px #7F9DB9;
	font-size: 100%;
}

*+html #main.top .reservations input.day,
*+html #main.top .reservations input.yearANDmonth {  
	padding: 0 0 2px 3px;
} 

#main.top .reservations p.irType {
	float: left;
	margin: 0 5px 0 0;
	/margin: 0 3px 0 0;
	padding: 3px 0;
	white-space: nowrap;
}

#main.top .reservations p.irType input {
	margin: 0 2px 0 0;
	/margin: -2px 0 0 0;
}

#main.top .reservations select {
	width: 45px;
	border: solid 1px #7F9DB9;
	font-size: 100%;
}

#main.top .reservations label.date {
	display: block;
	float: left;
	width: 150px;
	margin: 0 5px 2px 0;
}

#main.top .reservations label.persons,
#main.top .reservations label.nights {
	display: block;
	float: left;
	width: 35%;
	margin: 2px 3px 0 0;
}

#main.top dl.reservations dd.btn {
	width: 180px;
	margin: 0;
	padding: 7px 0 8px 0;
	background: url(../top_images/reservations_line.gif) no-repeat bottom;
	text-align: center;
}

#main.top dl.contact {
	margin: 9px 0 0 0;
	background: url(../top_images/contact_bg01.gif) repeat-y;
}

#main.top dl.contact dd {
	background: url(../top_images/contact_bg02.gif) no-repeat bottom;
}

#main.top dl.contact dd p.tel {
	padding: 2px 10px 0 10px;
	font-size: 78%;
	line-height: 1.25;
	font-weight: bold;
}

#main.top dl.contact dd p.fax {
	padding: 2px 10px 0 10px;
	font-size: 78%;
	line-height: 1.25;
}

#main.top dl.contact dd p.address {
	padding: 4px 10px 8px 10px;
	font-size: 78%;
	line-height: 1.25;
}

#main.top div.localTime {
	clear: both;
	margin: 10px 0 0 0;
	padding: 3px 2px 2px 2px;
	border: solid 1px #DDE4DD;
	background: #EFF2EF;
	text-align: center;
	color: #666666;
	font-size: 70%;
	line-height: 1.2;
}

#main.top div.localTime span.time {
	padding: 0 0 0 16px;
	background: url(../top_images/icon_time.gif) no-repeat left center;
}


