﻿@charset "utf-8";

ul#hotel_list_top:after,
ul.hotel_list:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

dl#sitemap{
	text-align:left;
	float:left;
	width: 400px;
}

dl.sm_left{
	margin-right: 30px;
}

dl#sitemap dt{
	width:inherit;
	line-height:2em;
	margin-bottom:10px;
	padding-left:10px;
	background-color: #E4DCED;
}

dl#sitemap dt a{
	font-size:100%;
	padding-left:10px;
	background:url(../img/sitemap/arrow_sitemap.gif) no-repeat left;
	font-weight:bold;
}

dl#sitemap dd{
	width:180px;
	height:auto;
	line-height:1.2em;
	margin-bottom:5px;
	padding-left:10px;
	color:#3c3c3c;
	float: left;
}

dl#sitemap dd#space{
	margin-bottom:20px;
}

dl#sitemap dd a{
	font-size:91%;
	padding-left:10px;
	background:url(../img/sitemap/arrow_sitemap2.gif) no-repeat left;
}

