@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :トップ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	#flash
----------------------------------------------------------- */
#top #flash{
	height: 330px;
	/*width: 1280px;*/
	margin:0 auto;
	/*background: #dedede;*/
	clear: both;
}


#top #flash_map{
	height:322px;
	padding-top:28px;
	}

/*------------------------------------------------------------
	#main
------------------------------------------------------------*/

/* .bn_cont バナー
------------------------------------------------*/
#top #main .bn_cont{
	margin: 0 0 19px 0;
}

#top #main .bn_cont ul li{
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}

#top #main .bn_cont ul li.li_right{
	margin-right: 0;
}

#top #main .bn_cont p{
	margin: 10px 0 0 0;
}


#top #main .recomm_cont,
#top #main .service_cont{
	display: inline;
	margin: 0 0 23px 0;
	background: #f4efef url(../images/top/bg_cont_bottom.gif) no-repeat left bottom;
	width: 335px;
}

#top #main .recomm_cont .recomm_area,
#top #main .service_cont .recomm_area{
	border-left: 1px solid #996;
	border-right: 1px solid #996;
	padding: 15px 0 5px 0;
}

/* .recomm_cont 充実のサービス
-------------------------------------------------*/
#top #main .con_service{
	padding:20px 0 25px 0;
	}
	
#top #main .servicelist{
	width:680px;
	overflow:hidden;
	}
	
#top #main .servicelist li{
	float:left;
	font-size:1px;
	line-height:0;
	text-decoration:none;
	}
	
#top #main .yukan{
	clear:left;
	padding:4px 0 0 125px;
	background-image: url(../images/top/bk_yuukansarvice.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:26px;
	}
	


/* .recomm_cont おすすめプラン
-------------------------------------------------*/
#top #main .recomm_cont{
	float: left;
}

#top #main .recomm_detail{
	width: 310px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	clear:both;
}

#top #main .border_bottom{
	background: url(../images/img_border01.gif) repeat-x left bottom;
	padding: 0 0 15px 0;
}

#top #main .recomm_detail a{
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#top #main .recomm_detail .img{
	float: left;
	width: 100px;
}

#top #main .recomm_detail img{
	width: 100px;
	height:100px;
}

#top #main .recomm_detail .right{
	float: right;
	width: 190px;
}

#top #main .recomm_detail .box_title{
	background-image: url(../images/top/img_lank1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:40px;
	}
	
#top #main .recomm_detail .box_title_2{
	background-image: url(../images/top/img_lank2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:40px;
	}
	
#top #main .recomm_detail .box_title_3{
	background-image: url(../images/top/img_lank3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:40px;
	}

#top #main .recomm_detail .right h4{
	color: #c00;
}

#top #main .recomm_detail .right .price{
	color: #630;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#top #main .recomm_detail .right .txt{
	line-height: 1.3;
	text-decoration: underline;
}

#top #main .recomm_area .btn{
	width: 310px;
	margin: 0 auto;
	text-align: right;
}


/* .service_cont ビジネスプランベスト3
-------------------------------------------------*/
#top #main .service_cont{
	float: right;
}






/* .news_cont 最新情報
-----------------------------------------------*/
#top #main .news_cont{
	clear: both;
	margin: 0 0 20px 0;
	padding-top:15px;
}

#top #main .news_cont .news_area{
	border: 1px solid #996;
	border-top: none;
	background: #f4efef;
	padding: 15px 0;
	overflow: hidden;
}

#top #main .news_cont .news_area dl{
	width: 650px;
	margin: 0 auto;
}

#top #main .news_cont .news_area dl dt{
	float: left;
	width: 120px;
	clear: both;
}

#top #main .news_cont .news_area dl dd{
	float: left;
	width: 530px;
}

/*	greeting
----------------------------------------*/
#top #main .greeting{
	text-indent: -9999px;
	background: url(../images/top/img_greeting.jpg) no-repeat left top;
	width: 680px;
	height: 122px;
	font-size: 1px;
	margin: 0 0 16px 0;
}

/* .friendship_cont
----------------------------------------*/
#top #main .friendship_cont{
	background: url(../images/img_border02.jpg) repeat-x left top;
	padding: 15px 0 0 0;
}

#top #main .friendship_cont h3{
	margin: 0 0 8px 0;
}

#top #main .friendship_cont ul{
	width:660px;
	overflow:hidden;
	padding:0 0 0 20px;
	}
	
#top #main .friendship_cont ul li{
	float:left;
	width:170px;
	padding:0 30px 10px 0;
	list-style-position: inside;
	list-style-type: disc;
	}
	
#top #main .friendship_cont .hotel_list img{
	margin: 10px 5px 0 0;
	float:left;	
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


