<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

h1 {
	background-image: url(title.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	margin:0px;
	width:400px;
	height:50px;
}

h2 {
	background-image: url(img/tvmonitor.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	margin:0px 5px 0px 10px;
	width:24px;
	height:24px;
}

/*選手紹介*/
.linkPlayer{font-size: 12px; font-weight:bold;}
table#playerMenu td{ font-size:12px; text-align:center; padding:1px 3px; _padding:2px 3px 0px; border:1px solid #cc6666; white-space:nowrap; opacity:0.5; filter:alpha(opacity=50);}
table#playerMenu td:hover{ opacity:1.0; filter:alpha(opacity=100);}
#playerTitle{ font-size:16px; font-weight:bold;}
.playerCatch{ font-size:14px; font-weight:bold;}
.playerBox{
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px dotted #333333;
	line-height: 1.6em;
}
#photocopy{font-size:10px; font-weight:normal; color:666666; text-align:right;}

/*------------------写真マージン------------------*/
div.photoBox{
	margin:0px 5px 2px 0px;
}
</pre></body></html>