@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ kurodakigata css ] [ uni_facilities.css ]
	-----------------------------------------------------------------------------------------------
	making day: 2009-08-31
	---------------------------------------------------------------------------------------------*/


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

	mainimg inner

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

/* mainimg inner -------------*/
div#contentsArea div.inner {
	background-image: url(../_img/facilities/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


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

	imgBox

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

/* imgBox -------------*/
div#contentsArea p.imgBox {
	text-align: center;
}


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

	facilitiesTable

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

/* facilitiesTable -------------*/
div#mainBox .section table.facilitiesTable {
	margin-left: 10px;
	margin-bottom: 10px;
}
div#mainBox .section table.facilitiesTable th {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}
div#mainBox .section table.facilitiesTable td {
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}


