@charset "utf-8";

/*--------------------------------------
	設備の概要
--------------------------------------*/
div.images tr {
	display: block;
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

div.images td {
	width: 280px;
	padding-bottom: 11px;
	text-align: center;
}

div.images td img {
	padding: 2px 8px 8px 2px;
	background: url("/img/shadow.gif") right bottom no-repeat;
}

div.images td span {
	display: block;
	margin-bottom: 12px;
	font-size: 120%;
}


/* ie6 */
* html div.images td a {
	background: url("/img/shadow.gif") right bottom;
	margin: 9px 5px 7px 15px;
}

* html div.images td a img {
	position: relative;
	left: -5px;
	top: -4px;
	padding: 3px;
	border: 1px solid #bbb;
	background: #fff;
}