@charset "utf-8";
.office {
	float: left;
	height: 190px;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(common/contact.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	margin-right: 6px;
	margin-left: 6px;
}
.addressBox {
	float: left;
	width: 245px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.officeTitle {
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 20px;
	line-height: 17px;
}
.image {
	height: 100px;
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

