@charset "utf-8";

/* Contents Over Write ------------------------------------------- */

div.contents-inner {
	padding: 1px 0 16px 28px;
}

/* Estate List ------------------------------------------- */

table.list {
/*	width: 738px;	*/
}
table.list td {
	vertical-align: top;
	width: 246px;
}
div.estate {
	width: 237px;
	margin-bottom: 16px;
}
.estate-top {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 36px;
}
.cat1 {
	background-image: url(../images/bg_estate_top_new.png);
}
.cat2 {
	background-image: url(../images/bg_estate_top_used.png);
}
.cat3 {
	background-image: url(../images/bg_estate_top_land.png);
}
.cat4 {
	background-image: url(../images/bg_estate_top_mansion.png);
}
div.estate-top span a {
	display: block;
	width: 237px;
	height: 36px;
	text-indent: -9999px;
}

.estate-middle {
	height: 278px;
	background-image: url(../images/bg_estate.png);
	background-repeat: repeat-y;
	text-align: center;
	padding-right: 7px;
	padding-bottom: 10px;
}
.estate-bottom {
	background-image: url(../images/bg_estate_bottom.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 11px;
}
h2.estate {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 6px 0 4px 0;
}
h2.estate a {
	color: #333;
}
h2.estate a:hover {
	color: #333;
}
div.estate a:hover {
	text-decoration: none;
}
div.estate-inner {
	padding: 4px 0 0px 0;
/*	margin-bottom: 6px;	*/
	border-top: 1px #CCC dashed;
}
div.estate-inner a img {
	margin: 4px 0;
}

div.estateFloat {
	width: 248px;
	float: left;
}

/* ToolBox ------------------------------------------- */

table.tool {
	width: 738px;
}
.toolbox {
	float: left;
}
.tool-top {
	background-image: url(../images/bg_tool_top.gif);
	background-repeat: no-repeat;
	width: 478px;
	height: 17px;
	overflow: hidden;
	float: left;
}
.tool-middle {
	background-image: url(../images/bg_tool.gif);
	background-repeat: repeat-y;
	width: 478px;
	float: left;
}
.tool-bottom {
	background-image: url(../images/bg_tool_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 478px;
	overflow: hidden;
	float: left;
}
div.tool {
	float: left;
	width: 226px;
	font-size: 13px;
}
h2.tooltitle {
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 26px;
}
p.tooltxt {
	margin-left: 26px;
	line-height: 128%;
	padding-bottom: 8px;
}

/* AgentBox ------------------------------------------- */

.agentbox {
	color: #FFFFFF;
	font-size: 13px;
	margin-left: 8px;
}
.agent-top {
	background-image: url(../images/bg_agent_top.gif);
	background-color: #006600;
	height: 17px;
	width: 237px;
	overflow: hidden;
}
.agent-middle {
	background-image: url(../images/bg_agent.gif);
	background-color: #006600;
	width: 237px;
}
.agent-bottom {
	background-image: url(../images/bg_agent_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 237px;
	overflow: hidden;
}
div.agent {
	font-size: 13px;
	margin-right: 20px;
	margin-left: 20px;
}
h2.agent {
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.agent {
	color: #CCFF00;
}
a.agent:hover {
	color: #CCFF00;
}

p.navi {
	clear: both;
}

