@charset "utf-8";
/* CSS Document */
.green{
	color: #6ca300;
}
a.green:link,a.green:visited {
color: #6ca300;
}
.red{
	color: #E37716;
}
.red2{
	font-weight: bold;
	color: #F00;
}
.order-red2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}

.order-del {
	color: #999;
	text-decoration: line-through;
}
.brown{
	font-size: 14px;
	color: #F30;
	font-weight: bold;
}
.red1{
	color: #F00;
	font-size: 20px;
	font-weight: normal;
}

.order-red2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}

.order-del {
	color: #999;
	text-decoration: line-through;
}

.blue{
	color: #36F;
}
a.blue:link,a.blue:visited {
	color: #36F;
}
