﻿/*メイン画像*/
#main_image{
	width:870px;
	height: 290px;
}

/*サブタイトル*/
#sub_title{
	width:830px;
}

/*物件概要*/
#contents01{
	width:830px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 140%;
}
#contents01 table tr td table tr td {
	height: 50px;
	text-align: left;
	vertical-align: top;
}
#contents01 table {
	margin-top: 10px;
}


/*写真、案内図*/
#contents02{
	width:260px;
	float: left;
}

