@charset  "UTF-8";

/* ========ヘッダー======== */
h1
　　{
	margin:0;
	padding:0;

　　}


/* ========ボックス======== */
.box1{
	text-align: center;}
	
.box2{
	text-align: center;}

.box3{
	width:100%;
	background-color: #C7DC68;
	height:auto;
	width:800px;
	margin: 0 auto;
	text-align: center;}
	
.box4{
	width:100%;
	background-color: #C7DC68;
	height:auto;
	width:800px;
	margin: 0 auto;
	text-align: center;}

.footer{
	width:100%;
	height:20px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px; 
	padding-bottom: 15px;}