@charset "utf-8";

/*======================================

border: 1px solid #0000ff;

=======================================*/
/*---------------------------------------- feat menu */


/*---------------------------------------- feat menu */
/*---------------------------------------- buyer */
div.featBuyer {
	width: 361px;
	height: 110px;
	background: url(img/feat_buyer_bg.gif);	
	float: left;
}

div.featBuyer p {
	margin: 5px 4px 0 10px;
	font-size: 14px;
}

div.featBuyer p img {
	float: right;
	margin: -3px 0 0 3px;	
}

div.featBuyer a {
	color: #333;
	text-decoration:none;
}


/*---------------------------------------- seller */
div.featSeller {
	width: 361px;
	height: 110px;
	margin-left: 9px;
	float: left;
	background: url(img/feat_seller_bg.gif);	

}

div.featSeller p {
	margin: 5px 4px 0 10px;
	font-size: 14px;
}

div.featSeller p img {
	float: right;
	margin: -3px 0 0 3px;	
}

div.featSeller a {
	color: #333;
	text-decoration:none;
}

/*---------------------------------------- staff */
div.featStaff {
	width: 361px;
	height: 110px;
	margin-top: 9px;
	background: url(img/feat_staff_bg.gif);	
	float: left;
}

div.featStaff p {
	margin: 5px 4px 0 10px;
	font-size: 14px;
}

div.featStaff p img {
	float: right;
	margin: -3px 0 0 3px;	
}

div.featStaff a {
	color: #333;
	text-decoration:none;
}

/*---------------------------------------- job */
div.featJob {
	width: 361px;
	height: 110px;
	margin: 9px 0 0 9px;
	float: left;
	background: url(img/feat_job_bg.gif);
}

div.featJob p {
	margin: 5px 4px 0 10px;
	font-size: 14px;
}

div.featJob p img {
	float: right;
	margin: -3px 0 0 3px;	
}

div.featJob a {
	color: #333;
	text-decoration: none;
}


/*------------------------------ heading */
div.heading01 {
	width: 730px;
	height: 37px;
	margin: 12px 0;
	float: left;
	background: url(img/heading01.gif) repeat-x left top;
}

div.heading01 h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #1953C0;
	float: left;
	padding: 10px 0 0 10px;
}

div.heading01 a {
	float: right;
	font-size: 13px;
	color: #1953C0;
	margin: 10px;
	padding: 0 0 0 11px;
	background: url(img/triangle_blue.png) no-repeat;
	background-position: 0 5px;
	text-decoration: underline;
}

/*---------------------------------------- sellbox */
div.sellbox {
	width: 360px;
	height: 130px;
	float: left;
	margin-top: 8px;
	background: url(buyer/img/sellbox_bg.jpg);
}

/* 左側のみ左にマージン */
div.right {
	margin-left: 10px;
}

/* 物件イメージ */
div.sellbox p {
	padding: 5px 0 0 5px;
	float: left;
}
div.sellbox p img {
	border: 1px solid #D6CBA7;
	padding: 1px;
}

/* 物件情報 */
div.sellbox table.info {
	width: 190px;
	margin: 7px 0 0 6px;
	float: left;	
	border-collapse: collapse;
	font-size: 14px;
	color:#222;
}

div.sellbox table th {
	width: 63px;
	height: 24px;
	text-align: center;
}

div.sellbox table td {
	width: 127px;
	text-align: left;
}

/* 詳細ボタン */
div.sellbox table img {
	margin: 0 0 2px 8px;
}

div.sellbox table td.station {
	width: 188px;
}

div.sellbox table.info span {
	width: 50px;
	padding: 2px 3px 2px 3px;
	float: left;
	display: block;
	background: #D3B65C;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}

div.sellbox table.info td.price {
	color:#C00;
}

div.sellbox a {
	text-decoration: none;
}

/*---------------------------------------- news */
div#news {
	width: 188px;
	margin: auto;
	border: 2px solid #D3D3D3;
	background-color: #FFF;
}

div#news ul {
	width: 172px;
	margin: 7px 5px 0 11px;
	font-size: 13px;
}


div#news ul li {
	list-style-type: none;
	padding-left: 8px;
	margin-bottom: 8px;
	background: url(img/triangle_blue.gif) no-repeat 0 5px;
}

div#news ul li#on {
	color: #194697;
}

div#news ul li a {
	display:block;
	text-decoration:none;
	padding-bottom: 8px;
    border-bottom: 1px dotted #aaa;  
}

div#news ul li a#end {
    border-bottom: 0;  
}

div#news ul li a:hover {
	color: #194697;
	text-decoration: underline;
}
/*

div#news ul li {   
    display: inline;   
    margin-left: 10px;   
    padding-left: 10px;   
    border-left: 1px dotted #aaa;   
}   

div#news ul li:first-child,   
div#news ul li.firstChild {   
    margin-left: 0;   
    padding-left: 0;   
    border-left: 0;
}

*/