body
{
   background : #58c1b5 url(img/top_bg.jpg) repeat-x scroll 50% 0%;
} 
#main table { 
    background: #e8d5a7 url(img/title_bg.jpg) no-repeat;
    /* 背景画像の位置 */
    background-position:center top;
}
#naka table { 
    background: #a4ddb9 url(img/naka_bottom.jpg) no-repeat;
    /* 背景画像の位置 */
    background-position:center bottom;
}
#naka table.sasadmin  { 
    background: #f0facd url(img/bg_staff.jpg) no-repeat;
    /* 背景画像の位置 */
    background-position:left top;
}
#naka td.sasadmin  { 
    background: url(img/fromstaff.gif) no-repeat;
    width:140px; 
    background-position:left middle;
}
#naka table.sasfanuser  { 
    background: #f0f3f3 url(img/bg_normal.jpg) no-repeat;
    /* 背景画像の位置 */
    background-position:left top;
}
#naka td.sasfanuser  { 
     width:1px; 
}
#calendar table { 
    background: #57c1b5;
}
