@charset "shift_jis";
/* CSS Document */

#glidecontent_container {
	background-image: url(../image/top/glidebac.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.glidecontentwrapper {
	width: 600px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.glidecontent, .glidecontent span, .toc span, .prev, .next {
	display: none;
}
.glidecontent, .toc {
	display: block;
	background-image: url(../image/course.jpg);
	background-repeat: no-repeat;
}
.glidecontent {
	width: 100%;
	height: 100%;
	position: absolute;
}
.glidecontenttoggler {
	width: 600px;
	height: 200px;
}
.glidecontenttoggler a {
	display: inline-block;
	text-decoration: none! important;
	*cursor: pointer;
}
.glidecontenttoggler a.selected div, .glidecontenttoggler a:hover div {
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.toc {
	height: 200px;
	width: 195px;
	float: left;
}
.toc div {
	height: 100%;
	width: 100%;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#content2 {
	background-position: 0 -250px;
}
#content3 {
	background-position: 0 -500px;
}
#course1 {
	background-position: 0 -750px;
}
#course2 {
	background-position: -195px -750px;
}
#course3 {
	background-position: -390px -750px;
}
