/* 物件トップギャラリー */

.top_g_bx {
	background: url(../img_dm/top_g_bg.jpg) no-repeat 0 0;
	margin: 0;
  width: auto;
	height: auto;
	padding: 35px 25px 5px;
}
.top_g_bx table {
  white-space: 510px;
	margin: 0;
  padding: 0;
}
.top_g_bx td {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
  width: 85px;
	height: 85px; 
	background: url(../img_dm/top_g_wk.gif) no-repeat 0 0;
}
.top_g_bx td.no {
	background-image: none;
}
.top_g_bx td a {
	display: block;
  width: 57px;
	height: 57px;
	margin: auto;
  padding: 0;
	background-color: #fff;
}
.top_g_bx td a img {
	margin: 1px;
	text-decoration: none;
	padding: 0;
  border: 0;
}
.top_g_bx td a:hover {
	background-color: #f00;
}



