@charset "utf-8";
/* CSS Document */

/*メインボックス*/
.mainbox {
	position:relative;
	width:950px; height:auto; min-height:800px;
	margin:0 auto;
	margin-bottom:60px;
}

/*ヘッダ画像*/
.subpagetop {
	position:relative;
	width:950px; height:150px;
	text-indent:-9999px;
	background:url(../../images/team/title_team.jpg) no-repeat;
}

.subtitle {
	position:relative; float:left;
	width:950px; height:46px; margin:10px 0 10px 0;
	background:url(../../images/common_image/title_bg.jpg) no-repeat;
	font-size:16px;
}

.subtitle_position { position:relative; top:18px; left:130px; }

.subtitle2 {
	position:relative;
	width:210px; height:46px; margin:10px 0 0 0;
	background:url(../../images/aboutleague/subtitle_bg.jpg) left no-repeat;
	font-size:14px; color:#06C; text-align:center;
}
.subtitle2_position { position:relative; top:18px; width:210px; }



.subpagemainbox {
	position:relative; 
	width:768px; height:auto; margin:0 auto;
}

.subpageboxleft {
	position:relative; float:left;
	width:593px; height:auto;
	margin:0; padding:0;
}

.team_body {
	position:relative;
	margin:0 auto;
	width:768px; height:auto;
}

.list50 { text-align:right; margin:10px 0 10px 0; width:768px; } 

/*コメントあり*/
.team_left {
	position:relative; float:left;
	width:368px; height:220px; margin:20px 32px 10px 0;
	background:url(../../images/team/team_bg.jpg) no-repeat top;
}

.team_right {
	position:relative; float:left;
	width:368px; height:220px; margin:20px 0 10px 0;
	background:url(../../images/team/team_bg.jpg) no-repeat top
}

/*コメントなし*/
.team_left2 {
	position:relative; float:left;
	width:368px; height:220px; margin:20px 32px 10px 0;
	background:url(../../images/team/team_bg2.jpg) no-repeat top;
}

.team_right2 {
	position:relative; float:left;
	width:368px; height:220px; margin:20px 0 10px 0;
	background:url(../../images/team/team_bg2.jpg) no-repeat top;
}


.team_furi {
	position:absolute; top:38px; left:60px;
	width:250px; height:15px;
	color:#09F;
	text-align:center;
}

.team_name {
	position:absolute; top:66px; left:60px;
	width:250px; height:30px;
	font-weight:bold; color:#09F;
	text-align:center;
}

.about_team {
	position:absolute; top:134px; left:32px;
	width:310px; height:30px;
	text-align:left; line-height:120%;
}

.team_name_16 { font-size:16px; }
.team_name_18 { font-size:18px; }
.team_name_24 { font-size:24px; }
.team_name_26 { font-size:26px; }
.team_name_28 { font-size:28px; }


.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}






