@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 { background-color: #fff; text-align: left; margin: 30px 1px; list-style-type: none; width:640px;}
#player-detail { background-color: #fff; text-align: left; margin: 0; padding: 10px 0; list-style-type: none;}

#player-mark {
	clear: both;
	margin: 10px 0;
	text-align: right;
}

#name-pro {
	background: url(../player/images/t-pro.gif) no-repeat 90px top;
	height: 80px;

}

#name-ama {
	background: url(../player/images/t-ama.gif) no-repeat 90px top;
	height: 80px;
}

#name-prolist {
	background: url(../player/images/t-pro.gif) no-repeat 70px -20px;
	height: 80px;

}

#name-amalist {
	background: url(../player/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: 95%;
	font-weight: bold;
	margin-left: 120px;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../player/images/maru.gif) no-repeat left 3px;
}

/* ■その他 */

p {
  margin: 0;
}

#name-prolist img,
#name-amalist img,
#name-pro img,
#name-ama 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;
}


#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; }








h2#t-player {
	background: url(../images/t-player.jpg) no-repeat;
	height:0;
	display:block;
	overflow:hidden;
	position:relative;
	width:664px;
	padding-top:43px;
	margin-top:20px;
}

h3#st-block {
	color: #444;
	margin:0;
	font-size:larger;
}

h4#st-schedule {
	background: url(../images/st-schedule.jpg) no-repeat;
	height:0;
	display:block;
	overflow:hidden;
	position:relative;
	width:231px;
	padding-top:20px;
	margin:0;
}

.block_wrapper {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

.block_frame {
	border: solid 1px #666;
	width:190px;
	padding: 0 0 8px 10px;
}

.block_name {
	color: #fff;
	font-weight:bold;
	width:192px;
	background-color: #666;
	margin-top:5px;
	padding: 2px 5px;
}

.block_logo {
	float:left;
	margin-top:5px;
	margin-right:5px;
}

.block_areaname {
	margin-top:5px;
}

.block_date {
	font-weight:bold;
	font-size:130%;
	color: #039;
	letter-spacing:-0.1em;
}

.block_weekday {
	font-size:90%;
	font-weight:bold;
	color: #039;
}

.block_club {
	font-size:100%;
	text-align:center;
	font-weight:bold;
	color: #039;
	clear:both;
	margin-right:10px;
}

.block_club a {
	color: #039;
	text-decoration:none;
}

.block_club a:hover {
	text-decoration:underline;
}

.block_entry a { background-image: url(../images/entry.gif); background-repeat: no-repeat; 
width:180px;
height: 0;
overflow:hidden;
display:block;
margin-top: 13px;
padding-top:23px;
position:relative;
}

.block_entry a:hover {
    background-position: 0 -23px; 
}



.block_match a { background-image: url(../images/match.gif); background-repeat: no-repeat; 
width:180px;
height: 0;
overflow:hidden;
display:block;
margin-top: 10px;
padding-top:23px;
position:relative;
}

.block_match a:hover {
    background-position: 0 -23px; 
}

.block_entry_s a { background-image: url(../images/entry.gif); background-repeat: no-repeat; 
width:180px;
height: 0;
overflow:hidden;
display:block;
margin-top: 15px;
padding-top:23px;
position:relative;
}

.block_entry_s a:hover {
    background-position: 0 -23px; 
}

.block_result a { background-image: url(../images/result.gif); background-repeat: no-repeat; 
width:180px;
height: 0;
overflow:hidden;
display:block;
margin-top: 13px;
padding-top:53px;
position:relative;
}

.block_result a:hover {
    background-position: 0 -53px; 
}

.block_result_s a { background-image: url(../images/result.gif); background-repeat: no-repeat; 
width:180px;
height: 0;
overflow:hidden;
display:block;
margin-top: 16px;
padding-top:53px;
position:relative;
}

.block_result_s a:hover {
    background-position: 0 -53px; 
}

p {
  padding: 0;
  margin:10px 0;
}

/* ■大会結果テーブル */

table {
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 30px;
	width:100%;
}

table.record {
	width: 300px;
	margin-bottom: 30px;
	margin-right: 20px;
}

th, td	{
	color: #000;
}

th	{
	border-bottom: 2px solid #000;
	text-align: left;
	padding: 2px 0;
	font-size: 110%;
}

.record th	{
	font-size: 90%;
	padding: 2px;
	text-align: center;
}

.record td	{
	padding: 2px;
	text-align: center;
}

td.pname {
	text-align: left;
}

td	{
	border-bottom: 1px dashed #000;
	padding: 2px;
}

td.lasttd	{
	border-bottom: 2px solid #000;
	padding: 2px;
	word-break: break-all;
}

td.plasttd	{
	border-bottom: 2px solid #000;
	text-align: left;
}

#sponsorlink a {
	color:#000;
	text-decoration:none;
}

#topicpath { margin: 1.5em 0; padding: 0; height: 15px; font-size:small;}
#topicpath li {list-style:none; display:inline; margin: 0 0.5em; }
#topicpath a { text-decoration: none; color:#000; }
#topicpath a:hover { text-decoration: underline; }

/* ■CSS上書き */
#tour_info {
	background: url(../images/tour_info.jpg) repeat;
	height:205px;
	padding:0 10px;
	display:block;
	margin: 0;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-weight:bold;
	font-size:medium;
	line-height: 1.4;
}