@charset "utf-8";

/* history.html
-------------------------------------------------*/
/* team_info */

h2 {
	margin: 0;
	padding: 2px 7px;
	border: solid 1px #333333;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background: #222222;
}
table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #333333;
/*	background-color: #cccccc;*/
	font-size: 120%;
}
td {
	padding: 3px 0px 3px 8px;
	border: 1px solid #333333;
}
th {
	width: 20%;
	border: 1px solid #333333;
	padding: 3px 0px 3px 0px;
}
/*  IE8 hack */
table,dl,h2 {
width:100.5%;
}
/*  IE7 hack */
*:first-child+html table,dl,h2 {
width:100.5%;
}
/*  IE6 hack */
* html table,dl,h2 {
width:100.5%;
}

/* team_allresult */
dl#team_allresult {
	border: solid 1px #333333;
	border-bottom: none;
	color: #000000; 
/*	background: #cccccc;*/
}
dl#team_allresult dt {
	margin: 0; 
	padding: 2px 7px;
	font-size: 105%;
	color: #ffffff;
	border-bottom: solid 2px #333333;
}
dl#team_allresult dd {
	margin: 0; 
	padding: 2px 7px;
	border-bottom: solid 2px #333333;
}
dl#team_allresult dt.senseki {
	background: #605f5c;
}
/* team_history */
dl#team_history {
	border: solid 1px #333333;
	border-bottom-width: 2px;
	color: #000000; 
/*	background: #cccccc;*/
}
dl#team_history dd {
	margin: 0; 
	padding: 2px 7px;
	border-bottom: solid 2px #333333;
}
dl#team_history dt.year_result {
	padding: 2px;
	color: #222222;
/*	background: #cccccc;*/
}
dl#team_history dd.up {
	color:#FFF;
	background: #f0037f;
}
dl#team_history dd.year_team {
	color:#FFF;
	background: #61b84a;
}
dl#team_history dd.year_result {
/*	background: #cccccc;*/
	color: #222222;
}
