@charset "utf-8";
/* CSS Document */

#link_list li {
	background:url(../images/line.jpg) repeat-x left bottom;
	padding:20px 0 15px 0;
}
#link_list li h3 {
	font-weight:bold;
	font-size:110%;
	background:url(../images/icon_house_brown.png) no-repeat 0 center;
	padding-left:25px;
	margin-bottom:10px;
	width:330px;
	float:left;
}
#link_list li a {
	display:block;
	width:300px;
	float:right;
}