/***********カート部分****************/

div#cart{
	background: url(cart_images/bg_cart.gif) repeat-y;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#block-02{
	width: 660px;
	background: url(cart_images/cart_01_b.gif) repeat-y;
}
	
div#block-03{
	width: 600px;
	margin: 0 auto;
}

div#cart-l{
	float: left;
	width: 130px;
	margin-left: 10px;
	margin: 0 10px 0 10px;

}

div#cart-r{
	float: left;
}

p.name{
	margin-bottom: 5px;
	height: 45px;
	background-repeat: no-repeat;
	padding: 0 0 0 45px;
	font-size: 22px;
	color: #FF3366;
	font-weight: bold;
	line-height: 1.0em;
}

p.name span{
	font-size: 12px;
	font-weight: bold;
	color: #57493C;
}

table.icon-01{
	float:left;
	margin-right: 20px;
}

div.form-01{
	float:left;
}

div.form-01 ul li{
	list-style:none;
	background-image: url(cart_images/icon_01.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-position: 0 3px;
}

div.border-01{
	clear: both;
	width: 525px;
	margin: 10px auto;
}

input.btn-tyumon{
	background-image:url(cart_images/btn_cart_01.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 37px;
	margin-left: 30px;
}

	

