@charset "utf-8";
ol,ul,dl,li,dt,dd,form,p {
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;	
}
body {
	margin: 0px;
	padding: 0px;
	text-shadow: rgba(1,1,1,0.1) 0px 0px 1px;
	font-family: 'meiryo','メイリオ';
	font-size: 14px;
	line-height: 16px;
}

#loading {
	width: 930px;
	height: 630px;
	background: #000;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -315px;
	margin-left: -465px;
	z-index: 3999;	
}
	#loading img {
		display: block;
		margin: 0px auto;
		margin-top: 272px;		
	}
#wrapper {
	width: 930px;
	height: 630px;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -315px;
	margin-left: -465px;
	display: none;	
}

#shutter {
	width: 100%;
	height: 560px;
	display: none;
}

#screen {
	width: 930px;
	height: 560px;
	overflow: hidden;
	background: url(../img/bg_screen.jpg) no-repeat;
}
#footer {
	width: 100%;
	height: 62px;
	border-top: solid 8px #E50012;
}
	#menu {
		width: 100%;
		height: 35px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 35px;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		text-align: center;
	}
		#menu li {
			display: inline;
			width: auto;
			height: 35px;
			padding: 0px 14px;
		}
			#menu li a:link,
			#menu li a:visited,
			#menu li a:hover {
				color: #FFF;
				text-decoration: none;
			}
.page_title {
	width: auto;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	position: absolute;
	left: 26px;
	top: 26px;
	z-index: 3000;		
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
