@charset "utf-8";

#rookie h3{
	color: #FFF;
	font-size: 125%;
	padding: 10px 10px 7px 140px;
	background: transparent url(../fighter/images/rookie_title.png) no-repeat 0 0;
}
.rookieBlock h4{
  color: #990000;
  font-size: 135%;
  padding: 2px 0;
  border-bottom: 1px solid #D9D9D9;
}
			.rookieBlock h4 span{
				font-size: 10px;
				color: #333;
				font-weight: normal;
				margin-left: 0.5em;
			}
.rookieBlock table{
	table-layout: fixed;
}
			.rookieBlock table th,
			.rookieBlock table td{
				padding: 3px 5px;
				vertical-align: top;
			}
			.rookieIMG{
				width: 80px;
			}
.profile{
	width: 240px;
}
			.profile td{
				border-bottom: 1px solid #D9D9D9;
			}
			.profile th{
				font-weight: normal;
				white-space: nowrap;
				border-bottom: 1px solid #D9D9D9;
			}
.seiseki td,
.seiseki th{
  border: 1px solid #D9D9D9;
}
.seiseki th{
	background: #EFEFEF;
	font-weight: normal;
	white-space: nowrap;
}
.group{
  width: 450px;
	color: #FFF;
	font-size: 135%;
	padding: 6px 8px 4px 75px;
	background: transparent url(../fighter/images/h3_title01.png) no-repeat 0 0;
}
.fighterTABLE{
   width: 532px;
   /*table-layout: fixed;*/
   background-color: #EFEFEF;
   border-left: 1px solid #D9D9D9;
   border-bottom: 1px solid #D9D9D9;
}
				.fighterTABLE li{
				width: 120px;
				height: 3em;
				float: left;
				margin: 0;
				position: relative;
				padding: 4px 6px;
				border: 1px solid #D9D9D9;
				border-left: none;
				border-bottom: none;
				background: transparent url(../fighter/images/cell_back.gif) no-repeat 0 0;
			}
									.fighterTABLE li p{
									 position: relative;
										padding-left: 17px;
										line-height: 1.5;
										font-size: 110%;
										font-weight: bold;
										background: transparent url(../images/bur_arrow.gif) no-repeat 0 0.3em;
									}
      									.fighterTABLE li p a span{
      										font-size: 10px;
      										color: #989898;
      										font-weight: normal;
      										line-height: 1.2;
      									}
            									.fighterTABLE li p span.blog{
              									position: absolute;
              								  display: block
              								  width: 29px;
              								  height: 14px;
        									      top: 2px;
        									      right: 0px;
            									}
      									.fighterTABLE li p a:hover span{
      										color: #0EB6E2;
      									}
		
