@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
	宿泊情報　コンテンツ情報
 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*新着情報*/
#newinfo {
	width: 810px;
}

#newinfo dl {
	padding: 5px 0 0 0;
	zoom: 100%;
}

#newinfo dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#newinfo dt {
	width: 120px;
	padding: 0 5px;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
}

#newinfo dt a {
	color: #A76646;
}

#newinfo dd {
	width: 670px;
	padding: 0 5px 0 5px;
	position: relative;
	line-height: 1.2em;
	float: left;
}

#newinfo dd a {
	color: #333333;
}	

 
/*京都宿泊ランキング*/

#staymain {
	width: 810px;
	zoom: 100%;
	background-color: #FFFFFF;
}

#staymain:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#staymain #sidebar {
	width: 230px;
	float: left;
	background-color: #FDF3FE;
	padding-bottom: 30px;
}

#staymain #sidebar .sidehead {
	width: 230px;
	height: 77px;
	background: url(../../images/top/ranking_head.gif) no-repeat top left;
	text-indent: -9999px;
}

#staymain #sidebar div.ranking {
	width: 230px;
	padding: 10px 0;
	background: url(../../images/top/rank_dotto.gif) no-repeat left bottom;
	text-align: center;
}

#staymain #sidebar div.ranking dl.rank1 {
	width: 196px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 12px;
}

#staymain #sidebar div.ranking dl.rank2 {
	width: 196px;
	margin: 0 auto;
}

#staymain #sidebar div.ranking dl dt {
	width: 196px;
	height: 20px;
	position: relative;
}


#staymain #sidebar div.ranking dl dt img {
	position: absolute;
}

#staymain #sidebar div.ranking dl dt img.rankicon {
	width: 42px;
	height: 20px;
	left: 0;
	top: 0;
}
	
#staymain #sidebar div.ranking dl dt img.newicon {
	width: 25px;
	height: 17px;
	left: 48px;
	top: 1px;
}

#staymain #sidebar div.ranking dl dt img.upicon {
	width: 25px;
	height: 17px;
	left: 48px;
	top: 1px;
}

#staymain #sidebar div.ranking dl dt img.infoicon {
	width: 19px;
	height: 18px;
	left: 78px;
	top: 0;
}

#staymain #sidebar div.ranking dl dt img.kuchikomiicon {
	width: 19px;
	height: 18px;
	left: 99px;
	top: 0;
}

#staymain #sidebar div.ranking dl dd {
	width: 196px;
	margin: 10px 0 5px 0;
	color: #A76646;
	text-align: left;
	font-weight: bold;
}

#staymain #sidebar div.ranking dl dd a {
	color: #A76646;
}

#staymain #sidebar div.ranking dl dd span {
	display: block;
	color: #000000;
	margin: 10px 0;
	font-weight: normal;
}

#staymain #sidebar div.rankex {
	width: 230px;
	margin: 20px 0;
	text-align: center;
}


#staymain #sidebar div.rankex ul {
	width: 196px;
	margin: 0 auto;
	_margin: 0;
	list-style: none;
}

#staymain #sidebar div.rankex li {
	min-height: 18px;
	_height: 18px;
	padding: 0 0 0 28px;
	_padding: 2px 0 0 28px;
	margin: 0 0 7px 0;
	text-align: left;
}

#staymain #sidebar div.rankex li.exnew { background:url(../../images/top/ranknew.gif) no-repeat left top;}
#staymain #sidebar div.rankex li.exup { background:url(../../images/top/rankup.gif) no-repeat left top;}
#staymain #sidebar div.rankex li.exinfo { background:url(../../images/top/rankinfo.gif) no-repeat left top;}
#staymain #sidebar div.rankex li.exkuchikomi { background:url(../../images/top/rankkuchikomi.gif) no-repeat left top;}

#staymain #sidebar div.rankex span.teikyo {
	width: 196px;
	display: block;
	text-align: right;
	margin: 20px auto;
	_margin: 20px 0;
}


/*ホテル・旅館一覧*/


#staymain #maincol {
	width: 570px;
	float: right;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	padding: 0 0 30px 0;
}

#staymain #maincol h3 {
	width: 570px;
	height: 203px;
	text-indent: -9999px;
	background: url(../../images/top/headimg.jpg) no-repeat top left;
}

#staymain #maincol #wrap {
	width: 544px;
	margin: 0 auto;
	_margin: 0;
	zoom: 100%;
}

#staymain #maincol #wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*ホテル一覧*/
#staymain #maincol #wrap #hotelcol {
	width: 270px;
	float: left;
	background-color:#EEEEEE;
	padding-bottom: 20px;
}

#staymain #maincol #wrap #hotelcol h4 {
	width: 270px;
	height: 29px;
	background: url(../../images/top/hotel_h.jpg) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #hotelcol div.more {
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
	_margin: 0;
	text-align: left;
}

#staymain #maincol #wrap #hotelcol div.more a {
	color: #333333;
	text-decoration: underline;
}

#staymain #maincol #wrap #hotelcol dl {
	width: 270px;
	height: 271px;
	position: relative;
	background: url(../../images/top/top_dotto.gif) no-repeat center bottom;
}

#staymain #maincol #wrap #hotelcol dt {
	position: absolute;
	width: 270px;
	height: 29px;
	top: 0;
	left: 0;
}

#staymain #maincol #wrap #hotelcol dd {
	position: absolute;
}

#staymain #maincol #wrap #hotelcol dd a {
	display: block;
	width: 100%;
	height: 100%;
}

#staymain #maincol #wrap #hotelcol dd.hotelimg {
	top: 27px;
	left: 10px;
	padding: 2px 0px;
	_padding: 2px 2px;
	border: 1px solid;
	border-color: #DCDCDC;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	text-align: center;
	width: 248px;
	height: 160px;
}

#staymain #maincol #wrap #hotelcol dd.hotelreport {
	top: 195px;
	left: 7px;
	width: 128px;
	height: 24px;
	background: url(../../images/top/bt_staff.gif) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #hotelcol dd.hotelplan {
	top: 195px;
	left: 135px;
	width: 128px;
	height: 24px;
	background: url(../../images/top/bt_plan.gif) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #hotelcol dd.hotelkuchi {
	top: 219px;
	left: 7px;
	width: 148px;
	height: 25px;
	background: url(../../images/top/bt_kuchikomi.gif) no-repeat top left;
	text-indent: -9999px;
}

/*旅館一覧*/
#staymain #maincol #wrap #ryokancol {
	width: 270px;
	float: right;
	background-color:#EEEEEE;
	padding-bottom: 20px;
}

#staymain #maincol #wrap #ryokancol h4 {
	width: 270px;
	height: 29px;
	background: url(../../images/top/ryokan_h.jpg) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #ryokancol div.more {
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
	_margin: 0;
	text-align: left;
}

#staymain #maincol #wrap #ryokancol div.more a {
	color: #333333;
	text-decoration: underline;
}

#staymain #maincol #wrap #ryokancol dl {
	width: 270px;
	height: 271px;
	position: relative;
	background: url(../../images/top/top_dotto.gif) no-repeat center bottom;
}

#staymain #maincol #wrap #ryokancol dt {
	position: absolute;
	width: 270px;
	height: 29px;
	top: 0;
	left: 0;
}

#staymain #maincol #wrap #ryokancol dd {
	position: absolute;
}

#staymain #maincol #wrap #ryokancol dd a {
	display: block;
	width: 100%;
	height: 100%;
}

#staymain #maincol #wrap #ryokancol dd.ryokanimg {
	top: 27px;
	left: 10px;
	padding: 2px 0px;
	_padding: 2px 2px;
	border: 1px solid;
	border-color: #DCDCDC;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	text-align: center;
	width: 248px;
	height: 160px;
}

#staymain #maincol #wrap #ryokancol dd.ryokanreport {
	top: 195px;
	left: 7px;
	width: 128px;
	height: 24px;
	background: url(../../images/top/bt_staff.gif) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #ryokancol dd.ryokanplan {
	top: 195px;
	left: 135px;
	width: 128px;
	height: 24px;
	background: url(../../images/top/bt_plan.gif) no-repeat top left;
	text-indent: -9999px;
}

#staymain #maincol #wrap #ryokancol dd.ryokankuchi {
	top: 219px;
	left: 7px;
	width: 148px;
	height: 25px;
	background: url(../../images/top/bt_kuchikomi.gif) no-repeat top left;
	text-indent: -9999px;
}
	

#staymain #maincol div.chui {
	width: 544px;
	margin: 0 auto;
	_margin: 0;
	padding: 20px 0;
	text-align: left;
}

#staymain #maincol div.toplink {
	width: 544px;
	margin: 0 auto;
	_margin: 0;
	text-align: right;
}	

#staymain #maincol div.toplink a {
	color: #333333;
}
