﻿@charset "utf-8";
/* CSS Document */
body {
	background-color:gray;/*#fef295;*/
}
#wrappar{
	width: 1040px;
	margin: 0 auto;
	font-family:"メイリオ"  Meiryo;
}

header {
	width: 1020px;
	background-color:gray/*cornsilk*/;
	margin-bottom:20px;
	height:400px;
}
.box{width:1020px;
}

.box_1{
	width:340px;
	height:660px;
	float:left;
	}
.box_2{
	width:340px;
	height:660px;
	float:left;
	margin-right:20px;
}
table{
	width:680px;
	float:left;
}


.sikiri{width:1020px;
	height:40px;
	color:gray;	
}
footer{
	text-align:center;
	width: 1020px;
	line-height:15px;
}

#left{
	margin-left:0px;
}
footer ul li a{
	font-size:14px;
	text-align:center;
	padding:0px 10px;
	float:left;
	color:black;
	
}

footer p{
	line-hight:24px;
	text-align:center;
	padding:10px 0;
	
}
li a:hover {
	color:white;
}


/*#clearfix {
  overflow: hidden;
  zoom: 1;
}*/
.clearfix {
	clear: both;
}


