@charset "utf-8";

h3 {
	color: #2c4d91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96a6c8;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 15px;
}

h4 {
	color: #2c4d91;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96a6c8;
	margin-top: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.btnBox,
.btnBox02 {
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../image/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 200px;
	border: 1px solid #CCCCCC;
}

.btnBox03 {
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../image/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 300px;
	border: 1px solid #CCCCCC;
}

ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}

ol li ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

ol li ul li {
	list-style-type: disc;
}

a {
	color: #5f84d2;
}

a:hover {
	color: #7799de;
}