
#title-s #title-s-contents {
	background: url(images/title_bg_n.jpg) no-repeat center top;
}

table.pricelist tr.header th,
table.pricelist tr.header td {
	background-color: #008081;
	color: white;
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
}

table.pricelist tr.header td {
	border-left: 1px solid #1eb3a4;
}

table.pricelist th {
	background-color: #00aaaa;
	border-bottom: 1px solid #008081;
	color: white;
	padding: 10px 15px;
	width: 30%;
}

table.pricelist td {
	border-bottom: 1px solid #949494;
	padding: 15px;
	width: 20%;
}

table.pricelist td.p {
	text-align: center;
	width: 10%;
}

table.pricelist td.o {
	width: 30%;
}

table.pricelist td.o p {
	background-color: #daa520;
	color: white;
	line-height: 1.6em;
	margin: 10px 0px 0px 0px;
	padding-left: 1.0em;
	text-align: center;
}

table.pricelist td.o ul {
	font-size: 90%;
	padding-bottom: 10px;
}

table.pricelist td.o ul li {
	border-bottom: 2px dotted #daa520;
	padding: 6px 0px 3px 10px;
}

table.pricelist td span.link {
	display: block;
	padding: 15px 0px;
}

table.pricelist td span.link a.link-btn {
	font-size: 85%;
	padding: 8px 50px 8px 40px;
}

