/* CSS Document */
/*ステップアップする選手*/
.step00
 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
	width: 98%;
	background-image: url(img/step01.png);
	background-color: #1A5E9A;
	padding-top: 2px;
	padding-bottom: 12px;
	padding-left: 12px;	
}
/*会場*/
.step01
 {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 0.1em;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-color: #006DB0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-left-width: 12px;
	border-left-style: ridge;
	border-left-color: #006DB0;
}
/*ランク*/
.step02 {
	background-color: #FFDFDF;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*ランク*/
.step03 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	letter-spacing: 0.15em;
	margin-top: 0px;
}
/*選手と所属*/
.step04 {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
}
/*選手*/
.step05 {
	font-size: 16px;
	margin: 0px;
}
/*所属*/
.step06 {
	font-size: 14px;
}
/*ステップアップする選手*/
.step07 {
}
