@charset "utf-8";

div.boxLt {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.boxRt {
	float: right;
	width: 420px;
}

.section h3 {
	margin-bottom: 10px;
}

.section h4 {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}

.section h5 {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #ad5b45;
}

#touristinfo ul li h4 {
	float: right;
	width: 460px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(../common/images/common_bu_01.gif);
	background-position: left 0.45em;
	background-repeat: no-repeat;
}

#touristinfo ul li h4.titleonly {
	float: none;
	width: 625px;
	padding-left: 15px;
}

#touristinfo ul li p {
	float: right;
	width: 475px;
}

#touristinfo ul li p.ph {
	float: left;
	width: 145px;
	margin-right: 20px;
}

/*cleafix-----*/
#touristinfo ul li {
	zoom: 1;
}

#touristinfo ul li:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
/*-----cleafix*/

/*cleafix-----*/
#otherfacilities ul {
	zoom: 1;
}

#otherfacilities ul:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
/*-----cleafix*/

#otherfacilities ul {
	/*float: left;
	margin-right: 30px;*/
}

#otherfacilities ul li {
	font-size: 1.4em;
	float:left;
	padding-right:1em;
	white-space:nowrap;
}


#calender ul li p a{
	padding-left: 15px;
	margin-bottom: 0px;
	background-image: url(../common/images/common_bu_01.gif);
	background-position: left ;
	background-repeat: no-repeat;
}





