@charset "UTF-8";
/* CSS Document */

#all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
}
#all #main1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#all #main2 {
	float: left;
	width: 400px;
}
#all #main3 {
	float: right;
	width: 400px;
}
#all ul #navi {
	clear: both;
	float: left;
	width: 400px;
	height: auto;
}
#all #footer {
	clear: both;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#all ul {
	list-style-type: none;
}

