/*レイアウトの外枠に影をつける*/
#outer {
margin: 0 auto;
width: 850px;
background: url(images/bg.gif) repeat-y center top;
}