@charset "UTF-8";

.boxTitle01 .txtTitle01 h2 {
		font-size: 340%;
		margin-top: -9px;
		padding-top: 15px;
		color: #000;
	}
.txtLink01 {
	margin-top: 10px;
}
	.txtLink01 a {
		color: #0006ff;
	}
ol {
    list-style-type: decimal;
	margin-left :20px;
}
ol li {
	margin-bottom: 5px;
}
hgroup { 
	margin-top: 20px;
}
section, hgroup {
	margin-bottom: 30px;
}
	hgroup dl dd:nth-child(2) {
		margin-bottom: 15px;
	}
h3 {
	color: #4f8bb9;
	font-size: 143%;
	margin-bottom: 15px;
	border-bottom: 2px solid #d9d9d9;
}
section dl dt {
	color: #4f8bb9;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d9d9d9;
}
	section > dl > dd > dl > dt {
		border-bottom: none;
		margin-bottom: 3px;
	}
	section > dl > dd > dl > dd {
		margin-bottom: 6px;
	}
section dl dd,
div#contents footer p {
	margin-bottom: 20px;
}
div#contents footer dl {
	border: 1px solid #d9d9d9;
	background-color: #f3f2f2;
	padding: 10px;
	margin-bottom: 100px;
	width: 40%;
}
	div#contents footer dt {
		border-bottom: none;
		margin-bottom: 5px;
		font-size: 115%;
		color: #4f8bb9;
	}