@charset "iso-8859-1";
/*####################################
Copyright (c) Kato Yusuke.
CSS Document : support.css
Date : 2005/10/13
####################################*/


TABLE.sale {
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #8B0021;
	border-left: 1px solid #8B0021;
}
TABLE.sale CAPTION {
	text-align: left;
	color: #8B0021;
	font-weight: bold;
	vertical-align: bottom;
	background: url("../common/img/square.gif") no-repeat 0em 0.3em;
	padding-left: 1em;
}
TABLE.sale TH {
	padding: 2px 5px;
	background: #8B0021;
	color: #fff;
	border-bottom: 1px solid #8B0021;
	border-right: 1px solid #fff;
	white-space: nowrap;
}
TABLE.sale TH#last { border-right: 1px solid #8B0021; }
TABLE.sale TH#last2 {
	border-right: 1px solid #8B0021;
	text-align: right;
}
TABLE.sale TH#mid { border-right: none; }
TABLE.sale TD.img { text-align: center; }
TABLE.sale TD {
	padding: 2px 5px;
	border-bottom: 1px solid #8B0021;
	border-right: 1px solid #8B0021;
}
TABLE.sale TD A{ color: #F29349; }