@charset "UTF-8";/* ■ページ構造 */body {	margin: 0;	padding: 0;	background: #fff	color: #000;	font-size: 95%;	line-height: 1.2;}.player {	width: 440px;	margin: 0 15px 10px;	text-align: left;	padding-bottom: 20px;}.back {	font-size: smaller;	text-align: right;}#player-list {	float: left;	margin: 10px 0;}#player-detail { background-color: #fff; text-align: left; margin: 0; padding: 10px; list-style-type: none; }#player-mark {	clear: both;	margin: 10px 0;	text-align: right;}#name-pro {	background: url(images/t-pro.gif) no-repeat 90px top;	height: 80px;}#name-ama {	background: url(images/t-ama.gif) no-repeat 90px top;	height: 80px;}#name-prolist {	background: url(images/t-pro.gif) no-repeat 70px -20px;	height: 80px;}#name-amalist {	background: url(images/t-ama.gif) no-repeat 70px -20px;	height: 80px;}.player-name {	color: #000;	font-size: 140%;	font-weight: bold;	padding-left: 140px;	padding-top: 25px;	margin: 0;}.player-yomi {	color: #000;	font-size: 110%;	font-weight: bold;	padding-left: 142px;	padding-top: 5px;	margin: 0;}.player-namelist {	color: #000;	font-size: 140%;	font-weight: bold;	margin-left: 120px;	margin-top: 5px;}.player-link {	color: #cc0000;	font-size: 100%;	font-weight: bold;	margin-left: 120px;	margin-top: 10px;	padding-left: 15px;	background: url(images/maru.gif) no-repeat left 3px;}/* ■その他 */p {  margin: 0;}img {	float: left;	border: #000 solid 1px;	margin-right: 0.5em;}.continue { float: right; }.back { float: right; }a { color: #000; text-decoration: none; }a:hover { color: #000; text-decoration: underline; }ul {	margin-left: 0;	padding-left: 0;	list-style: none;}li.ama {	padding-left: 20px;	background: url(images/ama.gif) no-repeat left 2px;}li.pro {	padding-left: 20px;	background: url(images/pro.gif) no-repeat left 2px;}#detail { border-top: 2px solid #000;	border-bottom: 2px solid #000;	color: #000;	padding-top: 0.5em; }dt { float: left;	color: #339;	font-weight: bold;}dd { margin-left:11em; margin-bottom: 0.5em; }