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

/* ===== report ===== */
#item_list dl { margin: 0;}

#item_list dt {
	float: left;
	width: 8em;
}

#item_list dd {
	padding-left: 9em;
	background-image: url(../images/arr_cat1.gif);
	background-position: 8.3em 0.6em;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCCCCC;
}

#item_list dd.shopping { background-image: url(../images/arr_cat2.gif);}

.item_ph_L {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
	text-align: center;
	color: #CC0000;
}

.item_ph_R {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
	text-align: center;
	color: #CC0000;
}

.item_ph_L span, .item_ph_R span { font-size: 120%;}

ul#order {
	border-top: 3px double #CCCCCC;
	list-style-type: square;
	padding: 10px;
}

h2.shopping { background-image: url(../images/bg_h2_2.gif);}
