/* CSS Document */


.left, .right {
}
.left {
	float: left;
	width: 370px;
}
.right {
	float: right;
	width: 610px;
}


.lr_box {
}

h2 {
	color: #333;
	font-size: 25px;
}
.lr_box address {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}

.lr_box p {
	padding-left: 10px;
}



