@charset "shift_jis";
#property table{
	width: 580px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #113355;
}
#property table .name {
	background-color: #99CCFF;
	padding: 2px;
	height: 20px;
}
#main #property .name strong {
	color: #FFFF66;
}

#property table .address {
	color: #FFFFFF;
	background-color: #113355;
	text-align: right;
	padding: 2px;
}
#property table .feature {
	background-color: #ECFFFF;
	text-align: left;
	width: 400px;
}
#property table .feature li {
	line-height: 1.7;
	margin-left: 10px;
	padding-left: 22px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
