@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/schedule/title_schedule.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; }

.schedule_body {
	position:relative;
	margin:0 auto;
	width:768px; height:auto;
	border-collapse:collapse;
	margin-top:16px;
}

.schedule_body2 {
	position:relative;
	margin:0 auto;
	width:768px; height:auto;
	border-collapse:collapse;
	margin-top:6px;
}

.schedule_body table {
	text-align:center;
	border-collapse:collapse;
}

.cell_01 { background:#069; border:solid 1px #666; color:#FFF; }
.cell_02 { background:#CCC; border:solid 1px #666; }
.cell_03 { background:#FFF; border:solid 1px #666; height:30px; }
.cell_04 { background:#CCF; border:solid 1px #666; }

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}






