@charset "UTF-8";

*{ margin: 0; padding: 0; }
body{ font: 12px Helvetica, Sans-Serif;   } 


#container_if{
	padding-left:0px;
	padding-top:4px;
	width:530px;
	
	}


.long_side{
	padding:3px;
	}


.long_menu{
	padding:5px;
	}

/* clearfix */

.clearfix:after {  
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
*:first-child+html .clearfix {  
	zoom: 100%;
}

.clearfix + *{
    clear: both;
}

/*--------------------------------------*/


ul#btn_map{
	list-style:none;
	width:511px;
	padding-left:6px;
	margin:0;
	}

ul#btn_map li{
	float:left;
	height:38px;
	}

li.rental{
	width:170px;
	background-image:url(../../images/btn_rental.jpg);
	background-repeat:no-repeat;
	}

li.short{
	width:170px;
	background-image:url(../../images/btn_short.jpg);
	background-repeat:no-repeat;
	}
	
li.sale{
	width:171px;
	background-image:url(../../images/btn_sale.jpg);
	background-repeat:no-repeat;
	}

li em{ display:none; }


li.rental a{width:170px; display:block; height:38px;}
li.short a{width:170px; display:block; height:38px;}	
li.sale a{width:171px; display:block; height:38px;}

li.rental a:hover{width:170px; background-image:url(../../images/btn_rental_f2.jpg); background-repeat:no-repeat;}
li.short a:hover{width:170px; background-image:url(../../images/btn_short_f2.jpg); background-repeat:no-repeat;}	
li.sale a:hover{width:171px; background-image:url(../../images/btn_sale_f2.jpg); background-repeat:no-repeat;}






