@charset "utf-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
h1 {
	font-size: 14px;
	color: #F60;
}

body {
	background-attachment: fixed;
	background-image: url(../img/logo01.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.box {
	width: 700px;
	margin-left: auto;
	height: 60px;
	margin-top: 80px;
	margin-right: auto;
}
.box li {
	float: left;
	list-style-type: none;
	height: 60px;
	width: 300px;
	margin-left: 20px;
}
.txt_box {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.img_box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.img_box img {
	margin: 10px;
	opacity: 0.6;
}

.banner_box {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.banner_box h2 {
	font-size: 14px;
	text-align: center;
}

.banner_box ul {
	margin: 0px;
	padding: 0px;
}

.banner_box ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.copy {
	text-align: center;
	font-size: 14px;
	margin-top: 100px;
}
