@charset 'utf-8';
@import url("common.css");

html,body{
	font-size	: 14px;
	}

/* menu */
#menu li#top{
	left		: 0;
	width		: 84px;
	background	: url("img/menu_top01.gif") no-repeat;	
	}
	
#menu li#rent{
	left		: 84px;
	width		: 162px;
	background	: url("img/menu_rent02.gif") no-repeat;	
	}

/* contents */
#contents h4{
	height		: 27px;
	width		: 577px;
	padding		: 3px 0 3px 30px;
	margin		: 20px 0 10px 0;
	font-size	: 14px;
	background	: url("img/bg_blog.gif") no-repeat;
	}
	
#contents .ttl{
	height		: 35px;
	width		: 570px;
	clear		: both;
	padding		: 5px 5px 5px 480px;
	}

#contents .ttl01{
	background	: url("img/ttl_new_rent.gif") no-repeat bottom left;
	}

#contents .ttl02{
	background	: url("img/ttl_new_realestate.gif") no-repeat bottom left;
	}

#contents .ttl p{
	font-size	: 12px;
	margin		: 15px 5px 5px 0;
	}