@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	padding: 0 10px;
}
h1 {
	display: none;
}
h2, h3, h4, h5, h6 {
	font-size: 120%;
}

/********* 個別指定 *************************************************/

table.tablesorter {
	width: 100%;
}
table.tablesorter thead tr .header {
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tablesorter/desc.gif);
}

/********* IE6用設定 ************************************************/

* html table tr th, * html table tr td {
	font-size: 80%;
}
