@charset "utf-8";

/*
 * desc: 今月のプエデ印刷用
 * charset: UTF-8
 * BOM: none
 * break: LF
 * modified: 2008-07-20
 */

#side_bar, #bread_crumbs, .paging_panel, #util_navi, #banner, #copyright, #detail_link {
	display: none;
}

#main_contents {
	background-image: url('./../images/schedule/category.gif');
	background-repeat: no-repeat;
	background-position: right 20px;
}

#main_contents #yearmonth {
	margin: 30px 0 10px 0;
	padding: 0;
	border: 0;
	font-size: 150%;
	font-weight: bold;
}

table#schedule {
	width: 100%;
	border: 1px #81bb7a solid;
}

table#schedule tr {}

table#schedule tr th {
	background-color: #cbe4c1;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 10px;
	padding: 2px 0;
	border-width: 0 0 4px 0;
	border-color: #81bb7a;
	border-style: solid;
	font-size: 80%;
}

table#schedule tr th.day {
	width: 30px;
	text-align: center;
}

table#schedule tr th.week {
	width: 30px;
	text-align: center;
}

table#schedule tr th.title {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
}

table#schedule tr td {
	margin: 0;
	padding: 5px 0;
	border-width: 0 0 1px 0;
	border-color: #81bb7a;
	border-style: solid;
	font-size: 80%;
	vertical-align: top;
}

table#schedule tr td.day {
	width: 30px;
	text-align: center;
}

table#schedule tr td.week {
	width: 30px;
	text-align: center;
}

table#schedule tr td.sat {
	color: #00f;
}

table#schedule tr td.sun {
	color: #f00;
}

table#schedule tr td.title {
	padding-left: 20px;
	text-align: left;
}

table#schedule tr td.title .jry {
	color: #00478B;
}

table#schedule tr td.title .jr {
	color: #094;
}

table#schedule tr td.title .school {
	color: #EA5404;
}

table#schedule tr td.title .etc {
	color: #727171;
}


table#schedule tr td a {
	margin: 0 0 0 20px;
	text-decoration: none;
}

/* EOF */
