@charset "utf-8";
/* CSS Document */

/*------------ 背景画像指定 ------------*/
body {
	background-image:url(../img/backline_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/*------------ コンテンツ ------------*/
#top-contents {
	width: 680px;
	float: right;
}

/*------------ おすすめ物件 ------------*/
#top-contents #left-contents {
	padding-left: 20px;
	padding-right: 30px;
	width: 337px;
	float: left;
}

#left-contents #reco_comment {
	padding: 5px 0;
}

#left-contents #recommendlist_box {
	margin: 6px 0;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	_zoom: 1;
	overflow: hidden;
}

#left-contents ul.recommendlist {
	margin-top: -2px;
	padding: 10px 0;
	width: 300px;
	background-image: url(../img/dash_line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#left-contents li.leftimg {
	margin-top: 2px;
	margin-right: 10px;
	float: left;
}

#left-contents p#reco_more {
	padding-left: 10px;
	height: 20px;
}

#left-contents p#reco_more span {
	top: -5px;
	position: relative;
	padding-right: 25px;
}

/*------------ 新着情報 ------------*/
#top-contents #right-contents {
	width: 288px;
	float: left;
}

#right-contents dl {
	margin-top: 5px;
	margin-bottom: 45px;
	padding-top: 5px;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	line-height: 1.3em;	
	_zoom: 1;
	overflow: hidden;
}

#right-contents dt {
	margin-top: -7px;
	padding-top: 14px;
	color: #66CC33;
	background-image: url(../img/dot_line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#right-contents dd {
	padding-bottom: 20px;
	color: #333333;
}

#right-contents .leftimg {
	margin-right: 10px;
	float: left;
}

/*------------ 会社情報 ------------*/
#right-contents p#accsess {
	color: #666666;
	font-size: 0.8em;
}

