@charset "UTF-8";

div#contentWrapper {
	padding: 0;
	margin: 0;
}

div#contentColumn {
	background: url(/i/home/intro.jpg) no-repeat 0 0 #fff;
	width: 760px;
}

/* --------------------------------------------------
intro
-------------------------------------------------- */

div#contentColumn div#intro {
	width: 760px;
	height: 271px;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
}

div#contentColumn div#intro h2 {
	background: url(/i/home/h2_estate_house.png) no-repeat 0 0;
	width: 425px;
	height: 38px;
	position: absolute;
	top: 29px;
	left: 168px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#contentColumn div#intro p#p_intro {
	background: url(/i/home/p_intro.png) no-repeat 0 0;
	width: 481px;
	height: 66px;
	position: absolute;
	top: 96px;
	left: 138px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#contentColumn div#intro p#p_visit {
	background: url(/i/home/p_visit.png) no-repeat 0 0;
	width: 761px;
	height: 38px;
	position: absolute;
	top: 184px;
	left: 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#contentColumn div#intro p#p_inquiry {
	background: url(/i/home/p_inquiry.png) no-repeat 0 0;
	width: 761px;
	height: 16px;
	position: absolute;
	top: 231px;
	left: 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#contentColumn div#intro p#p_inquiry a {
	position: absolute;
	top: 0;
	left: 0;
	width: 761px;
	height: 16px;
	outline: 0;
	text-decoration: none;
}

	
div#contentColumn div#intro p#p_buy {
	background: url(/i/home/p_buy.png) no-repeat 0 0;
	width: 761px;
	height: 16px;
	position: absolute;
	top: 255px;
	left: 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
recommend
-------------------------------------------------- */

div#contentColumn h2#h2_recommend {
	width: 760px;
	height: 39px;
	background: url(/i/home/h2_recommend.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div#contentColumn div#recommend {
	width: 720px;
	background: url(/i/home/recommend_back.png) repeat-y 0 0;
	padding: 20px 20px 10px;
}

div#contentColumn div#recommend h3 {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	color: #2b5e87;
	height: 30px;
	line-height: 30px;
	border: 0;
}

div#contentColumn div#recommend table {
	width: 720px;
	margin-bottom: 5px;
	font-size: 1.3em;
	background: transparent;
}

div#contentColumn div#recommend table,
div#contentColumn div#recommend table tr,
div#contentColumn div#recommend table th,
div#contentColumn div#recommend table td {
	border: 1px solid #aaa;
	padding: 3px;
}

div#contentColumn div#recommend table tr,
div#contentColumn div#recommend table th,
div#contentColumn div#recommend table td {
	background-color: #fff;
}



div#contentColumn div#recommend table th {
	background-color: #81a1b2;
	color: #fff;
	height: 28px;
	line-height: 100%;
	font-size: 1.2em;
	font-weight: normal;
}

div#contentColumn div#recommend table td p {
	margin: 0;
}


/* house */

div#contentColumn div#recommend table.house {
}

div#contentColumn div#recommend table.house tr th.house_no,
div#contentColumn div#recommend table.house tr td.house_no {
	width: 53px;
	text-align: center;
}

div#contentColumn div#recommend table.house tr th.house_pic,
div#contentColumn div#recommend table.house tr td.house_pic {
	width: 194px;
	text-align: center;
}

div#contentColumn div#recommend table.house tr td.house_pic {
	width: 200px;
	padding: 0;
}


div#contentColumn div#recommend table.house tr th.house_about,
div#contentColumn div#recommend table.house tr td.house_about {
	width: 262px;
}

div#contentColumn div#recommend table.house tr th.house_price,
div#contentColumn div#recommend table.house tr td.house_price {
	width: 143px;
	text-align: center;
}

div#contentColumn div#recommend table.house tr td.house_price {
	background: #e3e4ec;
	color: #ff0000;
}

div#contentColumn div#recommend table.house tr td.house_price em {
	font-size: 2.5em;
	font-style: normal;
	padding: 0 5px;
}

div#contentColumn div#recommend table.house tr th.house_detail,
div#contentColumn div#recommend table.house tr td.house_detail {
	width: 31px;
	text-align: center;
	background: #eb5e00;
}

div#contentColumn div#recommend table.house tr td.house_detail {
	background: #fff;
}


/* estate */

div#contentColumn div#recommend table.estate {
}

div#contentColumn div#recommend table.estate tr th.estate_no,
div#contentColumn div#recommend table.estate tr td.estate_no {
	width: 53px;
	text-align: center;
}

div#contentColumn div#recommend table.estate tr th.estate_place,
div#contentColumn div#recommend table.estate tr td.estate_place {
	width: 134px;
}

div#contentColumn div#recommend table.estate tr td.estate_place {
	background: #e3e4ec;
}

div#contentColumn div#recommend table.estate tr th.estate_pr,
div#contentColumn div#recommend table.estate tr td.estate_pr {
	width: 254px;
}

div#contentColumn div#recommend table.estate tr th.estate_part,
div#contentColumn div#recommend table.estate tr td.estate_part {
	width: 62px;
	text-align: center;
}

div#contentColumn div#recommend table.estate tr td.estate_part {
	font-size: 1.5em;
}

div#contentColumn div#recommend table.estate tr th.estate_price,
div#contentColumn div#recommend table.estate tr td.estate_price {
	width: 143px;
	text-align: center;
}

div#contentColumn div#recommend table.estate tr td.estate_price {
	background: #e3e4ec;
	color: #ff0000;
}

div#contentColumn div#recommend table.estate tr td.estate_price em {
	font-size: 2.5em;
	font-style: normal;
	padding: 0 5px;
}

div#contentColumn div#recommend table.estate tr th.estate_detail,
div#contentColumn div#recommend table.estate tr td.estate_detail {
	width: 31px;
	text-align: center;
	background: #eb5e00;
}

div#contentColumn div#recommend table.estate tr td.estate_detail {
	background: #fff;
}


div#contentColumn div#recommend p.after_table {
	text-align: right;
	margin: 0 0 30px auto;
	color: #2b5e87;
}

div#contentColumn div#recommend p.after_table a {
	margin-left: 0.5em;
}

div#contentColumn div#recommend_footer {
	width: 760px;
	height: 6px;
	background: url(/i/home/recommend_footer.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto 20px;
}

div#contentColumn div#creare {
	width: 760px;
	height: 220px;
	text-indent: -9999px;
	margin: 0 auto 20px;
}

div#contentColumn div#creare a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(/i/home/creare.png) no-repeat 0 0;
	outline: 0;
	text-decoration: none;
}

div#contentColumn div#creare a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

div#contentColumn div#creare h2,
div#contentColumn div#creare p {
	text-indent: -9999px;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}
