背景を設定背景を設定します /*背景を設定*/ body{ background-color:#ffffff;/*背景色*/ background-image:url(画像のURL); background-repeat:repeat;/*画像の繰り返し*/ background-position:top center;/*位置*/ background-attachment:fixed;/*固定*/ } 繰り返さない場合はrepeatをno-repeatに変更