@charset "utf-8";


/*----------------------------------------------------
選手プロフィールメニュー
----------------------------------------------------*/
div.playerMenu ul li {
	width: 210px;
	float: left;
}
/*----------------------------------------------------
選手プロフィール	
----------------------------------------------------*/
div.player {
	margin-bottom:20px;
}
div.player table {
	width: 575px;
	margin-bottom: 20px;
}
#main div.player table p {
	margin-bottom: 0;
}
div.player th,
div.player td {
	padding: 5px 10px;
	border: solid 1px #999;
	border-collapse: collapse;
}
div.player th {
	width:150px;
	background: #FDF0BB;
	text-align: center;
}
div.player img {
	margin:0 20px;
}
