@charset "utf-8";
p.icon {
	background:  url("../images/icon-circle.gif") no-repeat left;
	margin: 15px 0 10px 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 120%;
}
/******************** tabs ********************/
ul.hotel {
	text-align: center;
	margin: 5px auto 20px;
}
ul.hotel li {
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
ul.hotel li a {
	padding: 4px 10px;
	background: #b9d806;
	color: #fff;
	text-decoration: none;
}
ul.hotel li a:hover {
	background: #CE0;
}
/******************** hotel-biz ********************/
table {
	color: #000;
	font: 100%/1.5 "arial";
	width: 760px;
	margin: 0 auto 20px;
}
td {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #CE0;
	border-left: 1px solid #CE0;
}
td.item {
	border-left: 6px solid #CE0;
	font-weight: bold;
}
td.hotel {
	border-left: 0;
}
td.rate1 {
	width: 70px;
}
td.rate2 {
	border-left: 0;
	text-align: right;
	width: 70px;
}
td.comment {
	width: 100px;
}
td.address {
	width: 120px;
}
td.tel {
	width: 110px;
}
td.none {
	border: 0;
}
table span.round24 {
	color: #F03;
}




