body { /* ページ全体 */
	margin: 0; /* ページの隅の余白 */
	background-color: #EEEEEE; /* 最背面の背景色(背景画像が表示されない場合に表示される) */
	background-image: url(../NEW_image/wallpaper.png);/* 最背面の背景画像 */
}
.clear {
	clear: both;
}