@charset "utf-8";
/* CSS Document */

.shadow{
    background: url(/img/phot_shadow.jpg) right bottom;
	width:88px;
	height:88px;
	margin-left:12px;
    float: left; /* 回り込み制御 */
}
 
.shadow img{
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -2px; /* 画像を上へ移動 */
    background: #FFFFFF; /* paddingを設定した場合の背景色 */
	width:80px;
	height:80px;
	z-index: 1;
  //z-index: expression(this.parentNode.style.zIndex = '1');/*IE6対策*/
}