
body{

	background-color: #486d46;            /* 背景色 */
	background-image: url(./hosho_bg3.jpg); /* 画像 */
	background-size: cover;               /* 全画面 */
	background-attachment: fixed;         /* 固定 */
	background-position: center center;   /* 縦横中央 */

}

