@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  course_thickbox.css
	style info :  course_thickboxset
	date:2011.10.21
=================================================================== */
html {
	overflow-y:visible;
	_background: transparent;
}
body {
	_background: transparent;
}
#bg {
	position: relative;
	width: 634px;
	height: 450px;
	margin: 0 auto;
	background: url(../course/img/bg_thickbox.png) 36px 26px no-repeat
}
#course .course06 {
	position: relative;
	width: 634px;
	height: 534px;
	margin: 0 auto;
	background: url(../course/img/bg_thickbox_course06.png) 36px 26px no-repeat
}
#bg h1 {
	position: absolute;
	top: 65px;
	left: 99px;
	width: 430px;
	height: 30px;
	font-size: 0;
	line-height: 0;
}
#bg #flvplayer {
	position: absolute;
	top: 100px;
	left: 101px;
	width: 430px;
	height: 310px;
	font-size: 0;
	line-height: 0;
}
#bg p.txt,
#bg p.btn_next,
#bg p.btn_prev,
#bg p.close {
	position: absolute;
}
#bg p.txt {
	top: 415px;
	left: 104px;
}
#bg p.btn_next {
	top: 200px;
	right: 5px;
}
#bg p.btn_prev {
	top: 200px;
	left: 5px;
}
#bg p.close {
	top: 0;
	right: 56px;
	width: 58px;
	height: 60px;
	_font-size: 0;
	_line-height: 0;
}
#bg p.close a {
	display: block;
	width: 58px;
	height: 60px;
	background: url(../shared/btn_close.png) 0 0 no-repeat;
	text-indent: -9999px;
	_font-size: 0;
	_line-height: 0;
}
#bg p.close a:hover {
	background-position: 0 -60px;
}
