/**ロールオーバー用CSS**/
/**カートの中のデザイン**/
.cart_conti {
	width: 248px;
	background : url(../img/conti1.gif) no-repeat left top;
	margin: 0;
	margin-left: 10px;
}
.cart_conti a{
	display: block;
	outline: none;
}
.cart_conti a:hover img{
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
.cart_buy {
	background : url(../img/buy1.gif) no-repeat left 2px;
	margin-top: 4px;
}

/**ログインのデザイン**/
.login_roll {
	background : url(../img/login1.gif) no-repeat center 2px;
	padding-bottom: 15px;
}

/**会員登録のデザイン**/
.newentry_roll {
	background : url(../img/newentry1.gif) no-repeat center 2px;
	padding-bottom: 15px;
}

