@import "common.css";
@import "searchbar.css";
@import "infobar.css";
@import "navi.css";

td.main h1
{
	padding-left: 6px;
	font-size: 14px;
	line-height: 26px;
	border-left: 8px solid #e5b25f;
}

td.main p
{
	width: 600px;
	padding-left: 15px;
	line-height: 1.3em;
}

td.main table.list
{
	margin-left: 15px;
}
		
	div.main table.list td.err
	{
		padding: 2px 0px;
		font-weight: bold;
	}

td.main span.price
{
	color: #cc0033;
	font-weight: bold;
	font-size: 1.3em;
}
	