#title {
	background: url("/common/images/expertise/header.jpg") no-repeat right top;
	background-size: 360px 140px;
}
#expertise {
	width: 800px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	border: solid 1px #e50012;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
#expertise dt {
	margin: 30px 0 20px;
	padding-top: 30px;
	font-family: 'Lucida Grande','Arial';
	font-size: 22px;
	text-align: center;
	border-top: solid 2px #000;
}
#expertise dd {
	font-size: 16px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#expertise dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}