@charset "utf-8";
/* CSS Document */
#box #box_shadow_TL{
	background-image:url(../images/box_shadow_TL.png);
	background-repeat:no-repeat;
}
#box #box_shadow_TR{
	background-image:url(../images/box_shadow_TR.png);
	background-repeat:no-repeat;
}
#box #box_shadow_L{
	background-image:url(../images/box_shadow_L.png);
	background-repeat:repeat-y;
}
#box #box_shadow_R{
	background-image:url(../images/box_shadow_R.png);
	background-repeat:repeat-y;
}
#box #box_shadow_BL{
	background-image:url(../images/box_shadow_BL.png);
	background-repeat:no-repeat;
}
#box #box_shadow_BR{
	background-image:url(../images/box_shadow_BR.png);
	background-repeat:no-repeat;
}
#box #box_shadow_B{
	background-image:url(../images/box_shadow_B.png);
	background-repeat:repeat-x;
}

