@charset "utf-8";
/* CSS Document */

#info-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	background: #fff;
	margin: 45px;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
#info-table thead tr
{
	background: url('../sozai/top_category/information.gif');
	background-repeat:no-repeat;
	text-align: left;
}
#info-table th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
}
#info-table td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#info-table tbody tr:hover td
{
	color: #009;
}


/* 製品特徴テーブル */

#feature-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 300px;
	border-collapse: collapse;
	text-align: left;
}
#feature-table thead tr
{
	text-align: left;
}
#feature-table th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
}
#feature-table td
{

	border-bottom: 1px solid #ccc;
	border-left: 6px solid #CFC2C9;
	color: #669;
	padding: 6px 8px;
}
#feature-table .odd
{
/*
	background: #F6F6F6; 
*/	
	border-left: 6px solid #ff0000;	
}
#feature-table tbody tr:hover td
{
	color: #007;
}


