table.tablesorter thead tr .header {
	padding-right: 0px;
	background-image: url(http://suguroom.eiki-net.co.jp/img_common/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr th {
	border: 1px solid #FFFFFF;;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://suguroom.eiki-net.co.jp/img_common/tablesorter/asc.gif);
	padding-right: 0px;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://suguroom.eiki-net.co.jp/img_common/tablesorter/desc.gif);
	padding-right: 0px;
}
