@charset "utf-8";
/* CSS Document */



.box{
	float:left;
	width:95%;
	padding:2% 2% 30px 2%;
	border:1px solid #efefef;
	position:relative;
	text-align:center;
}
.box h2{ float:left; width:100%; padding:10px 0 15px 0; }
.box p{ float:left; width:96%; padding:2%; }
.box img.btl{ position:absolute; left:-1px; top:-1px }
.box img.btr{ position:absolute; right:-1px; top:-1px }
.box img.bbl{ position:absolute; left:-1px; bottom:-1px }
.box img.bbr{ position:absolute; right:-1px; bottom:-1px }


