@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  action_thickbox.css
	style info :  action_thickbox
	date:2011.10.17
=================================================================== */
html {
	overflow-y:visible;
	_background: transparent;
}
body {
	_background: transparent;
}
#bg {
	position: relative;
	width: 634px;
	height: 480px;
	margin: 0 auto;
	/*background-color: #FF0000;*/
	background: url(../action/img/other_bg.png) top center no-repeat;
	text-align: left;
}
#bg h1 {
	position: absolute;
	z-index: 100;
	width: 470px;
	height: 110px;
	top: 0;
	left: 76px;
}
#bg #flvplayer2 {
	position: absolute;
	z-index: 10;
	width: 440px;
	height: 280px;
	top: 100px;
	left: 97px;
	margin: 0 auto;
	text-align: center;
}
#bg p.txt {
	position: relative;
	z-index: 100;
	width: 430px;
	height: 70px;
	top: 370px;
	left: 102px;
}
#bg p.btn_next,
#bg p.btn_prev,
#bg p.close {
	position: absolute;
}
#bg p.btn_next {
	top: 195px;
	right: 5px;
}
#bg p.btn_prev {
	top: 195px;
	left: 5px;
}
#bg p.close {
	top: 0;
	right: 20px;
	width: 58px;
	height: 60px;
	_font-size: 0;
	_line-height: 0;
	z-index: 1000;
}
#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;
}
