@charset "UTF-8";
body {
	background-color: #000000;
	 margin:0;            /* ←追加 */
}

#wrapper {
    max-width: 564px;
    margin: 0 auto;
}