/* tables */
table.tablesorter {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	margin: 10px 0px 0px 24px;
	font-size: 11pt;
	width: 940px;
	text-align: left;
	border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 0px solid #000000;
	background-color: #000000;
	font-size: 10pt;
	padding: 0px;
	border-style: none;

}
table.tablesorter thead tr .header {
	border: 0px solid #cccccc;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #3D3D3D;
	font-size: 100%;
	padding: 8px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0FFF0;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #000000;
}
