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


/*共通*/

.buybtn a {
	width:152px;
	height:44px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../img/buy_btn.jpg);
	background-repeat:no-repeat;
}

.buybtn a:hover { background-position:0px -44px; } 






/*Index01*/
#item01_01,
#item01_02{
	position:relative;
	width:630px;
	height:397px;
	margin:0px;
	float:left;
	background-image:url(../img/item/1_item01_bg.jpg);
	background-repeat:no-repeat;
	
}

#item01_tryon01,
#item01_tryon02{
	position:relative;
	width:266px;
	left:350px;
	top:160px;
	padding-top:29px;
	background-image:url(../img/try_on.jpg);
	background-repeat:no-repeat;
}

.tryon_box{
	padding:2px;
	border-top:0px;
	border-bottom:2px solid #e879bd;
	border-left:2px solid #e879bd;
	border-right:2px solid #e879bd;
}

.tryon_txt{
	height:12px;
	margin-left:2px;
	background-image:url(../img/btn/arrow.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	font-size:10px;
	text-align:left;
}


#buybtnbox01{
	position:absolute;
	width:152px;
	height:44px;
	left:410px;
	top:280px;
}



#item01_02{
	position:relative;
	width:630px;
	height:410px;
	margin:0px;
	float:left;
	background-image:url(../img/item/1_item02_bg.jpg);
	background-repeat:no-repeat;
}

