@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  assist.css
	style info :  assistset
	date:2011.9.30
=================================================================== */
html {
	overflow-y: visible;
	_background: transparent;
}
body {
	_background: transparent;
}
#bg {
	position: relative;
	width: 908px;
	height: 518px;
	top: 20px;
	margin: 0 auto 0 auto;
	background: url(../assist/img/assist_bg.png) top center no-repeat;
	text-align: left;
}
#flvplayer {
	position: absolute;
	width: 440px;
	height: 280px;
	top: 43px;
	left: 43px;
}
.txt_area01 {
	position: absolute;
	top: 43px;
	left: 503px;
}
.txt_area02 {
	position: absolute;
	top: 330px;
	left: 43px;
}
.txt_area03 {
	position: absolute;
	top: 330px;
	left: 469px;
}
#bg p.close {
	position: absolute;
	top: -15px;
	right: 20px;
	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;
	_font-size: 0;
	_line-height: 0;
}

