#page-title {
	margin: 0;
	padding: 0;
	width: 363px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 28px;
	text-indent: -9999px;
	background: url(../images/title-calendar.png) no-repeat left top;
}

table.schedule-calendar {
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.schedule-calendar th {
	padding: 3px 0px;
	width: 112px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	text-align: center;
	vertical-align: middle;
}
table.schedule-calendar td {
	padding-bottom: 4px;
	width: 112px;
	height: 115px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
table.schedule-calendar td div.calendar-day {
	padding: 2px 5px;
	font-size: 100%;
	line-height: 160%;
	background: url(../images/bg-calendar-day.gif) repeat left top;
}
table.schedule-calendar th.saturday,
table.schedule-calendar td div.saturday {
	color: #6699cc;
}
table.schedule-calendar th.sunday,
table.schedule-calendar td div.sunday {
	color: #cc0000;
}
table.schedule-calendar td div.holiday {
	color: #cc0000;
}
table.schedule-calendar td div.calendar-day span.calendar-date {
	font-weight: bold;
}
table.schedule-calendar td div.calendar-day span.special-name {
/*	padding-left: 3px;*/
	font-size: 84%;
	line-height: 140%;
}
table.schedule-calendar td div.schedule-entry {
	padding: 6px 4px 0;
	font-size: 84%;
	line-height: 140%;
}
table.schedule-calendar td div.schedule-entry a {
	padding-left: 12px;
	background: url(../../common/images/icon-link.gif) no-repeat 0 0.3em;
}
table.schedule-calendar td div.schedule-practice_top,
table.schedule-calendar td div.schedule-practice_2nd,
table.schedule-calendar td div.schedule-officialgame,
table.schedule-calendar td div.schedule-practicegame,
table.schedule-calendar td div.schedule-youth,
table.schedule-calendar td div.schedule-school,
table.schedule-calendar td div.schedule-birthday,
table.schedule-calendar td div.schedule-event,
table.schedule-calendar td div.schedule-grampus_kun,
table.schedule-calendar td div.schedule-media {
	text-indent: 15px;
}
table.schedule-calendar td div.schedule-practice_top a,
table.schedule-calendar td div.schedule-practice_2nd a,
table.schedule-calendar td div.schedule-officialgame a,
table.schedule-calendar td div.schedule-practicegame a,
table.schedule-calendar td div.schedule-youth a,
table.schedule-calendar td div.schedule-school a,
table.schedule-calendar td div.schedule-birthday a,
table.schedule-calendar td div.schedule-event a,
table.schedule-calendar td div.schedule-grampus_kun a,
table.schedule-calendar td div.schedule-media a {
	padding-left: 0 !important;
	background: none !important;
}
table.schedule-calendar td div.schedule-practice_top {
	text-indent: 32px;
	background: url(../images/icon-calendar-practice_top.gif) no-repeat 4px 0.6em;
}
table.schedule-calendar td div.schedule-practice_2nd {
	text-indent: 32px;
	background: url(../images/icon-calendar-practice_2nd.gif) no-repeat 4px 0.6em;
	position: relative;
}
table.schedule-calendar td div.schedule-practice_top+div.schedule-practice_2nd {
	margin-top: -4px;
}
table.schedule-calendar td div.schedule-officialgame {
/*	background: url(../images/icon-calendar-officialgame.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-game.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-practicegame {
/*	background: url(../images/icon-calendar-practicegame.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-game.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-youth {
/*	background: url(../images/icon-calendar-youth_c.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-youth.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-school {
/*	background: url(../images/icon-calendar-school_c.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-school.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-birthday {
/*	background: url(../images/icon-calendar-birthday_c.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-birthday.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-event {
/*	background: url(../images/icon-calendar-event_c.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-event.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-grampus_kun {
	text-indent: 18px;
	background: url(../images/icon-calendar-grampus_kun.gif) no-repeat 4px 0.5em;
}
table.schedule-calendar td div.schedule-media {
/*	background: url(../images/icon-calendar-media_c.gif) no-repeat 4px 0.5em;*/
	background: url(../images/icon-calendar-media.gif) no-repeat 4px 0.5em;
}

div.icon-legends {
	margin: 0 0 20px;
	font-size: 84%;
	line-height: 140%;
}
div.icon-legends ul.icon-legends-list {
	margin-bottom: 6px;
}
div.icon-legends ul.flat-list li {
	padding-right: 12px;
}

