@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
 style info :トップページ設定　ハックは最下部に記述
=================================================================== */

/*------------------------------------------

	flash フラッシュ

--------------------------------------------*/
#top #flash{
	width: 100%;
	height: 456px;
	margin: 0 auto;
	min-width: 950px;
	_margin-top: -65px;
}

#top #flash object,
#top #flash embed{
	margin-top: -65px;
	_margin-top: 0;
}
/*------------------------------------------


	news ニュース

--------------------------------------------*/
#top #news{
	width: 950px;
	margin: 0 auto;
	background: url(bg_news_bottom.jpg) no-repeat left 78px;
	min-height: 132px;
	margin-top: -78px;
	position: relative;
}

#top #news h3{
	background: url(bg_news_top.png) no-repeat left top;
	width: 950px;
	height: 78px;
	text-indent: -9999px;
	font-size: 0;
}

#top #news .btn{
	margin: 0 0 0 17px;
	float: left;
	display: inline;
}

#top #news .btn a{
	width: 149px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(btn_news.gif) no-repeat left top;
}

#top #news .txt{
	float: left;
	margin: -7px 0 0 44px;
	display: inline;
}

#top #news .txt p{
	margin-bottom: 5px;
}

#top #news .txt p a{
	font-weight: bold;
	color: #808080;
}

/*--------------------------------------------

	content_body
	
----------------------------------------------*/
#top #content_body{
	background: url(bg_content_top.gif) repeat-x left top;
	padding-top: 17px;
}


/*--------------------------------------------

	content_right

----------------------------------------------*/

/* content_flash */
#top #content_right .content_flash{
	width: 740px;
	height: 192px;
	background: #dfdfdf;
}

/* border */
#top #content_right .border{
	border: 1px solid #D9DADB;
}

/* バナー */
#top #content_right .bn_content{
	margin: 25px 0 0 25px;
}

#top #content_right .bn_content ul{
	background: url(bn_content01.jpg) no-repeat left top;
	width: 678px;
	height: 84px;
	list-style: none outside;
}

#top #content_right .bn_content ul li{
	float: left;
	display: inline;
}

#top #content_right .bn_content ul li.li_01{
	margin: 0 45px 0 1px;
}

#top #content_right .bn_content ul li a{
	display: block;
	width: 315px;
	height: 84px;
	text-indent: -9999px;
	overflow: hidden;
}

/* イチオシ売買物件 */
#top #content_right .bukken{
	margin-top: 6px;
	overflow: hidden;
}

#top #content_right .bukken h3{
	background: url(tl_article.gif) no-repeat left top;
	width: 722px;
	height: 38px;
	text-indent: -9999px;
	font-size: 0;
	float: left;
	margin-bottom: 17px;
}

#top #content_right .bukken p{
	float: right;
	margin: -44px 40px 0 0;
	display: inline;
}

#top #content_right .bukken p a{
	display: block;
	width: 74px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

#top #content_right .bukken #bukken{
	padding: 0 0 0 25px;
}

#top #content_right .bukken #bukken ul{
	float: left;
	list-style: none outside;
	margin: 0 25px 25px 0;
	display: inline;
	width: 152px;
}

#top #content_right .bukken #bukken ul li.img{
	background: url(bg_bukken.gif) no-repeat left top;
	width: 139px;
	height: 143px;
	padding: 9px 0 0 13px;
}

#top #content_right .bukken #bukken ul li.txt{
	text-align: center;
	color: #4C4D4D;
	margin: 7px 0;
}

#top #content_right .bukken #bukken ul li span.buy{
	background: url(btn_buy.gif) no-repeat left top;
	width: 92px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#top #content_right .bukken #bukken ul li a.detail{
	background: url(btn_detail.gif) no-repeat left top;
	width: 92px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#top #content_right .bukken #bukken .clear{
	clear: both;
	height: 0;
}

/* content_menu */
#top #content_right .content_menu{
	margin-top: 28px;
}

#top #content_right .content_menu ul{
	background: url(btn_content_menu.jpg) no-repeat left top;
	width: 696px;
	height: 114px;
	list-style: none outside;
	margin: 0 auto;
}

#top #content_right .content_menu ul li{
	float: left;
	display: inline;
}

#top #content_right .content_menu ul li a{
	display: block;
	height: 90px;
	width: 200px;
	text-indent: -9999px;
	overflow: hidden;
}

#top #content_right .content_menu ul li.li_01{
	margin-right: 42px;
}

#top #content_right .content_menu ul li.li_02{
	margin-right: 38px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html #top #flash{
	margin-top: -3px;
}

*:first-child+html #top #flash object,
*:first-child+html #top #flash embed{
	margin-top: 0;
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {
	
}