@charset "utf-8";

/* コンテンツ */

/* 売りたい */
#contents ul#search{
	width: 700px;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contents ul#search li{
	width: 140px;
	height: 200px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* メニュー：共通 */
#contents ul#search li a {
	outline: none;
}

/* メニュー：賃貸マンション */
#contents ul#search li.mant a {
	width: 140px;
	height: 200px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}

#contents ul#search li.mant a:hover {
	text-decoration: none;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: -140px -200px;
}

/* メニュー：貸家 */
#contents ul#search li.house a {
	width: 140px;
	height: 200px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents ul#search li.house a:hover {
    text-decoration: none;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
}

/* メニュー：事業用 */
#contents ul#search li.work a {
	width: 140px;
	height: 200px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}

#contents ul#search li.work a:hover {
    text-decoration: none;
	background-image: url(../images/banner_rent.jpg);
	background-repeat: no-repeat;
	background-position: -280px -200px;
}
