@charset "utf-8";


#main table#company{
	margin-bottom:40px;
	width:100%;
}
#main table#company th{
	padding:8px 2px;
	width:120px;
	font-weight:normal;
	background:transparent url(../img/th.gif) bottom left repeat-x;
}
#main table#company td{
	font-weight:normal;
	background:transparent url(../img/td.gif) bottom left repeat-x;
}
#main table#company th span{}
#main table#company td{
	padding:20px 10px;
}

#main table.photos{
	margin-bottom:40px;
	width:100%;
}
#main table.photos td{
	width:50%;
}
#main table.photos td img{
	margin-bottom:10px;
}

.map{
	clear:both;
	margin-bottom:60px;
}
.map p{
	float:left;
}
.map p.link{
	text-align:right;
	float:right;
	margin:0;
}

.map #map1,
.map #map2{
	clear:both;
	width:660px;
	height:300px; 
}
