@charset "utf-8";
/* CSS Document */
#whole{
	width:1280px;
	background-image:url(../img/%E6%96%B0%E4%BA%BA%E5%85%AC%E6%BC%94%E3%83%81%E3%83%A9%E3%82%B7%E3%81%8A%E3%82%82%E3%81%A6%E3%83%90%E3%83%A9%E3%83%90%E3%83%A9%20web%EF%BC%92.jpg);
	right:auto;
	left:auto;
	margin:auto;

	}
#head{
	width:1280px;
	height:100px;
	}

#main {
	width: 1000px;
	height: 550px;
	float: left;
	text-align: center;
	align-content: center;
	position: absolute;
	left: 360px;
	top: 123px;
	
}
#main img{
	display:block;
	margin:auto;
	}
#side {
	height: 550px;
	width: 280px;
	float:left;
}

#border {
	height: 45px;
	width: 1280px;
	clear:both
}
body{
	background:#E6EDBA;
	margin:0px; height:100%;
	padding:0px;
}
td{
	text-align:center;
	}