@charset "utf-8";
#price table {
	margin: 20px;
	color: #6600FF;
}
#company table {
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#shop h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_shop.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#price h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_price.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_info.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#location h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_location.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#qa h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_QA.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#company h2 {
	text-align: right;
	font-size: 12px;
	color: #FF6600;
	height: 20px;
	width: 655px;
	margin: 0px;
	background-image: url(images/title_company.gif);
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#company th {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#company td {
	text-align: left;
}


#price td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6600FF;
	font-size: 16px;
}
#price th {
	color: #6600FF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6600FF;
	text-align: left;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#company tr {
	padding: 10px;
}
