@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	width: 800px;
	font-size: 75%;/*★file11で追加★*/
}

#header {
	margin-bottom: 10px;
}

#siteMenu {
	width:167px;
	float:left;/*file10*/
	margin-bottom: 10px;
}

#contents {
	float: left;/*file10*/
	width: 600px;
	margin: 0 0 10px 13px;
}

#copyright {
	clear: both;/*file10*/
}

