@charset "utf-8";

/* =======================================

	Info CSS

========================================== */

#info {
	margin: 0 auto;
	width: 660px;
}

#info h2#categoryTitle {
	margin: 90px 0 25px;
	padding: 0 0 8px;
	border-bottom: 1px solid #918B8A;
}


/* Content Of Facilities
========================================== */
#info #contentOfFacilities {
	position: relative;
	margin: -9px 0 70px;
}

	/* Table
	---------------------------------------- */
	#info #contentOfFacilities table {
		width: 100%;
	}
	
	#info #contentOfFacilities table tr th,
	#info #contentOfFacilities table tr td {
		padding: 9px 0;
		font-size: 123.1%;
		line-height: 1.124;
	}
	
	#info #contentOfFacilities table tr th {
		width: 210px;
		background: url(../img/line_dotted_01.gif) repeat-x 0 1em;
		font-weight: bold;
	}
	
	#info #contentOfFacilities table tr th span {
		padding: 0 0.5em 0 0;
		background: #FFFFFF;
	}
	
	#info #contentOfFacilities table tr td {
		padding-left: 0.3em;
	}
