table {
	width: 620px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1em/1em "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
	
tr{

}
td, th {
	border: 1px solid #FFCA5E;
	padding: 10px;
	font-size: 11px;
	color: #666;
  }
thead th {
	background: url(../images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: lighter;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	line-height: 40px;
}
tfoot th, tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	height: 20px;
	line-height: 20px;
}
 tbody th,thead th,tbody td {
	vertical-align: top;
	text-align: left;
}

tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url(../images/bg_td2.jpg) repeat-x left top;
	color: #000;
}

tr.odd
{
background: url("shim.gif")  repeat-x top left;
}	
