@charset "utf-8";

/*
	Site Name: 
	Description: base template style
	Version: 
	Author: 
*/

body.intro h3{
	color:#333333;
	padding:8px;
	background:#eeeeee;
	min-height:22px;
	margin:1em 0;
	border-bottom:1px #333 solid;
	border-left:4px #333 solid;
	font-size:1.2em;
}
*html body.intro  h3{
	height:22px;
}

body.intro  div#ground{
	margin:0 0.5em;
}




div#wrap-intro{
	width:451px;
	margin:1em auto 0;
	background:url(/img/team/bg_teampage_bottom.gif) no-repeat left bottom;
	padding:0 0 1em;	
}
div#wrap-intro dl{
	padding:1em 1.85em 0;
	background:url(/img/team/bg_teampage_top.gif) no-repeat left top;	
}
dl dt{
	text-align:center;
}
dl dd.teamname{
	font-weight:bold;
	font-size:1.5em;
	background:url(/img/team/ic_weare.gif) no-repeat left center;
	padding:0.25em 0 0.5em 52px;
	min-height:33px;
}
dl dd.teamname{
	height:33px;
}
div.ground{
	padding:0 1em;
}
table{
	border-collapse:collapse;	
	border-top:#E3E3E3 1px solid;
	border-left:#E3E3E3 1px solid;
	width:100%;
}
table th{
	background:#EFEFEF;
	border-right:#E3E3E3 1px solid;
	border-bottom:#E3E3E3 1px solid;
	font-weight:bold;
	text-align:left;
	padding:0 1em;
	white-space:nowrap;
}
table th.player-name{
	width:25%;
}
table th.uniform-number{
	width:6%;
}
table td.uniform-number{
	text-align:center;
}
table td{
	border-right:#E3E3E3 1px solid;
	border-bottom:#E3E3E3 1px solid;
	padding:0 0.5em;
}
