@charset "utf-8";


/* playerリスト */
/************************************************/

#playerList {
 	overflow:hidden; 
  	zoom: 1;
  }

#playerList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#playerList ul {
 	overflow:hidden; 
  	zoom: 1;
  }


#playerList li {
	float: left;
}


#playerList ul li a {
	background-image: url(/team/player/img/bg_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	margin-bottom: 15px;
	height: 86px;
	margin-right: 5px;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
  }


#playerList ul li a:hover {
	background-image: url(/team/player/img/bg_liston.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;

}

#playerList ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 7px;

}

.kana {
	font-size: 84%;
	color: #009900;
}
.textPosision {
	font-size: 80%;
	color: #999999;
}
.h3player {
	text-decoration: none;
	background-image: url(/team/img/h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

/* player登録情報 */
.registrant {
	overflow:hidden;
	zoom: 1;
	padding-bottom: 30px;
	font-size: 92%;
  }

.registrant:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

.registrant ul {
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;


}

.registrant ul li {
	width: 80px;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.registrant ul li img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 5px;
}

.registrant ul li .kana {
	color: #999999;
}

.registrant ul li a {
	color: #333333;
	text-decoration: none;
}




/* Playersite */
/************************************************/
.Playersite{
	margin-left:-10px;
}

.PlayersiteUnit{
	overflow:hidden;
    margin-left:10px;
    _margin-left:8px;/* --for ie6-- */
    padding:10px; 
	margin-bottom:10px;
    border:1px solid #CCCCCC;
	font-size: 92%;
	width:273px;
	height:98px;
	float:left;
	display: inline;
} 

.PlayersiteUnit dl{
	width:275px;
}

.PlayersiteUnit dt{
	float:left;
	width:100px;
}

.PlayersiteUnit dd{
	line-height:130%;
	float:left;
	margin-left: 10px;
	width:161px;
}


/* Recrod */
/************************************************/
.RecordWrap {
width: 590px;
margin: 5px 5px;
}

.RecrodBox{
	overflow:hidden;
    padding:10px; 
	margin-bottom:10px;
    border:2px solid #910000;
	width:580px;
	height:auto;
} 

.RecrodName {
	border-bottom: solid #910000 1px;
	width:570px;
	margin-bottom:10px;
}

.RecrodImgPlayer {
	float:left;
	width:132px;
}

.RecrodBoxImgStats {
	margin-left:20px;
	float:left;
	width:184px;
}

.RecrodBoxStats {
	margin-left:10px;
	float:left;
	width:200px;
	line-height: 40px;
	font-size: 130%;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.textRnumber {
	color: #910000;
	font-size: 220%;
	font-weight: bold;
	line-height: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

.textRplayer {
	color: #000000;
	font-size: 180%;
	font-weight: bold;
	line-height: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}






/* チームリスト */
/************************************************/

.team {
	overflow:hidden;
	zoom: 1;
	padding-bottom: 30px;
	font-size: 92%;
}

.team ul {
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.team ul li {
	width: 170px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}



/* 選手名鑑キャッチコピー */
/************************************************/
dl.playerscopy {
	background: url(/team/player/img/bg_playerscopy01.gif) no-repeat right bottom;
	padding: 30px 165px 30px 0 !important;
}
dl.playerscopy dt {
	font-style: normal !important;
	font-size: 134% !important;
	font-weight: bold !important;
	margin: 0 0 0.5em !important;
}
dl.playerscopy dd {
	line-height: 1.5 !important;
}



/* cheerリスト */
/************************************************/

#cheerList {
 	overflow:hidden; 
  	zoom: 1;
  }

#cheerList:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#cheerList ul {
 	overflow:hidden; 
  	zoom: 1;
  }


#cheerList li {
	float: left;
}


#cheerList ul li a {
	background-image: url(/expansion/entertainment/cheer/img/bg_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 192px;
	margin-bottom: 15px;
	height: 86px;
	margin-right: 5px;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
  }


#cheerList ul li a:hover {
	background-image: url(/expansion/entertainment/cheer/img/bg_liston.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;

}

#cheerList ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 7px;

}

.cheerkana {
	font-size: 90%;
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.textPosision {
	font-size: 80%;
	color: #999999;
}



/* cheer2010 */
.cheer2010 {
	overflow:hidden;
	zoom: 1;
	padding-bottom: 30px;
	font-size: 92%;
  }

.cheer2010:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

.cheer2010 ul {
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;


}

.cheer2010 ul li {
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.cheer2010 ul li img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 5px;
}

.cheer2010 ul li .kana {
	color: #999999;
}

.cheer2010 ul li a {
	color: #333333;
	text-decoration: none;
}


















/* table */
/***************************/
.tableTeam {
	margin-left: 10px;
}

.tableTeam td {
	padding-right: 10px;
	vertical-align: top;
}


.tableTeam td p {
	line-height: 160%;
	margin-bottom: 15px;
	padding: 5px;
	color: #666666;
}


.titleLogo {
	background-image: url(/team/img/teamH.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	color: #333333;
	font-size: 100%;
	margin-bottom: 7px;
}

.titleLogo2 {
	background-image: url(/team/img/teamH2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	color: #333333;
	font-size: 100%;
	margin-bottom: 7px;
}

.titleLogo a {
	color: #333333;
}

.titleLogo a:hover {
	color: #FF9900;
}





/* thisweek */
/************************************************/
.thisweek_n {
	font-size: 11px;
	color: #333333;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 3px;
}
.thisweekLogo {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.thisweek_sat {
	font-size: 11px;
	color: #0066CC;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 3px;
}
.thisweek_sun {
	font-size: 11px;
	color: #CC0000;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 3px;
}
.thisweek_text {
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.homegame {
	background-color: #FFFFEE;
	border: 1px solid #FFEB9B;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-bottom: 5px;
}

.gameinfo {
	background-color: #9C0000;
	border: 1px solid #FFEB9B;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}


/* topinfo 3 */
/************************************************/
.boxinfo3 {
	margin-top: 3px;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #E4E4E4;
	background-image: url(/_share/bg_boxinfo3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 3px;
	margin-bottom: 17px;
	margin-right: 0px;
	margin-left: 0px;
	width: 600px;
	overflow:hidden;
	zoom: 1;
}

.boxinfo3:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.tableHomegame
 {
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 11px;
}

.tableHomegameH
 {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
.mainImg{
	position:relative;
	z-index:5;
}

#menuWrap{
	position:relative;
}

ul#teamSubNav{
	width:114px;
	position: absolute;
	left:243px;
	top:111px;
	z-index:10;
	visibility: hidden;
}
* html ul#teamSubNav{
	left:235px;
}

ul#teamSubNav li{
	margin:0;
	background:#FFDDD9;
	border-bottom:1px dotted #FF9488;
	padding:5px 5px;
	line-height:1.3;
	display:block;
}




/*PositionNavi
**************************************************/

ul.PositionNaviMenu{
	margin-bottom:20px;
}
ul.PositionNaviMenu li{
	float:left;
	height:40px;
	display:block;
}
ul.PositionNaviMenu li a{
	background:url(/team/img/topnavi.jpg) no-repeat;
	width:600px;
	height:40px;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
ul.PositionNaviMenu li.menuCoach a{width:120px;background-position:0px 0px;}
ul.PositionNaviMenu li.menuPitcher a{width:120px;background-position:-120px 0px;}
ul.PositionNaviMenu li.menuCatcher a{width:120px;background-position:-240px 0px;}
ul.PositionNaviMenu li.menuInfielder a{width:120px;background-position:-360px 0px;}
ul.PositionNaviMenu li.menuOutfielder a{width:120px;background-position:-480px 0px;}

ul.PositionNaviMenu li.menuCoach a:hover,ul.PositionNaviMenu li.menuCoach a.select{background-position:0px -40px;}
ul.PositionNaviMenu li.menuPitcher a:hover,ul.PositionNaviMenu li.menuPitcher a.select{background-position:-120px -40px;}
ul.PositionNaviMenu li.menuCatcher a:hover,ul.PositionNaviMenu li.menuCatcher a.select{background-position:-240px -40px;}
ul.PositionNaviMenu li.menuInfielder a:hover,ul.PositionNaviMenu li.menuInfielder a.select{background-position:-360px -40px;}
ul.PositionNaviMenu li.menuOutfielder a:hover,ul.PositionNaviMenu li.menuOutfielder a.select{background-position:-480px -40px;}

ul.PositionNaviMenu li span{
	text-indent:-9999px;
	display:block;
}







