@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	text-align:center;
	background:white fixed no-repeat 20px 60px;
}
body.png11 {
	background-image:url("11.png");
}
body.png13 {
	background:white fixed no-repeat 20px 10px;
	background-image:url("13.png");
}
body.png21 {
	background-image:url("21.png");
}
body.png23 {
	background-image:url("23.png");
}
body.png31 {
	background-image:url("31.png");
}

#container {
	position:relative;
	margin:0 auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}
.mykruby {
	font-weight:normal;
	font-size:80%;
}
p {
	margin:1em;
}
a img {
	border:0
}
ul {
	list-style-position:inside;
	margin-left:1em;
}
a:link {
	color:#0D0D0D;
}
a:visited {
	color:#AD4F2A;
}
a:hover{
	color:red;
}
#container, #header,#footer{
	width:680px;
}
.topmenu {
	text-align:center;
}
h1, .seo{
	display:none;
}
#contents {
	padding:10px 30px 20px 10px;
	position:relative;
	height:100%;
	color:#3e3e3e;
	text-align:left;
}
.totop {
	font-size:small;
	left:75%;
	position:relative;
	z-index:1;
}
#footer {
	padding:5px 0 5px 0;
	color:#727272;
	text-align:center;
	font-size:small;
	clear:both;
}
.program {
	margin-top:1em;
}
.work {
	border:dashed 1.5px #4C4C4C;
	padding:5px;
}
h2 {
	color:#196B18;
	font-size:100%;
	border-left:3px solid #186B4E;
	padding:3px;
}
h3 {
	color:#186B4E;
}
table.timetable {
	float:left;
	margin:2em;
	margin-top:1ex;
}
td {
	text-align:center;
	padding:8px;
	border:1px solid #9C9C9C;
	color:black;
}
.spacer {
	border:1px solid white;
	width:2ex;
}
.thead {
	font-weight:bold;
}
td.new {
	background:#4bb690;
}
span.new {
	color:#419f7e;
	font-weight:bold;
}
span.old {
	color:#516B18;
	font-weight:bold;
}
td.old {
	background:#9eb370;
}

.other,.other a:link, .other a:visited {
	color:#777777;
}
.other a:hover {
	color:red;
}
.program {
	text-align:center;
}
.work {
	text-align:left;
}