.large {
	font-size: 14pt;
	color: #333333;
	line-height: 150%;
}

.main {
	font-size: 84%;
	color: #333333;
	line-height: 150%;
}

.middle {
	font-size: 11pt;
	color: #000000;
	line-height: 150%;
	font-weight: bold;

}
.note {
	font-size: 8pt;
	color: #333333;
}

a:link {
	color: #0066FF;
	text-decoration: none;
	}
a:visited {
	color: #0066FF;
	text-decoration: none;

}a:hover {
	color: #FF6600;
	text-decoration: none;
}

table .float_l th, table .float_r th{
	background-image: url(order/images/bg_th.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.float_l {
	clear: left;
	float: left;
	margin-left: 40px;
	_margin-left: 20px;　/*左空ハック*/
}
.float_r {
	clear: right;
	float: rightt;
	margin-right: 20px;
}
.style2 {
	line-height: 150%;
	font-weight: bold;
	font-size: 11pt;
}
.cart{
	font-size: 0.8em;
	color: #CC3300;
	font-weight: bold;
}
.pad{ padding: 5px;}


