@charset "shift_jis";

/*----------------------------------------------------------
リーグ放送スケジュール共通 プリント用
----------------------------------------------------------*/

/* 01: base
==========================================================*/

body {
	background: none;
}
#containerAll,
#container,
#allContents {
	width: 650px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}
body.ieBg {
	background: none;
}
#header,
#lnav,
#pageTtl,
.tabsSd,
.tabsHd,
#sectionB,
#subConents,
#pgtop,
#footer {
	display: none;
}


/* 03: sectionA
==========================================================*/
#sectionA {
	width: 650px;
	float: none;
}

/* box ---------------------------------------*/
#sectionA .box610 {
	background: none;
	overflow: visible;
}
#sectionA .box610 h3 {
	margin: 0;
	border: none;
}
#sectionA .box p.spot {
	margin: 0;
}
#sectionA .box table.striped {
	width: 590px;
	margin: 0 0 10px;
}
#sectionA .box table.striped tr.evenCell td {
	background: #EBE6DC;
	border-bottom: #858585 1px dotted;
}
#sectionA .box table.striped tr.oddCell td {
	background: #FFFFFF;
	border-bottom: #858585 1px dotted;
}