@charset "UTF-8";

@import "layout.css";
@import "base.css";


/*++++++++++++++++++++++++++++++++++++
	オリジナル設定
+++++++++++++++++++++++++++++++++++++*/

/*グランドメニューのフロート解除*/
div#intro{
	clear:left;
}

/*------------------------------------
	introボックスの設定
-------------------------------------*/

div#intro{
	width:780px;
	height:193px;
	margin:0 auto;
	margin-top:-1px;/*IE6用調整*/
	background:url(../images/topmain.jpg) no-repeat top left;
}



/*------------------------------------
	contentsボックスの設定
-------------------------------------*/
div#contents{
	width:100%;
	padding-top:26px;
	padding-left:20px;
}

div.intro_box{
	width:183px;
	height:280px;
	float:left;
	border-left:1px solid #cfcdcc;
	padding:0 6px 10px 6px;
}
div.intro_box h3{
	width:183px;
	height:142px;
	text-indent:-9999px;
}
div.intro_box h3 a{
	width:183px;
	height:142px;
	display:block;
}
/* 売るサポート */
div.intro_box h3#h3_sell{
	background:url(../images/topnavi_uru_a.jpg) center center no-repeat;
}
div.intro_box h3#h3_sell a:hover{
	background:url(../images/topnavi_uru_b.jpg) center center no-repeat;
}
/* 貸すサポート */
div.intro_box h3#h3_lend{
	background:url(../images/topnavi_kasu_a.jpg) center center no-repeat;
}
div.intro_box h3#h3_lend a:hover{
	background:url(../images/topnavi_kasu_b.jpg) center center no-repeat;
}
/* 物件情報 */
div.intro_box h3#h3_bukken{
	background:url(../images/topnavi_buken_a.jpg) center center no-repeat;
}
div.intro_box h3#h3_bukken a:hover{
	background:url(../images/topnavi_buken_b.jpg) center center no-repeat;
}

div#intro h2{
	font-size:13px;
	line-height:20px;
	padding-top:15px;
	padding-left:18px;
}

div#intro h3{
	font-size:23px;
	line-height:28px;
	padding-left:18px;
}

div#intro p{
	padding-left:18px;
}

div.intro_box h4{
	font-size:12px;
	font-weight:normal;
}

div.intro_box p{
	margin-top:8px;
}

dl#news{
	overflow:scroll;
	width:169px;
	height:120px;
	padding:5px;
	border:solid 1px #6c6566;
}
dl#news dt{
	border-left:8px solid #6c6566;
	padding:2px 2px;
	font-size:11px;
	line-height:10px;
}
dl#news dt.news_up{
	background:url(../images/icon_up.gif) right center no-repeat;
}
dl#news dt.bukken_up{
	background:url(../images/icon_bukken.gif) right center no-repeat;
}
dl#news dd{
	font-size:12px;
	line-height:14px;
}
