/* forflash */
html, body {
width:100%;
height:100%;
text-align: center;
margin:0px;
padding:0px;
}
#flashcontent {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
position: absolute;
left: 0px;
top: 0px;
}
.zup{
 position:relative !important;
 z-index:999 !important;
}

/* //forflash */

#index #main_visual {
width:960px;	
 height: 526px;
	position: relative;
}

#index #banner {
	position: absolute;
	left: 735px;
	top: 450px;
}

#index #content {
	height: 11px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* 404 */

#error #wrp {
	width: auto;
	height: 50%;
	text-align: center;
	margin-top: 200px;
}

#error h1 {
	margin: 1em auto;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
}

#error p {
	padding: 1em;
}

