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

#left-area {
	float:left;
	width:320px;
}

#right-area {
	float:left;
	width:640px;
}


/*--------------------------------------------------------------------------------検索条件エリア*/


#item-area {
	width:300px;
	border-left:3px solid #663300;
	border-right:3px solid #663300;
	margin:0 0 0 10px;
	background-color:#ebebeb;
	padding-top:5px;
	padding-bottom:5px;
}

#item-area-head {
	background:url(../images/parts/item_box_head.gif) no-repeat bottom left;
	height:10px;
	margin:10px 0 0 10px;
	width:306px;
}
#item-area-foot {
	background:url(../images/parts/item_box_foot.gif) no-repeat top;
	height:10px;
	margin:0 0 0 10px;
	width:306px;
}

.item-box {
	width:280px;
	background:#FFFFFF;
	margin:0 10px;
	margin-bottom:15px;

}
.item-box table{
	margin:10px 10px 0px 10px;
	font-size:11px;
	_font-size:10px;
	width:260px;
}

.item-box-foot {
	background:url(../images/parts/item_foot.gif) no-repeat bottom;
	height:5px;
}

h3#area {
	background:url(../images/parts/item_head_01.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}

h3#lifestyle {
	background:url(../images/parts/item_head_02.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}

h3#outward {
	background:url(../images/parts/item_head_03.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}

h3#type {
	background:url(../images/parts/item_head_04.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}

h3#method {
	background:url(../images/parts/item_head_05.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}

h3#tsubo {
	background:url(../images/parts/item_head_06.gif) no-repeat;
	text-indent:-9999999px;
	width:280px;
	height:30px;
	margin:0;
	padding:0;
}


#bn-search-area {
	margin:10px;
}

/*--------------------------------------------------------------------------------検索結果物件ボックス*/

#right-area-head {
	margin:10px 10px;
	padding-top:15px;
	padding-left:365px;
	border-bottom:3px solid #663300;
	font-size:smaller;
	background:url(../images/modelhouse/resultphoto_description.png) no-repeat left bottom;
}
#search-condition {
	margin-bottom:5px;
}
#search-result {
	margin-bottom:5px;
}

.result-box {
	width:200px;
	float:left;
	margin:0px 0px 10px 10px;
	_margin:0px 5px 10px 5px;
}

.result-box a img{
}
.result-box a:hover img{
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.summary01 {
	background:#ebebeb;
	border-bottom:1px dashed #999999;
	padding:3px;
	font-size:smaller;
}
.summary02 {
	background:#f7f7f7;
	border-bottom:1px dashed #999999;
	padding:3px;
	font-size:smaller;
}
.summary03 {
	background:#FFFFFF;
	border-bottom:1px dashed #999999;
	padding:0px;
}
.summary03 img {
	margin:5px 0 0 5px;
	padding:0;
	float:left;
}

#page-move {
	height:15px;
	margin:10px;
	font-size:smaller;
	
}

#back-move {
	width:290px;
	padding-left:20px;
	background:url(../images/parts/arrow-back.gif) no-repeat;
	float:left;
	
}

#next-move {
	width:290px;
	padding-right:20px;
	text-align:right;
	background:url(../images/parts/arrow-next.gif) no-repeat right;
	float:right;
}
