@charset "shift_jis";
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Lucida Grande", sans-serif;
	font-size: 12px;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#flash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 630px;
	margin-left: -480px;
	margin-top: -315px;
	background-color: #000000;
}
#bgImgCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 630px;
	margin-left: -480px;
	margin-top: -315px;
	background-color: #000000;
	background-image:url(../images/top/bg_center.jpg);
	background-repeat:no-repeat;
}
#bgImgLeft {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 630px;
	margin-left: -750px;
	margin-top: -315px;
	background-image:url(../images/top/bg_left.jpg);
	background-repeat:no-repeat;
}
#bgImgRight {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 630px;
	margin-left: 480px;
	margin-top: -315px;
	background-image:url(../images/top/bg_right.jpg);
	background-repeat:no-repeat;
}
#bgImgTop {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1500px;
	height: 270px;
	margin-left: -750px;
	margin-top: -585px;
	background-image:url(../images/top/bg_top.jpg);
	background-repeat:no-repeat;
}
#bgImgBottom {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1500px;
	height: 270px;
	margin-left: -750px;
	margin-top: 315px;
	background-image:url(../images/top/bg_bottom.jpg);
	background-repeat:no-repeat;
}
#noFlash {
	position:relative;
	top: 50px;
	width: 400px;
	color: #FFFFFF;
	padding: 15px;
}
img {
	border: 0;
}
