@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0;}

#itemArea { display:block; width:705px; height:386px; }

#exArea {
	display: block;
	position: absolute;
	z-index: 49;
	height: 250px;
	width: 550px;
	top: 0px;
	left: 250px;
	font-size:0;
}

#exArea img { border:0;}

.btn_buyArea {
	display: block;
	position: absolute;
	z-index: 99;
	height: 80px;
	width: 160px;
	top: 300px;
	left: 540px;
	z-index: 3; zoom: 1;
	font-size:0; 
}

.btn_buyArea a {color:#FFF;}

/*　buyボタン　*/
/*
.btn_buyArea { position: relative; z-index: 3; zoom: 1;  いらない場合も   } */  
.btn_buy {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 80px;
	background-image: url(../images/buy_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}   
.btn_buy:hover { background-position: left bottom; }   
.btn_buy span { position: relative; z-index: -1; /* 重要！ */  
}  