﻿/*メイン画像*/
#main_image{
	width:870px;
	height: 290px;
}

/*サブタイトル*/
#sub_title{
	width:830px;
}

/*物件概要*/
#contents01{
	width:570px;
	float: left;
}

/*コンテンツ03*/
#contents01 table th {
	text-align:right;
	font-size: 12px;
	background-color: #dcf5ff;
	padding: 7px;
	font-weight: normal;
	width: 80px;
	}

#contents01 table td {
	text-align:left;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 7px;
	font-weight: normal;
	line-height: 17px;
	}

/*写真、案内図*/
#contents02{
	width:260px;
	float: left;
}

