@charset "utf-8";
@import url(css/white-family/styles-site.css);

/*認定長期優良住宅に対する税の特例措置*/
#chouki02Table{
	border:solid #ccc 1px;
	width:635px;
}
#chouki02Table th{
	border:solid #ccc 1px;
	background:#f0f0f0;
	padding:10px;
	vertical-align:top;
	font-weight:bold;
	width:180px;
	text-align:left;
}
#chouki02Table td{
	border:solid #ccc 1px;
	padding:10px;
}

/* 戸津圭之介先生の作品 */
table.sample2 {
	width: 630px ;
	margin: 10px 0 20px 0 ;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
table.sample2 th {
	padding: 5px ;
	border: solid 1px #ccc;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}
table.sample2 td {
	padding: 2px;
	border: solid 1px #ccc ;
	color: #000 ;
	background: #fff ;
}



