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

#cart{
	width:752px;
	background-color:#FFFFFF;
	border-width:1px 2px 2px 1px;
	border-right-color: #336633;
	border-left-color: #8FAE91;
	border-top-color: #8FAE91;
	border-bottom-color: #336633;
	border-style:solid;
	}



#list{
	width:712px;
	margin-bottom: 5px;
	margin-left:20px;
	margin-top:10px;
	}

#list table.cart_detail{
	width:712px;
	border-collapse: collapse;
	border: 1px solid  #9BB08B;
	border-spacing: 0;
	empty-cells :show;
	}
#list th.ano{
	padding-left: 5px;
	border: 1px solid  #9BB08B;
	background-color:#336633;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	color:#FFFFFF;
	}

#list th.normal{
	border: 1px solid #9BB08B;
	background-color: #336633;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	color:#FFFFFF;
	}

#list td{
	padding: 3px;
	border: 1px solid  #9BB08B;
	font-size: 11px;
	}

#cart table.total{
	margin-left:20px;
	width:712px;
	}
#cart td.total_color{
	padding-left: 3px;
	background-color: #336633;
	font-size: 12px;
	padding-left:5px;
	letter-spacing: 2px;
	color:#FFFFFF;
	}

#cart td.total{
	padding: 3px;
	font-size: 11px;
	border-bottom:1px #336633 solid;
	}






#cart td.dotted{
	height:2px;
	border-bottom:1px dotted #993333;
	}
	
#cart p.attention{
	margin-left:20px;
	color:#993333;
	}
