@charset "UTF-8";
.name {
	font-size: 1.143em;
}
#box1 strong {
	color: #000056;
}
#box1  a {
	color: #0090d3;
	text-decoration: underline;
}
#box1  a:hover {
	text-decoration: none;
}
#box1 dt {
	float: left;
	width: 20px;
}
#box1 dd {
	margin-left: 20px;
}
#box1 .line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding: 10px;
}
