@charset "utf-8";

#container , #columnTwoBox {overflow:visible;}

/* playerList */
/************************************************/

#playerList {
 	overflow:hidden; 
  	zoom: 1;
  }

#playerList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#playerList ul {
 	overflow:hidden; 
  	zoom: 1;
  }


#playerList li {
	float: left;
}


#playerList ul li a {
	background-image: url(/team/player/img/bg_list_n.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	margin-bottom: 15px;
	height: 86px;
	margin-right: 5px;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
  }


#playerList ul li a:hover {
	background-image: url(/team/player/img/bg_liston_n.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;

}

#playerList ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 7px;

}

.kana {
	font-size: 84%;
	color: #009900;
}
.textPosision {
	font-size: 80%;
	color: #999999;
}
.h3player {
	text-decoration: none;
	background-image: url(/team/img/h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

