﻿/*メイン画像*/
#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%;
	font-weight: normal;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #wrapper2 .ad_box {
	width:220px;
	border: 1px solid #91e6f5;
	height: 67px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 25px;
	background-color: #91e6f5;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
}


/*写真、案内図*/
#contents02{
	width:260px;
	float: left;
}
#contents01 .ad_box dl{
	margin: 0px;
	padding: 0px;
}

/*広告画像*/
#contents01 .ad_box dl dt{
	width:100px;
	height:67px;
	float: left;
}

/*日付*/
#contents01 .ad_box dl dd.data{
	font-size: 12px;
	margin-left: 105px;
	text-align: center;
	line-height: 18px;
	padding-top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

