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

#contentsLeft {
	width:620px;
	_width:610px;
	padding:0px 0px 10px 18px;
	margin-bottom:30px;
}


#main{
	width:600px;
	height:1144px;
	background-image:url(../img/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#buyBtn1{
	position:absolute;
	width:418px;
	height:49px;
	margin:642px 0 0 10px;
}
#buyBtn1 a{
	display:block;
	width:418px;
	height:49px;
	background-image:url(../img/buy_btn.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#buyBtn2{
	position:absolute;
	width:253px;
	height:49px;
	margin:1060px 0 0 41px;
}
#buyBtn2 a{
	display:block;
	width:253px;
	height:49px;
	background-image:url(../img/buy_btn_mini.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#buyBtn1 a:hover,#buyBtn2 a:hover{
	background-position:0 -49px;
	
}

#storeBtn{
	position:absolute;
	width:200px;
	height:38px;
	margin:1022px 0 0 299px;
}

#storeBtn a{
	display:block;
	width:200px;
	height:38px;
	background-image:url(../img/store_btn.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}


#storeBtn a:hover{
	background-position:0 -38px;
	
}
