@charset "utf-8";
/* CSS Document */

html{
           background-color: #ffffff;　 /* 背景色： 状況に応じて書き換えて下さい　*/
}

body{
background: url(http://www.todaakira.jp/assets/all_bg.png) repeat-x top center,  /* 上部の背景画像名： 繰り返し設定は状況に応じて書き換えて下さい　*/

           url(http://www.todaakira.jp/assets/foot_bg.png) repeat-x bottom center;    /* 下部の背景画像名： 繰り返し設定は状況に応じて書き換えて下さい　*/


}

