address {
	clear: both;
	font-style: normal;
}
dl {
	margin-bottom: 2em;
}
dl dt {
	clear: left;
	float: left;
	margin-top: 1em;
	margin-right: .5em;
	font-weight: bold;
}
dl dt:first-child {
	clear: left;
	float: none;
}
dl dt:after {
	content: ":";
}
dl dd {
	margin-top: 1em;
	margin-left: .5em;
}

div#box-left {
	float: left;
	width: 47%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 47%;
}
div#box-right h2.attention {
	padding-left: 22px;
	background: transparent url(../img/attention.png) no-repeat center left;
}
