@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.land a {
	width: 140px;
	height: 200px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/banner_sale.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

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

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

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

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

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

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

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

/* メニュー：収益物件 */
#contents ul#search li.shueki a {
	width: 140px;
	height: 200px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/banner_sale.jpg);
	background-repeat: no-repeat;
	background-position: -560px 0px;
}

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

/* マンションを買ってリフォームしよう 開始 */
#contents div.item div#buy-man-reform img {
	float: right;
	border: 1px solid #666666;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contents div.item div#buy-man-reform dl {
	padding: 0px;
	margin: 0px;
}

#contents div.item div#buy-man-reform dl dt {
	padding: 3px;
	font-size: 116%;
	margin: 0px;
}

#contents div.item div#buy-man-reform dl dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 100%;
	color: #555555;
}
/* マンションを買ってリフォームしよう 終了 */
