/* CSS Document */

/* Equipment and Facilities CSS */

h2#title {
	width: 550px;
	height: 35px;
	font-size: 18px;
	line-height: 18px;
}

#honbun {
	width: 520px;
	margin: 15px;
}

.item_sep {
	width: 520px;
	padding: 20px 0px;
	border-bottom: 1px solid #CCC;	
}

.item {
	width: 520px;
	padding: 20px 0px;
}

.item_img {
	float: left;
	width: 244px;
}

.item_text {
	float: right;
	width: 264px;
}

.item_text dt {
	font-weight: bold;
}


