/* 宅地販売（housing.htm）のスタイル
---------------------------------------------*/
table{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}
	
td{
	text-align: center;
	border-left: 1px solid #cccccc;
	}

td.td1{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	width: 250px;
	background-color: #0000ff;
	color: #ffffff;
	}
	
td.td2{
	height: 100px;
	}
	
img{
	border: none;
	}

