@charset "utf-8";



span.only	{
	font-size : x-small ;
	color : red ;
	font-weight : bold ;
}



/*---------------------------------------------
List_Header style module
---------------------------------------------*/

div#list_header	{
	position : relative ;
	width : 725px ;
	padding-top : 10px ; 
}

div#list_header h2#buylist a	{
	width : 213px ;
	height : 23px ;
	display : block ;

	text-indent : -10000px ;
	overflow : hidden ;
	background-image : url(/static/img/comment/list_buy_title.gif) ;
	background-repeat : no-repeat ;
}

div#list_header h2#selllist a	{
	width : 213px ;
	height : 23px ;
	display : block ;

	text-indent : -10000px ;
	overflow : hidden ;
	background-image : url(/static/img/comment/list_sell_title.gif) ;
	background-repeat : no-repeat ;
}

div#list_header h2#buyindex a	{
	width : 185px ;
	height : 23px ;
	display : block ;

	text-indent : -10000px ;
	overflow : hidden ;
	background-image : url(/static/img/buyindex_title.gif) ;
	background-repeat : no-repeat ;
}

div#list_header div#list_header_house a	{
	position : absolute ;
	right : 0px ;
	top : 10px ;
	height : 23px ;
	width : 160px ;
	display : block ;
	text-indent : -10000px ;
	overflow : hidden ;
	background-image : url(/static/img/buyindex_house.gif) ;
	background-repeat : no-repeat ;
}

div#list_header div#list_header_land a	{
	position : absolute ;
	right : 175px ;
	top : 10px ;
	height : 23px ;
	width : 160px ;
	display : block ;
	text-indent : -10000px ;
	overflow : hidden ;
	background-image : url(/static/img/buyindex_land.gif) ;
	background-repeat : no-repeat ;
}


/*---------------------------------------------
List_result style module
---------------------------------------------*/

div#list_result	{
	width : 725px ;
}


.list_next	{
	font-size : small ;
	text-align : right ;
}




.list_result	{
	background-color : #0c419a ;
	width : 725px ;
	height : 96px ;
	clear: both ;
	padding-top : 4px ;
	font-size : small ;
	text-align : left ;
	margin-top : 10px ;


}
		
.list_result_img	{
		
	width : 92px ;
	height : 92px ;
	float : left ;
}

.list_result_img a img	{
	border-style : none ;
}

.list_result_spacer	{
	float : left ;
	display : block ;
	height : 92px ;
	width : 4px ;
	overflow : none ;
/*	background-image : url(/static/img/list_result_spacer.gif) ; */
	background-repeat : no-repeat ;	
}
		
.list_result_comment	{
	background-color : #ffffff ;
	width : 621px ;
	height : 92px ;
	float : left ;
	text-align : left ;
	overflow: hidden ;
}

.list_result_comment p	{
	float : left ;
	color : #0c419a ;
	font-weight : bold ;
}



.list_result_comment h3	{
	clear : both ;
	margin-top : 10px ;
	font-weight : bold ;
	font-size : 16px ;
	color : #595959 ;
}

.list_result_comment a img	{
	border : none ;
}

.list_result_comment a	{
	display : block ;
	width : 45px ;
	height : 20px ;
	background-image : url(/static/img/list_result_next.gif) ;
	background-repeat : no-repeat ;
	text-indent : -10000px ;
	overflow : none ;
	float : left ;
}

.list_result_comment a:hover	{
	background-image : url(/static/img/list_result_next2.gif) ;
}

.list_result_comment h3 a	{
	display : inline ;
	background-image : none ;
	text-indent : 0px ;
	width : 100% ;	
	margin-top : 6px ;
	color : #595959 ;
	font-weight : bold ;
	text-decoration : none ;
}	

.list_result_comment h3 a:hover	{
	background-image : none ;
}

.list_result_comment p.comment	{
	color : #595959 ;
	font-size : small ;
	font-weight : normal ;
	display : block ;
}


