p.first{
	padding-left: 18px;
	margin-bottom: 30px;
}

p.first span{
	color: #FF0000;
}

/**************************************************************
* prod_list
***************************************************************/
table.prod_list{
    border-collapse: separate;
    border-spacing: 0;
	border: 1px solid #E0F7E0;
}


table.prod_list th,
table.prod_list td{
	border: 1px inset #C1EFC1;
}

table.prod_list th{
	background-color: #A4FF8F;
}

table.prod_list tr.cstyle01 td{
	background-color: #FFFB9C;
}

table.prod_list tr.cstyle02 td{
	background-color: #FFFFD1;
}

/**************************************************************
* order_form
***************************************************************/

table.order_list th{
	background-color: #cfa9ff;
}

table.order_list tr.cstyle01 td{
	background-color: #FFFB9C;
}

table.order_list tr.cstyle02 td{
	background-color: #FFFFD1;
}



