@import "./page.css";
@import "./navi.css";

/**********************************************
	サイト構成
**********************************************/
* html .iepngfix {
	behavior:url("./js/iepngfix.htc");
}

#wrapper {
	margin:0 auto;
	width:802px;
	color:#333;
	background-color:#999;
}

#mainContents {
	margin:0 auto;
	width:800px;
	text-align:left;
	background:url("../images/detailBack.png") repeat-y;
}

#menu {
	float:left;
	width:200px;
}

#main {
	float:left;
	padding:0px 10px 10px 10px;
	width:580px;
	background:url("../images/titleBack.jpg") no-repeat;
	background-color:#fff;
}

#detailBlock {
	margin-top:218px;
	width:580px;
}

/**********************************************
	お勧め物件
**********************************************/
.recommend {
	display:inline;
	float:left;
	margin:0 0 10px 10px;
	width:250px;
	height:13em;
	padding:4px;
	background-color:#eee;
	border:1px solid #ccc;
	behavior:url("./js/csshover.htc");
}

.recommend .recoTitle {
	margin-bottom:4px;
	padding-left:16px;
	font-weight:bold;
	background:url("../images/arrow_02.gif") no-repeat left center #fff;
}

.recommend .recoTitle:hover {
	background:url("../images/arrow_03.gif") no-repeat left center #fff;
}

.recommend img {
	float:left;
	border:2px solid #fff;
}

.recommend img:hover {
	border:2px solid #fc0;
}

.recommend th {
	padding-right:0.5em;
	white-space:nowrap;
	vertical-align:top;
	font-size:0.9em;
	font-weight:bold;
	color:#c33;
}

.recommend td {
	vertical-align:top;
	font-size:0.9em;
}

.recommend .recoComment {
	clear:both;
	font-size:0.9em;
	color:#030;
}

/**********************************************
	サイト更新情報
**********************************************/
#updateList {
	padding:4px;
	background-color:#f6f6f6;
}

#updateList dt {
	float:left;
	clear:both;
	width:7em;
	font-size:0.9em;
	font-weight:bold;
	color:#c60;
}

#updateList dd {
}

#updateList a {
	padding-left:16px;
	font-weight:bold;
	background:url("../images/arrow_02.gif") no-repeat left center;
}

#updateList a:hover {
	background:url("../images/arrow_03.gif") no-repeat left center;
}
