@charset "utf-8";
#contents  dl {
	width: 530px;
	padding: 20px;
}
#contents    dt {
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1764AA;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1764AA;
	width: 150px;
	background-color: #EEF5FD;
}
#contents    dd {
	padding-left: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#contents   a:link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#contents   a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#contents   a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}

