@charset "utf-8";
/*===================================================

	players/data/***

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	上書き
----------------------------------------------------*/
#main h1 {
	margin-bottom: 0;
}
/*----------------------------------------------------
	IE-DD1
----------------------------------------------------*/
  #main h1 a {
	  color: #FFF;
	  display: none;
	  float: right;
	  font-size: 11px;
	  padding-right: 10px;
	  *margin-top: -35px; /* IE7以下 */
  }
  iframe#dd1 {
	  display: none;
	  padding: 3px 0 0 3px;
  }

/*----------------------------------------------------
	#players_data
----------------------------------------------------*/
#players_data {
	float: left;
	width: 471px;
}
#players_data table {
	width: 464px;
	margin: 3px;
}
#players_data td {
	border: 1px solid #CCC;
}
#players_data .title {
	background: #333;
	color: #FFF;
	text-indent: 0.5em;
	width: 70px;
}
#players_data .data {
	height: 23px;
	text-indent: 0.5em;
}
#players_data #history {
	height: 104px;
	width: 224px;
	margin-left: 0.5em;
	overflow-y: scroll;
}
#players_data #history_staff {
	height: 103px;
	width: 234px;
	margin-left: 0.5em;
	overflow-y: scroll;
}
#players_data #movie {
	width: 464px;
	border: 1px solid #CCC;
	margin: 2px 0 0 2px;
}

/*----------------------------------------------------
	#position
----------------------------------------------------*/
#position {
	float: right;
	width: 291px;
	padding: 1px;
}
#position ul {
	width: 291px;
	height: 92px;
	list-style-type: none;
	background: url(../players/img/position.jpg) no-repeat;
}
#position li {
	float: left;
	padding: 0 1px 1px 0;
}
#position li a {
	display: block;
	width: 96px;
	height: 45px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#position #gk a:focus,
#position #gk a:hover {
	background: url(../players/img/position.jpg) no-repeat 0px -92px;
}
#position #df a:focus,
#position #df a:hover {
	background: url(../players/img/position.jpg) no-repeat -97px -92px;
}
#position #mf a:focus,
#position #mf a:hover {
	background: url(../players/img/position.jpg) no-repeat -194px -92px;
}
#position #fw a:focus,
#position #fw a:hover {
	background: url(../players/img/position.jpg) no-repeat 0 -138px;
}
#position #staff a:focus,
#position #staff a:hover {
	background: url(../players/img/position.jpg) no-repeat -97px -138px;
}
#position #all a:focus,
#position #all a:hover {
	background: url(../players/img/position.jpg) no-repeat -194px -138px;
}

