@charset "shift_jis";

body {
	background-color: transparent;
}

#stagepop {
	width: 960px;
	background: url(../stage/images/stage_bg01.png) no-repeat 0 0;
}

#stagepop .stageWrap01 {
	position: relative;
	background: url(../stage/images/stage_bg02.png) no-repeat 0 500px;
	height: 869px;
}

#stagepop .inner {
	padding: 67px 0 0 50px;
	overflow:hidden;
}

#stagepop .inner .stageTtl {
	margin-bottom: 18px;
}

#stagepop .inner .stageImg {
	margin-bottom: 34px;
}

#stagepop .inner .slideArea {
	position: absolute;
	width: 511px;
	height: 284px;
	left: 399px;
	top: 119px;
	overflow: hidden;
}

#stagepop .inner .stageCopy {
	position: absolute;
	left: 399px;
	top: 464px;
}

#stagepop .inner .stageBtn li {
	float: left;
	margin-right: 10px;
}

