p {
	text-align: justify;
}
.leftF {
	float: left;
}
.rightF {
	float: right;
}
.clearF {
	clear: both;
	float: none;
}

.left {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.right {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.center {
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 10px;
	padding-top: 10px;
}

.b01 {
	background-image: url(../img/b01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.b02 {
	background-image: url(../img/b02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.b03 {
	background-image: url(../img/b03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

