/* ●検索部分● */
#bgSearch {
	position:relative;
	height:280px;
	background-color: #FFF;
	border: 1px solid #e8e6e2;
}
#bgSearchIn {
	padding:10px 0px 10px 10px;
}
.titSearch1 {
	position:absolute;
	background-image: url(../images/index/tit_search_map.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 14px;
	width: 124px;
	left:10px;
	top:9px;
}
.searchMap {
	position:absolute;
	left:11px;
	top:31px;
}
.titSearch2 {
	position:absolute;
	background-image: url(../images/index/tit_search_date.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 130px;
	text-indent: -9999px;
	left:325px;
	top:125px;
	z-index: 2;
}
.dates {
	position:absolute;
	left:326px;
	top:142px;
}
.dates dt {
	background-image: url(../images/index/h_dates.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 179px;
	text-indent: -9999px;
	margin-bottom:4px;
	_margin-bottom:-10px;
}
.dates dd {
	color:#666;
	font-size:9px;
}
.how {
	position:absolute;
	left:519px;
	top:140px;
}
.how dt {
	background-image: url(../images/index/h_how_many.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 13px;
	width: 170px;
	margin-bottom:2px;
	_margin-bottom:-8px;
}
.how dd {
	color:#666;
	font-size:9px;
}
dd select {
	margin-left:20px;
}
.imgSearch {
	position:absolute;
	left:318px;
	top:9px;
	z-index: 1;
}

.searchStart {
	position:absolute;
	left:325px;
	top:238px;
	width: 350px;
	background-color: #F0F0F0;
	text-align: center;
	padding: 3px;
}

/* ●ピックアップ● */
#tokyoBox {
	float:left;
	width: 224px;
	margin-right:12px;
}
#tokyoBoxIn {
	position:relative;
	height:348px;
	background-color: #FFF;
	border: 1px solid #e8e6e2;
	padding:0px 0px 0px 9px;	
}
#tokyoBox dl {
	width:196px;
	margin-left:2px;
}
.btnTokyo {
	padding-top:9px;
	margin-bottom:8px;
}
.btnTokyo img {
	padding:1px;
	border: 1px solid #e8e6e2;
}
.btnTokyo a:hover img {
	border: 1px solid #F90;
}
.titTokyo {
	background-image: url(../images/index/h_tokyo.gif);
	background-repeat: no-repeat;	
	text-indent: -9999px;
	height: 14px;
	width: 40px;
	margin-bottom:3px;
}
.txtTokyo {
	font-size:10px;
	color:#666;
	_margin-top:-7px;
}
#kyotoBox {
	float:left;
	width: 224px;
	margin-right:12px;
}
#kyotoBoxIn {
	position:relative;
	height:348px;
	background-color: #FFF;
	border: 1px solid #e8e6e2;
	padding:0px 0px 0px 9px;	
}
#kyotoBox dl {
	width:196px;
	margin-left:2px;
}
.btnKyoto {
	padding-top:9px;
	margin-bottom:8px;
}
.btnKyoto img {
	padding:1px;
	border: 1px solid #e8e6e2;
}
.btnKyoto a:hover img {
	border: 1px solid #F90;
}
.titKyoto {
	background-image: url(../images/index/h_kyoto.gif);
	background-repeat: no-repeat;	
	text-indent: -9999px;
	height: 14px;
	width: 38px;
	margin-bottom:3px;
}
.txtKyoto {
	font-size:10px;
	color:#666;
	_margin-top:-7px;
}
#okinawaBox {
	float:left;
	width: 224px;
}
#okinawaBoxIn {
	position:relative;
	height:348px;
	background-color: #FFF;
	border: 1px solid #e8e6e2;
	padding:0px 0px 0px 9px;
}
#okinawaBox dl {
	width:196px;
	margin-left:2px;
}
.btnOkinawa {
	padding-top:9px;
	margin-bottom:8px;
}
.btnOkinawa img {
	padding:1px;
	border: 1px solid #e8e6e2;
}
.btnOkinawa a:hover img {
	border: 1px solid #F90;
}
.titOkinawa {
	background-image: url(../images/index/h_okinawa.gif);
	background-repeat: no-repeat;	
	text-indent: -9999px;
	height: 12px;
	width: 62px;
	margin-bottom:3px;
}
.txtOkinawa {
	font-size:10px;
	color:#666;
	_margin-top:-7px;
}
.linkSearch {
	position:absolute;
	background-image: url(../images/index/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size:12px;
	padding-left: 15px;
	right:9px;
	bottom:9px;
}
html:not(:target) .linkSearch { background-position: left 3px; }

/* ●Popular Destinations in Japan for accomodation● */
#accomodationBox {
	background-color: #FFF;
	border: 1px solid #e8e6e2;
	padding:13px;
	margin-bottom:10px;
}
.titAccomodation {
	background-image: url(../images/index/tit_accomodeation.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 383px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	text-indent: -9999px;
}
#accomodationBox ul {
	margin-bottom: 5px;
}
#accomodationBox li {
	float:left;
	background-image: url(../images/index/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	margin-right:10px;
	font-size:12px;
}
html:not(:target) #accomodationBox li { background-position: left 5px; }
#bannerBottom {
	margin-left:130px;
}
#bannerBottom li {
	float:left;
	margin-right:17px;
}
.banner115x70 img {
	padding:1px;
	border: 1px solid #e8e6e2;
}
.banner115x70 a:hover img {
	border: 1px solid #F90;
}
.banner160x45 {
	margin-top:12px;
}
.banner160x45 img {
	padding:1px;
	border: 1px solid #e8e6e2;
}
.banner160x45 a:hover img {
	border: 1px solid #F90;
}
/* ●New Arrival●0514 */
#informationBox {
	background-color: #FFF;
	border: 1px solid #e8e6e2;
	padding:13px;
	margin-bottom:0px;
}
#informationBox H4{
	font-size:12px;
	color:#990066;
}
.titInformationn {
	background-image: url(../images/index/tit_accomodeation.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 383px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	text-indent: -9999px;
}
#informationBox li {
	background-image: url(../images/index/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	margin-right:10px;
	font-size:12px;
	margin-bottom: 5px;
}
