@charset "utf-8";

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

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

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

table#schedule {
	width: 100%;
}

table#schedule tr {}

table#schedule tr th {
	background-color: #cbe4c1;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 10px;
	padding: 4px 0;
	border-width: 0 0 3px 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: #999;
	border-style: dashed;
	font-size: 80%;
	line-height: 1.3;
	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 */
