@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(../images/guide_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	display: block;
}
.title {
	background-image: url(../images/guide_title.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 750px;
	display: block;
}
.cm h3 {
	float: left;
	width: 98%;
	margin-top: 50px;
	font-size: 18px;
	padding-left: 2%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003E91;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
}
.cm .block {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
.block img {
	float: left;
}

.block h6 {
	float: left;
	font-size: 16px;
	width: 530px;
	margin-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5784c0;
	padding-left: 8px;
}
.block p {
	float: left;
	width: 550px;
	margin-left: 20px;
	margin-top: 15px;
	line-height: 23px;
}
