@charset "utf-8";
@import url(css/common.css);
@import url(css/housing/child/style.css);

/* ご挨拶 */
.pre_area {
	width: 600px;
	margin-left: 15px;;
	overflow: hidden;
}
.preleft {
	float: left;
	width: 430px;
}
.preright {
	float: right;
	width: 150px;
}

/* 住宅アドバイザーの紹介*/
ul.list01 {
	
}
ul.list01 li {
	list-style: decimal;
	line-height: 1.5;
	margin: 0 0 10px 25px;
}

ul.list02 li {
	list-style: circle;
	line-height: 1.5;
	margin-left: 20px;
}

div.waku1 {
	border: solid 5px #6dbdd1;
	width: 630px;
        padding: 10px;
}
.content > .waku1 {
	width: 600px;
} 
div.waku1 p {
	margin-left: 25px;
}

/* もうひとつの表 */
table.sample2 {
	width: 100% ;
	margin: 10px 0 20px 0;
	border: none;
	border-collapse: collapse;
}
table.sample2 th {
	padding: 7px ;
	border: solid 1px #ccc ;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}
table.sample2 td {
	padding: 5px 3px ;
	border: solid 1px #ccc ;
	color: #000 ;
	background: #fff ;
}
