@charset "shift_jis";

.f_left {
	width:340px;
	float: left;
	position: relative;
}
.f_left .kome{
	position: absolute;
	font-size: smaller;
	height: 85px;
	width: 125px;
	left: 0px;
	top: 410px;
}

.f_right {
	width:320px;
	float:right;
	padding-right: 15px;
}

.house{
	position: relative;
	width: 674px;
	height: 1000px;
	margin-top: 10px;
}
.house .kakudai{
	position: absolute;
	width: 300px;
	height: 15px;
	left: 0px;
	top: 5px;
	color: #187fc4;
	font-size: 15px;
	padding-left: 15px;
	line-height: 15px;
	background: url(../shingaiku/modelhouse/arw.gif) no-repeat left center;
}
.house .house_box{
	height: 240px;
}
.house .house_box .photo{
	float: right;
	overflow: hidden;
}
.house .house_box .photo img{
	float: left;
}

.house .house_box p{
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding: 80px 0px 5px 0px;
	margin: 0px;
}
.house .house_box p.noline{
	font-size: 14px;
	border-bottom: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.house p.kome{
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px;
}
