@import "common.css";
@import "searchbar.css";
@import "infobar.css";
@import "navi.css";

div.main h1
{
	padding-left: 6px;
	font-size: 14px;
	line-height: 26px;
	border-left: 8px solid #660000;/*#e5b25f;*/
}

div.main p.guide
{
	font-weight: normal;
	padding: 10px 15px;
}

table.list
{
	width: 730px;
	font-size: 12px;
	border-collapse: separate;
}
	table.list th
	{
		margin: 0px;
		padding: 0px;
		border-top: solid 1px #eeeeee;
		border-left: solid 1px #eeeeee;
		border-right: solid 1px #333333;
		border-bottom: solid 1px #333333;
		background-color: #666666;
		color: #eeeeee;
		font-weight: normal;
	}
	table.list td
	{
		padding: 5px 2px;
		color: #636363;
	}
		table.list td input
		{
			color: #000000;
		}
		table.list td select
		{
			color: #000000;
		}
	table.list td.border
	{
		border-bottom: solid 1px #666666;
	}
	table.list p.shop
	{
		font-size: 10px;
		color: #333333;
	}
	table.list p.goods
	{
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}
	table.list p.address
	{
		font-size: 12px;
		line-height: 1.3em;
		color: #333333;
	}
	table.list p.dtype
	{
		width: 100px;
		border: solid 1px #333366;
		background-color: #333366;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
	}
	table.list p.dtime
	{
		width: 120px;
		border: solid 1px #333366;
		text-align: center;
		color: #333366;
		font-weight: bold;
	}
	table.list p.opt
	{
		color: #666666;
		font-size: 12px;
		text-align: right;
	}
	table.list span.unit
	{
		font-size: 10px;
		color: #333333;
	}
	table.list span.num
	{
		font-size: 16px;
		font-weight: bold;
		color: #cc3333;
	}
	table.list span.price
	{
		font-size: 16px;
		font-weight: bold;
		color: #cc3333;
	}
