﻿/* メイン画像
------------------------------------------------ */
#main{
	width:624px;
	margin:2px auto 30px;
}

/* タイトル
------------------------------------------------ */
h2{
	width:612px;
	margin:0 auto;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:600px;
	margin:0 auto 20px;
}
#news li{
	padding:5px 0;
	border-bottom:1px #999 dashed;
}
#news .day{
	width:70px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#news .comment{
	width:520px;
	font-size:12px;
	margin-bottom:5px;
	float:right;
}
/* 注記
------------------------------------------------ */
#annotation{
	width:600px;
	margin:0 auto 15px;
}

/* フリースペース
------------------------------------------------ */
#fsp{
	width:600px;
	margin:0 auto 20px;
	padding:6px;
}
#fsp img{
	border:1px #999 solid;
	padding:3px;
	margin:0 10px;
	float:left;
}

/* 新着物件
------------------------------------------------ */
#estate h2{
	width:540px;
	margin:0 auto 10px;
}
#estate{
	width:540px;
	margin:20px auto;
}

#estate .left{
	width:232px;
	margin-bottom:10px;
	margin-left:5px;
	padding:8px;
	border:2px solid #AFD5FA;
	float:left;
}
#estate .left .photo{
	border:1px solid #666;
	float:left;
}
#estate .left .comment{
	width:140px;
	float:right;
}
#estate .left .comment img{
	margin-bottom:5px;
}

#estate .right{
	width:232px;
	margin-bottom:10px;
	margin-right:5px;
	padding:8px;
	border:2px solid #AFD5FA;
	float:right;
}
#estate .right .photo{
	border:1px solid #666;
	float:left;
}
#estate .right .comment{
	width:140px;
	float:right;
}
#estate .right .comment img{
	margin-bottom:5px;
}

#estate .more{
	width:530px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
}
