@charset "shift_jis";
@import "common.css";


#left{
	padding-left:8px;
}

/*==============　タイトル　==============*/

.line{
	clear:both;
	background:url(../images/search/line.gif) bottom repeat-x;
	height:28px;
	margin:30px 0px 15px;
	width:768px;
}

#left h3{
	float:left;
}

#left p{
	padding-top:5px;
}

.big{
	font-size:16px;
	margin:20px 0px;
	font-weight:bold;
	color:#fb8e00;
	clear:both;
}


/*==============　絞込みテーブル　==============*/

#focus table{
	margin:0px auto;
	width:750px;
	background-color:#999999;
}

#focus th{
	width:95px;
	background-color:#ede0cc;
	padding-left:8px;
}

#focus td{
	background-color:#f8f8f8;
	padding:5px;
}

#focus li{
	float:left;
	width:90px;
	line-height:20px;
}

#focus li.wid{
	width:140px;
}

#focus li.wid1{
	width:250px;
}

#focus h4{
	clear:both;
}

/*==============　結果一覧　==============*/
#result h4{
	font-size:12px;
	font-weight:normal;
	float:left;
	margin:0px 10px;
}

#result li{
	float:left;
	width:auto;
	margin: 0px;
}

#result table{
	clear:both;
	background-color:#afafaf;
	width:750px;
	margin:12px auto;
}

#result td{
	font-size:12px;
	line-height:18px;
	color:#3c3c3c;
	text-align:center;
}

#result th{
	color:#ffffff;
	font-size:13px;
	text-align:center;
	background-color:#929292;
}

#result tr.t00{
	background-color:#ffffff;
}

#result tr.t01{
	background-color:#f6f6f6;
}

#result tr.t02{
	background-color:#ffffff;
}

#result td strong{
	font-size:14px;
	color:#ff6666;
	font-weight:bold;
}

#result p{
	text-align:center;
}


/*==============　テナント検索　==============*/

#tenant ul{
	margin:10px auto;
	width:660px;
}

#tenant li{
	display:inline;
	margin:5px;
}

#tenant strong{
	font-size:18px;
	color:#ff9900;
}

/*==============　売買　==============*/

#baibai ul{
	height:40px;
}

#baibai li{
	float:left;
	margin:20px 8px;
	height:40px;
}

