@charset "utf-8";

/* 久仲工建のこだわり */
.attention h2 {
	background:url("images/attention.gif") no-repeat top left;
	height:40px;
	text-indent:-9999px;
}

.attention ul li {
	margin-left:10px;
	float:left;
}

/* お役立ち情報 */
.oyakudachi {
	margin-top:15px;
}

.oyakudachi h2 {
	height:40px;
	text-indent:-9999px;
	background:url("images/oyakudachi.gif") no-repeat top left;
	margin-bottom:10px;
}

#whatnew {
	float:left;
	width:330px;
	margin-left:5px;
}

#newsbox {
	height:300px;
	overflow:auto;
}

#newsbox ul li {
	margin-bottom:10px;
}

div.news span.posted-date {
	display:block;
	color:#04a3c6;
	margin-top:5px;
	margin-bottom:2px;
}

.news p {
	line-height:1.4em;
}

#links {
	float:right;
	margin-right:10px;
	width:280px;
}

