/* CSS */



.box01 {
	width: 100%;
	height: 400px;
	background-image: url("../images/top_title.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
}
p.box01 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box02 {
	width: 24%;
	text-align: center;
	float: left;
}
.box03 {
	width: 24%;
	text-align: center;
	float: left;
}
.box04 {
	width: 24%;
	text-align: center;
	float: left;
}
.box05 {
	width: 24%;
	text-align: center;
	float: left;
}
.box_al {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


