@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#container {
	width: 1000px;
	position: relative;
	margin: 20px auto 0 auto;
}

.site-logo {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;
}

.main {
	z-index: 2;
	/* position: relative;*/
	position: absolute;
	right: 0;
	top: 90px;
	width: 14em;
}

.aside {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	height:100%;
/*	height: 621px;*/
	width:100%;
	overflow: hidden;
	text-align:center;
	min-width: 1000px;
}

.aside img {
	position: relative;
	top: -50px;
}

dl.schedule {
}

.schedule dt {
	width: 5em;
	float: left;
	clear: both;
}

.schedule dd {
	position: relative;
	width: 9em;
	float:  right;
}
