﻿/*****************************/
/*        Left Menu          */
/*****************************/
.body#contents {
/*
	font-size: 14px;
 */
 	width: 595px;
	height: 700px;
}

.required {
	color: red;
	font-size: 10px;
	font-weight: bold;
}

.ordertable {
	padding: 10px;
	width: 565px;
}

.ordertable th {
	color: black;
	font-size: 12px;
	width: 135px;
	padding: 5px;
	background-color: #FFEEEE;
}

.ordertable td {
	background-color: #F0FCFF;
	padding: 5px;
}

td.orderheader {
	background-color: #E0FFE0;
}

td.orderblank {
	background-color: #FFFFFF;
}

th.ordercenter {
	background-color: #FFFFFF;
	text-align: center;
}

.ordercenter input {
	width: 100px;
}

.ordercenter button {
	width: 100px;
}

.senddest th {
	background-color: #E0FFE0;
	font-size: 12px;
}

.senddest td {
	background-color: #FFFFE0;
}

.smalltext {
	font-size: 10px;
}

.details {
	margin-left: 40px;
	font-size: 15px;
}

.details a{
	font-weight: bold;
}
.costtable {
	border: 0px;
/*	margin-left: 10px;*/
	margin-left: 30px;
}

.costtable th {
/*	background-color: #FFF0F0;*/
	background-color: #99FF99;
	padding: 3px;
	font-size: 12px;
}

.costtable td {
/*	background-color: #F0FAFF;*/
	background-color: #FFFFCC;
	padding: 3px;
	font-size: 12px;
}

.right {
	text-align: right;
}

.body a {
	text-decoration: underline;
	color: blue;
}

.title {
	font-size: 15px;
	color: blue;
	margin: 30px 0px 10px 20px;
}

h2 {
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.redtext {
	color: red;
}

.rescosttable {
	width: auto;
	margin: auto;
	padding: 0px;
}

.rescosttable th {
	background-color: #F0FAFF;
	width: auto;
	text-align: center;
	font-weight: bold;
}

.rescosttable td {
	width: 120px;
	text-align: right;
	font-weight: normal;
}

.rescosttabletotal th {
	text-align: right;
	border-top: 1px solid #000000;
}

.rescosttabletotal td {
	border-top: 1px solid #000000;
}
/* mikasa */
.gotoordform {
	margin: 30px 0px 20px 10px;
	text-align: center;
}
.gotoordform img{
	border: none;
	margin-left: 10px;
}
.priceinf {
	color: #0000FF;
	font-size: 12px;
	padding-left: 10px;
}
