@charset "utf-8";

body {
	width: auto;/* スクリーン用のCSSで設定していたページ幅、800pxを解除 */
}
#head {
	display: none;
}
#menu {
	display: none;
}
#contents {

}
#footer {
	display: none;
}
