﻿	body{
		font-size:0.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	table thead td{
		font-weight:bold;
		cursor:pointer;
	}
	/* 並び替えができる列を選択時にハイライト効果を付けたいときは以下で指定 */
	.highlightedColumn{color:red;

	}	
