@charset "utf-8";
/*CSS document*/

h5{
	margin: 5px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

table#price{
	margin: 5px 20px;
	border-collapse: collapse;
}
table#price th{
	padding: 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 180px;
	color: #06f;
}
table#price td{
	font-weight: bold;
	color: #f00;
	text-align: center;
	height: 100px;
	background: url(../images/price_bg.gif) no-repeat center center;
}
	table#price td strong{
		font-size: 48px;
	}

table#shipping{
	margin: 5px 20px;
	border-collapse: collapse;
}
table#shipping th{
	text-align: center;
	width: 100px;
	border: 1px solid #ccc;
	background: #ddd;
}
table#shipping td{
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}

