div.imagetable {
	width: 770px;
	height: 400px;
	background-color: #eeeeee;
	display: block;
	padding: 0px 0px 10px 0px;
}
div.imagetable_left {
	width: 530px;
	height: 400px;
	background-color: #eeeeee;
	display: block;
	float: left;
}
div.imagetable_right {
	width: 240px;
	height: 400px;
	background-color: #eeeeee;
	display: block;
	float: left;
}
div.thumnail {
	width: 240px;
	height: 100px;
	display: block;
	background-color: #eeeeee;
}
div.thumimage {
	width: 120px;
	height: 100px;
	background-color: #eeeeee;
	display: block;
	float: left;
}
div.smalltable {
	width: 770px;
	height: 70px;
	display: block;
	background: #eeeeee;
}
div.smallimage {
	width: 70px;
	height: 70px;
	display: block;
	background: #eeeeee;
	float: left;
}
/* 物件（住居）詳細表示のマップサイズ */
div#map{
	width: 236px;
	height: 228px;
}
/* 物件（住居）詳細表示のマップサイズ 物件イメージがない場合 */
div#map_noimage{
	width: 770px;
	height: 400px;
	/*width: 520px;*/
	/*height: 356px;*/
}

/* 拡大画像 */
div.imagetable_left img {
	max-width: 528px;
	max-height: 398px;
}
/* サムネイル画像大 */
img.thumimage {
	max-width: 118px;
	max-height: 98px;
}
/* サムネイル画像小 */
img.smallimage {
	max-width: 66px;
	max-height: 66px;
}

