/* mpshadow */
.shadow {
	font-size:0;
	line-height:0;
	position:relative;
}
	.tl,.tr,.bl,.br {
		display:block;
		width:16px;
		height:16px;
		position:absolute;
	}
	.t,.b {
		height:16px;
		display:block;
		position:absolute;
		width:100%;
	}	
	.shadow_img {
		position:relative;
		top:17px;
		left:17px;
		vertical-align:top;
	}	
	.l,.r {
		display:block;
		width:16px;
		position:absolute;
		height:100%;
	}
		.tl {
			background:url(/project/html/images/mpshadow/tl.gif);
			top:0;
			left:0;
		}
		.t {
			background:url(/project/html/images/mpshadow/t.gif);
			top:0;
		}
		.tr {
			background:url(/project/html/images/mpshadow/tr.gif);
			top:0;
			right:0;
		}
		.l {
			background:url(/project/html/images/mpshadow/l.gif);
			left:0;
		}
		.r {
			background:url(/project/html/images/mpshadow/r.gif);
			right:0;
		}
		.bl {
			background:url(/project/html/images/mpshadow/bl.gif);
			bottom:0;
			left:0;
		}
		.b {
			background:url(/project/html/images/mpshadow/b.gif);
			bottom:0;
		}
		.br {
			background:url(/project/html/images/mpshadow/br.gif);
			bottom:0;
			right:0;
		}