@charset "utf-8";

body {
	background: #000000 url("../../01basic/img/movie_background.jpg") repeat-x 50% 0;
}
#contents h1 {
	margin: 25px auto 0;
	text-align: center;
}
#contents h2 {
	margin: 60px 0;
	text-align: center;
}
#contents div.section{
	padding: 0 60px 40px;
}
#contents h3{
	border-bottom: 1px solid #666666;
	margin: 0 -10px;
	padding: 0 10px 10px;
}

div.section table tr td div.course{
	margin: 0 0 1em;
}
div.section table tr td div.course:last-child{
	margin: 0;
}

div#footer{
	margin: 40px 0 0;
}