@charset"Shift_JIS";

/***トップページ用***/

#top_cont {
	margin:0px;
	padding:0px;
	width:610px;
	float:right;
	background-color:#ffffff;
}
#top_cont a { 
	color:#666699;
	text-decoration:underline;
}
#top_cont a:hover { 
	color:#cc3333;
	text-decoration:underline;
}

#top_cont ul{
	margin:0px;
	padding:0px;
	width:610px;
	height:260px;
	list-style:none;
}
#top_cont li {
    margin:0px;
	padding:0px;
	list-style:none;
	text-indent:-9999px;
	float:left;
}
#top_cont li a {
	list-style:none;
    text-decoration:none;
	display:block;
}
#top_cont li#t_sell a { 
	background:url(../../img/top_sell.jpg) no-repeat 0px 0px;
	width:155px;
	height:260px;
}
#top_cont li#t_rent a { 
	background:url(../../img/top_rent.jpg) no-repeat 0px 0px;
	width:150px;
	height:260px;
}
#top_cont li#t_remodel a { 
	background:url(../../img/top_remodel.jpg) no-repeat 0px 0px;
	width:150px;
	height:260px;
}
#top_cont li#t_buy a { 
	background:url(../../img/top_buy.jpg) no-repeat 0px 0px;
	width:155px;
	height:260px;
}

/***マウスオーバー時の設定***/
#top_cont li#t_sell a:hover { 
	background:url(../../img/top_sell_o.jpg) no-repeat 0px 0px;
	width:155px;
	height:260px;
}
#top_cont li#t_rent a:hover { 
	background:url(../../img/top_rent_o.jpg) no-repeat 0px 0px;
	width:150px;
	height:260px;
}
#top_cont li#t_remodel a:hover { 
	background:url(../../img/top_remodel_o.jpg) no-repeat 0px 0px;
	width:150px;
	height:260px;
}
#top_cont li#t_buy a:hover { 
	background:url(../../img/top_buy_o.jpg) no-repeat 0px 0px;
	width:155px;
	height:260px;
}


#top_main {
	margin:0px;
	padding:15px 10px 20px 10px;
	width:590px;
}
.new_tx {
	margin:0px;
	padding:0px 10px;
	font-size:11px;
	line-height:130%;
}
.top_tx {
	margin:0px;
	padding:5px 10px 0px 10px;
	line-height:140%;
}
.top_bigtx {
	font-size:18px;
	font-weight:bold;
}
.license {
	margin:0px;
	padding:20px 10px 0px 10px;
	line-height:140%;
}







