@charset "utf-8";

/*
	Site Name: 
	Description: toppage setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	=1: layout
	=2: entry
	=3: tokusen
		
==========================================================
*/

/*
===== =1: layout ==========================================
*/

div#buy div,div#sell div{
	min-height:140px;
}

/*for ie6*/
*html div#buy div,*html div#sell div{
	height:140px;
}
/**/

/*物件を買う*/
div#buy{
	float:left;
	width:305px;
}

div#buy div,div#sell div{
	width:288px;
	border:5px solid #D9DEC2;
	border-top:none;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:7px;
}

div#buy div ul li{
	float:left;
	padding-bottom:12px;
}
div#buy div ul li.lef{
	padding-left:6px;
}

div#buy div ul li.clear{
	padding-top:10px;
}
div#buy div ul li.clear,
div#sell div ul li.clear{
	padding-bottom:0;
}

/*物件を売る*/
div#sell{
	float:right;
	width:305px;
}
div#sell ul li{
	padding-bottom:3px;
}

/*
===== =2: entry ==========================================
*/

/*イチオシ物件*/
div#itiosi h3,div#tokusen h3{
	clear: both;
	padding-top:20px;
}

p.description{
	padding:1em;
}

div#itiosi p.description{
	background:url(common/img/bg_slash.gif) repeat;
	border-bottom:1px solid #D3D6C3;
	}

/*
===== =3: tokusen ==========================================
*/

table.tokusen table td{
	padding:0.3em;
}

table.tokusen td.menu{
	width:50%;
}

table.tokusen p{
	padding:0.5em;
}

table.tokusen h4{
	padding:0 0 0 0.5em;
}
table.tokusen img.btn{
	margin-bottom:1.5em;
}
