@charset "utf-8";
#contents dl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


#contents dt {
	font-weight: bold;
	color: #2874A7;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5BCD1;
	font-size: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#contents dd {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 3px;
}
#contents dl dl {
	margin-top: 15px;
}
#contents dl dl dt {
	border-bottom-style: dotted;
	color: #333333;
	font-size: 100%;
	padding-left: 5px;
}
