body {
background:#fff url(http://img03.shop-pro.jp/PA01045/734/etc/background_img.jpg);
background-repeat : repeat-y ;
background-position:center;
font-size: 83%;
color: darkgray;
margin:0px;
padding:0px;


/* IE7でpadding指定 */
*:first-child+html body
{
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body
{
padding-left: 1px;
}

}

p { line-height: 1.3em ; }

td { font-size: 83%; color: #333333; }



#bd {
border: solid 1px #cccccc;
}


#nowrap {
white-space:nowrap;
}


#footer {
    width:810px;
	background:url(http://img03.shop-pro.jp/PA01045/734/etc/footer.gif) repeat-x;
	background-position:center bottom;
}