上のボックスに適用しているスタイル
div.shadow{
width:300px;
height:200px;
border: solid 1px #ccc;
background-color:#fff;
/* IE 9 用 */ box-shadow:5px 5px 5px #999;
}