@charset "utf-8";
/**********************************************************************
	for "cart.html" Style Sheet
	Last Update 2008-05-10
***********************************************************************/

#page #main #content table {
	width: 250px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#page #main #content .koumoku {
	width: 140px;
	color: #FFFFFF;
	text-indent: 1em;
	background: #003366;
}

#page #main #content .kingaku {
	padding-right: 0.5em;
	border: 1px solid #003366;
	text-align: right;
}

#page #main #content .tyuui li {
	padding-right: 0.5em;
	list-style: disc inside;
}

#page #main #content .tyuui .tokkijikou {
	color: #990000;
	list-style: none;
}

#page #main #content img {
	float: left;
	clear: left;
	padding-right: 10px;
	padding-left: 5px;
}

*html body #page #main #content img { /* for IE6 */
	margin-left: 10px;
	margin-right: 20px;
}

