@charset "EUC-JP";

/*
==================================================================
INDEX
==================================================================
*/

/* Flash */

.index_flash_img {
	width: 750px;
	font-size: 0px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

/* 新着情報＆お知らせ */

.index_topics_box {
	float: left;
	width: 268px;
	margin: 0px 10px 0px 0px;
}

.index_topics_header {
	font-size: 0px;
	text-align: center;
	margin: 0px 0px 15px 0px;
}

/* 更新日 */

.index_topics_date_bg {
	width: 268px;
	height: 20px;
	background-color: #D1E88C;
	margin: 1px 0px 0px 0px;
}

.index_topics_date {
	font-size: 10px;
	line-height: 20px;
	margin: 0px 0px 0px 10px;
}

/* トピックス・タイトル */

.index_topics_title_bg {
	width: 268px;
	background-color: #F0F0F0;
	margin: 1px 0px 0px 0px;
}

.index_topics_title {
	font-size: 10px;
	line-height: 16px;
	margin: 0px 10px 0px 10px;
	padding: 3px 0px 3px 0px;
}

.index_topics_title a:link {
	color: #006600;
	text-decoration: underline;
}

.index_topics_title a:active {
	color: #006600;
	text-decoration: underline;
}

.index_topics_title a:visited {
	color: #006600;
	text-decoration: underline;
}

.index_topics_title a:hover {
	color: #006600;
	text-decoration: none;
}

/* おすすめ賃貸物件 */

.rent_osusume_box {
	float: left;
	width: 234px;
	background: url("./image/rent_osusume_wrapper.jpg") repeat-y;
	margin: 0px 4px 0px 0px;
}

.rent_osusume_header {
	width: 234px;
	height: 79px;
	background: url("./image/rent_osusume_header.jpg") no-repeat;
}

.rent_osusume_button {
	font-size: 0px;
	margin: 0px 0px 0px 148px;
	padding: 25px 0px 0px 0px;
}

/* おすすめ売買物件 */

.buy_osusume_box {
	float: right;
	width: 234px;
	background: url("./image/buy_osusume_wrapper.jpg") repeat-y;
}

.buy_osusume_header {
	width: 234px;
	height: 79px;
	background: url("./image/buy_osusume_header.jpg") no-repeat;
}

.buy_osusume_button {
	font-size: 0px;
	margin: 0px 0px 0px 151px;
	padding: 24px 0px 0px 0px;
}

/* おすすめ物件詳細 */

.index_osusume_box {
	width: 210px;
	background-color: #FFFFFF;
	margin: 5px 14px 0px 10px;
	padding: 5px 0px 5px 0px;
}

.index_osusume_table {
	width: 205px;
	margin: 0px 0px 0px 5px;
}

/* 物件画像 */

.index_osusume_td1 {
	width: 64px;
	height: 64px;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

/* 住所・価格 */

.index_osusume_td2 {
	width: 131px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}

.index_osusume_td2 a:link {
	color: #006633;
	text-decoration: underline;
}

.index_osusume_td2 a:active {
	color: #006633;
	text-decoration: underline;
}

.index_osusume_td2 a:visited {
	color: #006633;
	text-decoration: underline;
}

.index_osusume_td2 a:hover {
	color: #006633;
	text-decoration: none;
}

/* 交通 */

.index_osusume_koutsuu {
	font-size: 10px;
	line-height: 16px;
}

