
// 背景をランダム表示
n=parseInt(Math.random()*7);

document.write("<style type='text/css'>body {background: url(./images/common/bg_body"+n+".jpg) right 0 no-repeat;}</style>");


