div#products_title
{
	padding:20px;

	zoom:100%;
}

div#products_title:after
{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


div#products_title img.l_ban
{
	float:left;
}

div#products_title img.r_ban
{
	float:right;
}

p
{
	font-size:11pt;
	margin-left:20px;
	margin-right:20px;
}


/*===== 製品用テーブル =====*/
table.products_table
{
	font-size:10pt;
	width:810px;
	margin-bottom:30px;
	margin-right:0px;
}

table.products_table caption
{
	background-color:#90ee90;
	padding:3px;
	font-weight:900;
	border:1px #000000 solid;
}


table.products_table caption a
{
	color:#000000;
}

table.products_table tr:hover td
{
	background-color:#ccffff;
}

table.products_table th
{
	text-align:center;
	background-color:#333333;
	color:#f0f0f0;
	white-space:nowrap;
}


table.products_table td
{
	background-color:#ffffff;
}

table.products_table td.os
{
	text-align:left;
	white-space:nowrap;
}

table.products_table td.data
{
	text-align:right;
	white-space:nowrap;
}

table.products_table td.title
{
	background-color:#ffccaa;
	width:200px;
}


/*====== 全製品一覧 ======*/
h2.products_caption
{
	text-align:center;
	font-size:15pt;
	padding:5px;
	border:3px #000000 double;
}

h2.products_caption a
{
	color:#000000;
}

table.category_table
{
	font-size:11pt;
}


/*====== シリーズ別製品一覧 ======*/

h3.series_caption
{
	border-left:10px #000000 solid;
	border-bottom:5px #000000 solid;
	font-size:13pt;
	font-weight:900;
}

h3.series_caption a
{
	color:#000000;
}

table.series_table th
{
	background-color:#90ee90;
	font-size:11pt;
}

table.series_table td
{
	font-size:10pt;
}

table.series_table td.seihin
{
	font-size:11pt;
}

table.series_table td.hatsubaibi
{
	white-space:nowrap;
}

table.series_table td.price
{
	text-align:right;
}

table.series_table td.new_mark
{
	text-align:center;
}


table.series_table .kaitei
{
	color:#777777;
	font-size:10pt;
}

table.series_table .SS2000
{
	color:#dd7777;
	font-size:10pt;
}

table.series_table .DL
{
	color:#77dd77;
	font-size:10pt;
}

table.series_table .xbox,table.series_table .ps2,table.series_table .psp,table.series_table .ds,table.series_table .ps3
{
	color:#cc9966;
	font-size:10pt;
}

table.series_table tr:hover td
{
	background-color:#ccffff;
}


