
/*
	カテゴリー一覧に関するスタイルシート
*/
table.category a.cat
{
	display: block;
	margin:0px;
	padding:1px 2px 1xp 2px;
	width: 100%;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}
table.category a.cat:hover
{
	background-color : #ffeeaa;
}

/*
	商品一覧に関するスタイルシート
*/
.list_goods td
{
	text-align:center;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: solid 3px #DADADA;
}

.goods_image
{
	text-align:center;
	vertical-align:middle;
}

.goods_image img
{
	/*
	width: 90px;
	height: 90px;
*/
	border: solid 1px black;
}

.list_table
{
	margin-top: 0px;
	padding-top: 0px;
}

.list_search input
{
	color: #404040;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	border-width: 0px;
	background-color:#DEDEDE;
}

input.right
{
	text-align:right;
}
/*
	買い物かごに関するスタイルシート
*/
.td_cart
{
	margin-bottom: 5px;
}

.td_cart td
{
	color: #404040;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	margin: 3px 1px 2px 1px;
	padding: 3px 2px 2px 2px;
	border-bottom: solid 1px #818181;
}

.td_cart2
{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}

.top_menu
{
	width:800px;
	background-color: #404040;
	border-bottom-width:0px;
}

.cat
{
	margin: -5xp 0px 0px 0px;
	padding:0px;
}