@charset "UTF-8";
/* 余白 */
#sub_content h2.yohaku{
	margin-bottom: 15px;
}
/* flashのボックス */
#main {
	height: 400px;
	width: 960px;
	margin-bottom: 30px;
}
/* 更新情報orオススメ情報のタイトルのボックス */
#sub_content.newstitle {
	height: 50px;
	width: 690px;
	margin-bottom: 20px;
}
/* 更新情報の内容のボックス */
.news {
	height: 120px;
	width: 670px;
	line-height: 30px;
	overflow: auto;
	margin-bottom: 30px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
/* 更新情報のリストの設定と矢印 */
span {
	display: block;
	padding-left: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/top_img/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
}
/*オススメ物件の真ん中、左のボックス*/
.recommendbox {
	float: left;
	height: 580px;
	width: 200px;
	margin-right: 45px;
	font-size: 12px;
}
/*タイトル下見出し文の右寄せと余白*/
.type  {
	float: right;
	margin-bottom: 20px;
}
/*物件写真下の余白*/
#sub_content li.yohaku2{
	margin-bottom: 15px;
}
/*テーブルの縦の余白と高さの指定*/
.estate_list   {
	padding-bottom: 10px;
	height: 20px;
}
/*テーブル内右側列右寄せ*/
.right {
	float: right;
}
/*オススメ物件の右のボックス*/
#recommendbox1 {
	float: right;
	height: 580px;
	width: 200px;
	ont-size: 14px;
	font-size: 12px;
}
/*詳しく見るリンクボタン*/
.details {
	text-indent: -9999px;
	display: block;
	background-image: url(../images/top_img/4_btn_01.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 100px;
	float: right;
	margin-top: 10px;
}
/*詳しく見るリンクボタン 反転*/
a.details:hover {
	background-image: url(../images/top_img/4_btn_01roll.gif);
	background-repeat: no-repeat;
}
/*ご成約済画像*/
.Sold_out {
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 100px;
	background-image: url(../images/top_img/4_btn_02.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
}
/*反転させっぱなし*/
#Home a#link1{
	background-position: 0px -71px;
}
