﻿/* メイン画像
------------------------------------------------ */
#main{
	width:598px;
	margin:3px auto 20px;
}

/* お知らせ
------------------------------------------------ */
#news_title{
	width:540px;
	height:30px;
	margin:0 auto 10px;
	background:url(../image/top/news.gif);
	position:relative;
	display:block;
}
#news_title #backno{
	position:absolute;
	display:block;
	top:7px;
	right:10px;
}

#news{
	width:540px;
	margin:0 auto 20px;
}
#news li{
	padding:5px 0;
	border-bottom:1px #999 dashed;
	overflow:auto;
}
#news .day{
	width:70px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#news .comment{
	width:460px;
	font-size:12px;
	margin-bottom:5px;
	float:right;
}

/* お客様参加型家づくり
------------------------------------------------ */
#uhouse {
	width:540px;
	margin:20px auto;
}
#uhouse h2{
	width:540px;
	margin:0 auto 10px;
}
#uhouse li{
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px #999 dashed;
	overflow:auto;
}

#uhouse li .photo{
	width:130px;
	padding-left:5px;
	float:left;
}
#uhouse li .flink{
	width:400px;
	float:right;
	font-size:14px;
}
#uhouse li .fcom{
	width:400px;
	float:right;
	line-height:1.4;
}
#uhouse li img{
	padding:2px;
	border:1px solid #ccc;
}
#uhouse .more{
	width:530px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
}

/* 新着物件
------------------------------------------------ */
#estate h2{
	width:540px;
	margin:0 auto 10px;
}
#estate{
	width:540px;
	margin:20px auto;
}
#estate em {
	color:#990000;
	font-weight:bold;
}
#estate b {
	color:#333;
	font-size:10px;
	font-weight:normal;
}
#estate .left{
	clear: both;
	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;
}