@charset "utf-8";
@import url("indexpage.css");

/* ビデオゲーム一覧ページ専用スタイル */
thead th, tfoot th
{
	background-color: #F0FFF0;
}
tbody tr:hover
{
	background-color: #FFFFF0;
}
th, td
{
	border : 1px dashed #CCC;
}

/* 検索ページ用スタイル */
#VIDEOGAME-SEARCH label
{
	margin : 0;
	height : 1.5em;
}
#VIDEOGAME-SEARCH select, #VIDEOGAME-SEARCH #PRICE input
{
	text-align : right;
}
#VIDEOGAME-SEARCH #price input
{
	width : 5em;
}
#VIDEOGAME-SEARCH select.target
{
	text-align : left;
	width : 6em;
}
#VIDEOGAME-SEARCH li
{
	width               : 10em;
	margin              : 0;
	padding             : 0;
	list-style-position : inside;
	list-style-type     : disc;
	text-align          : right;
}
#VIDEOGAME-SEARCH li.wait
{
	list-style-type : none;
}
#VIDEOGAME-SEARCH li.draw
{
	list-style-type : circle;
}
#VIDEOGAME-SEARCH li.draw a
{
	color : #663333;
	background-color : #FFF0F0;
}
#VIDEOGAME-SEARCH thead th
{
	white-space : nowrap;
}
