/* 殿堂共通 */
.BaseballTTL {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
.BaseballSTTL {
	border-top: 1px solid #9DB1B3;
	border-bottom: 1px solid #9DB1B3;
	border-right: 1px solid #9DB1B3;
	border-left: 8px solid #9DB1B3;
	padding: 3px 3px 3px 8px;
}
.NavLink {
	font-size: 11px;
	line-height: 1.4em;
	padding-left:10px;
}

/* 野球殿堂とは？ */
.SumTableBG{
	background: url(/baseball_hallo/summary/images/table_bg.gif) repeat-y;
}
.SumTable2 td {
	color: #3D2A12;
	line-height: 1.4em;
}
#summary_lead .lead {
	padding: 0 20px 10px 20px;
	background: url(../baseball_hallo/summary/images/frame-ct.jpg) 0 0 repeat-y;
}
#summary_lead .lead th,
#summary_lead .lead td {
	vertical-align: top;
}
#summary_lead .lead th {
	width: 250px;
	text-align: center;
}
#summary_lead .lead th img.link {
	margin-top: 10px;
}
#summary_lead .lead td {
	padding-right: 10px;
	line-height: 1.5;
	color: #FFFFFF;
}
/* 殿堂サーチ */
table .BaseballTable{
	background-color: #676666;
}
table .BaseballTable th{
	background-color: #E8E3D0;
	font-weight: normal;
	text-align: left;
}
table .BaseballTable tr.SearchR th{
	background-color: #E8E3D0;
	font-weight: normal;
	text-align:center;
}
table .BaseballTable td{
	background-color: #F2F2F2;
}
table .BaseballTable td.White{
	background-color: #FFFFFF;
}
table .BaseballTable tr.LineW td{
	background-color: #FFFFFF;
	text-align:center;

}
table .BaseballTable tr.Line50 td {
	background-color: #E8E3D0;
	text-align:center;
}

/* 殿堂者一覧 */
table.ListTable {
	background-color: #003300;
}
table.ListTable th {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #097575;
	text-align: center;
}
table.ListTable th a,
table.ListTable th a:link,
table.ListTable th a:visited,
table.ListTable th a:active,
table.ListTable th a:hover,
table.ListTable th a:focus{
	color : #FFFFFF;
}
table.ListTable th a.up {
	padding-left: 13px;
	background: url(../images/i_up.gif) center left no-repeat;
}
table.ListTable th a.down {
	padding-left: 13px;
	background: url(../images/i_down.gif) center left no-repeat;
}
table.ListTable td {
	background-color: #FFFFFF;
}
table.ListTable td.Zebra {
	background-color: #CCCCCC;
}
table.ListTable td.Green {
	background-color: #D0E7D9;
	white-space: nowrap;
}
table.ListTable td.GreenC {
	background-color: #D0E7D9;
	text-align:center;
	white-space: nowrap;
}

/* 殿堂者詳細 */
.BHDName {
	background: url(../baseball_hallo/detail/images/name_bg.gif) no-repeat;
}
.BHDName td{
	color: #D7CFB2;
	line-height: normal;
}
.BHDTable {
	background: url(../baseball_hallo/detail/images/table_bg.gif);
}
.BHDTable th {
	background: #E8E3D0;
	font-weight: normal;
	text-align: left;
	line-height: 1.6em;
}
.BHDTable td {
	background: #F2F2F2;
	line-height: 1.6em;
}
.BHDCaption {
	padding-left:10px;
}
.BHDTable2 th {
	color: #322415;
	border-bottom: 1px solid #322415;
	font-weight: normal;
	text-align: left;
}
.BHDTable2 td {
	color: #322415;
	line-height: 1.6em;
	padding: 10px;
}

/* 殿堂者詳細（成績詳細） */
table.ResultTable {
}
table.ResultTable th{
	border-bottom: 1px solid #999999;
	background: #E8E3D0;
}
table.ResultTable td{
	border-bottom: 1px solid #999999;
	text-align: center;
}
table.ResultTable tr.Zebra td{
	background: #DDDDDD;
}
table.ResultTable tr.Total td{
	background: #999999;
}

/* 殿堂ニュース */
.PhotoCap{
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 4px;
	vertical-align: top;
}
