/************************************************
 * table関連のスタイルシート
 ***********************************************/
table.showList
{
	margin: 0 auto;
	margin-bottom: 60px;
	width: 848px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-collapse: collapse;
}

table.showList tbody tr.table_header
{
	color: #FFFFFF;
	width: 848px;
	height: 28px;
	text-align: center;
	background-image: url("../img/table_bg.png");
	background-repeat: repeat-x;
	background-position:left top;
}

table.showList tbody tr.table_header th
{
	text-align: center;
	border-right: 1px solid #9eda94;
	border-bottom: 1px solid #919191;
}

table.showList tbody tr.table_header th.last
{
	border-right: 1px solid #919191;
}

table.showList tbody tr td
{
	padding: 2px 4px;
	height: 28px;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

table.showList tbody tr td.last
{
	border-bottom: 1px solid #919191;
}

/* 列の番号が奇数の列に使用 */
.odd
{
	background-color: #FFFFFF;
	font-size: 90%;
	text-align: left;
}

/* 列の番号が偶数の列に使用 */
.even
{
	background-color: #fff1e1;
	font-size: 90%;
	line-height: 1.3em;
	padding: 2px 4px;
	text-align: left;
}
