@charset "UTF-8";

body {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	color: #666666;
	line-height: 1.4;
	margin-top: 0px;
}

#priceArea {
	padding-top: 10px;
}

#priceArea h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FF6600;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
}

#priceArea h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666600;
	margin-bottom: 5px;
}

#priceArea p {
	margin-bottom: 3px;
}

#priceArea ul {
	margin-bottom: 20px;
	margin-left: 30px;
}

#priceArea Table {
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9966;
	border-left-color: #FF9966;
	border-left-width: 1px;
}

#priceArea td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9966;
	border-bottom-color: #FF9966;
}
