#top_body h2 {
	text-indent: -9999px;
}

#top_schedule,
#top_news {
	float: right;
	width: 350px;
	position: relative;
}

#top_schedule {
	height: 180px;
	background: url(../images/top_schedule.png) no-repeat;
}

#top_news {
	height: 270px;
	background: url(../images/top_news.png) no-repeat;
}

#top_schedule ul,
#top_news ul {
	list-style-type: none;
	padding-left: 30px;
	position: absolute;
	top: 50px;
}

#top_schedule li,
#top_news li {
	float: left;
	width: 290px;
}

#top_schedule li .day,
#top_news li .day {
	float: left;
	width: 60px;
}

#top_schedule li .day2,
#top_news li .day2 {
	float: left;
	width: 350px;
}

#top_image {
	float: left;
	width: 450px;
	height: 450px;
	background: url(../images/top_image.png) no-repeat;
}

#footer {
	width: 800px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	float: left;
}

#footer h1 {
	text-indent: -9999px;
}

#footer_counter {
	position: absolute;
	left: 10px;
	top: 10px;
}

#footer .notice {
	position: absolute;
	right: 0px;
	bottom: 25px;
}

#footer .copyright {
	position: absolute;
	right: 0px;
	bottom: 7px;
}

