/* みどりの苑について関連CSS */

#imgback{
	background-image:  url(../img/houshinback.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}


table#aboutmidori{
	margin-top: 20px;
	margin-bottom: 20px;	
}

table#aboutmidori th{
	width: 145px;
	height:45px;
	background-image:url(../img/footerback.jpg);
	background-repeat:repeat;
	color: #ffffff;
	border-top: solid thin #3E161D;
	border-left: solid thin #3E161D;
	border-bottom: solid thin #ffffff;
	text-align: center;
	
}
table#aboutmidori td{
	width: 585px;
	height:45px;
	background-color: #ffffff;
	border: solid thin #3E161D;
	color: #26020F;
	padding-left:10px;
}

