@charset "UTF-8";

/*---------------------------------
HALLOWEEN MONSTER
----------------------------------*/

#goods{
	width: 720px;
}
#goods p{
	margin: 0;
}
#goods .body{
	background: url(../../img/bg_goods.gif) no-repeat 0 bottom #E8DC00;
	padding: 20px 40px 40px;
}
#goods .body p{
	position: relative;
	margin: 20px 0 0;
}
#goods .body .btn1{
	position: absolute;
	display: block;
	left: 165px;
	top: 335px;
}

#goods .body .btn2{
	position: absolute;
	display: block;
	left: 65px;
	top: 441px;
}

.popup{
	text-align: center;
}

.popup .text-L{
	padding-top: 5px;
	font-size:12px;
	text-align:left;
	}
	
.popup .text-R{
	padding-top: 5px;
	font-size:12px;
	text-align:right;
	}