@charset "utf-8";

html {
	width:100%; height:100%;
	overflow: auto;
}

body {
	margin: 0; padding: 0;
	width:100%; height:100%;
	background: #FFFFFF url(../images/bg_body.gif) top left repeat;
}

#flashContentBox {
	position: absolute; top: 0px; left: 0px;
	width:100%;
	height:100%;
	line-height:0;
}

#flashContentInner {
	position: absolute;
	top:  50%;
	left: 50%;
	width:  670px;
	height: 580px;
	margin-left: -335px;
	margin-top:  -290px;
	text-align: center;
}

#flashContentInner a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#flashContentInner h1 {}
#flashContentInner h2 { padding-top:17px; }
#flashContentInner .exp { padding-top:35px; font-weight:bold; }
#flashContentInner .getfp { padding-top:30px; }

#footer {
	width: 220px; height: 50px;
	position: absolute; bottom:0; right:0;
	z-index: 100; overflow:hidden;
}

#footer #sharebox {
	position: absolute; top:15px; left:0;
}

#footer #sharebox #tw {
	position: absolute; top:0; left:0;
}
#footer #sharebox #fb {
	position: absolute; top:0; left:65px;
}
#footer #sharebox #mv {
	position: absolute; top:0; left:147px;
}
