/* CSS Document */


body {
	background-color: #FFF0E1;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

/*ボックス*/
#left_box{
	width:558px;
	height: auto;
}

/*物件ボックス*/
#left_box #bukken_box{
	width:259px;
	padding: 5px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	margin-right: 2px;
}

#left_box #bukken_box dl{
	margin: 0px;
}

/*写真*/
#left_box #bukken_box dl dt{
	width:120px;
	height:90px;
	float: left;
}

/*売買種別*/
#left_box #bukken_box dl dd.shubetu{
	font-size: 12px;
	width: 128px;
	margin-left: 125px;
	color: #000000;
	padding-left: 8px;
	height: 23px;
	padding-top: 5px;
	background-image: url(../image/shubetu_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#left_box #bukken_box dl dd.shubetu_new{
	font-size: 12px;
	width: 126px;
	margin-left: 125px;
	color: #ffffff;
	background-image: url(../image/new.gif);
	padding-left: 5px;
	height: 23px;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/*所在地*/
#left_box #bukken_box dl dd.address{
	font-size: 12px;
	width: 120px;
	margin-left: 125px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	line-height: 17px;
}

/*価格*/
#left_box #bukken_box dl dd.kakaku{
	width: 120px;
	margin-left: 125px;
	color:#FF3333;
	font-weight:bold;
	font-size:18px;
	margin-top: 10px;
	text-align: right;
}

.manen {
	font-size: 12px;
}

/*フリースペース*/
#bukken_box dl dd.freespace{
	font-size: 12px;
	width: 248px;
	line-height: 17px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 10px;
	padding-top: 5px;
}




/* Link */

a:link {
	color: #0033CC;
	text-decoration: underline;
	}

a:visited {
	color: #0033CC;
	text-decoration: underline;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

a.active {
	color: #FF6600;
	text-decoration: underline;
	} 
