@charset "UTF-8";
/* CSS Document */

#content section section {
	margin: 30px 15px 40px;
	line-height: 150%;
}
address {
	margin: 20px 15px;
	font-style: normal;
}

h4 {
	margin-bottom: 1.5em;
}
h4:before {
	content: "■";
}

dl {
	margin-bottom: 1.5em;
}
dt {
	clear: left;
	float: left;
	width: 30px;
}
dt:first-of-type, dd:first-of-type {
	color: #00c;
}
dd {
	float: left;
	width: 620px;
	margin-bottom: 0.5em;
}

