@charset "utf-8";
/* -------------------- contetnsArea -------------------- */
.mainimgArea{
	margin:0 0 25px 0;
	padding:0px;
	height:341px;
	position:relative;
}
.mainimg{
	float:left;
	width:234px;
}
.buytxtArea{
	float:right;
	width:120px;
	position:absolute;
	bottom:0px;
	left:240px;
}
.buybtArea{
	float:right;
	width:110px;
	position:absolute;
	bottom:0px;
	left:360px;
}
.buytxtArea p{
	float:left;
	line-height:1.6em;
}
.buybtArea img{
	float:right;
}
