@charset "utf-8";

.clear:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* IE6 */
* html .clear{ zoom: 1; }
/* IE7 */
*:first-child+html .clear{ zoom: 1; }

body {
   overflow-y:scroll;
   overflow-x:hidden;
   width:100%;
   height:100%;
}
body{
    background-color:#3978E7;
    background-image:url(../images_common/bg.jpg);
    background-repeat:no-repeat;
    background-position:50% top;
	margin:0;
	padding:0;
	position:relative;
}
*:first-child+html body{
    background-color:#3978E7;
    background-image:url(../images_common/bg.jpg);
    background-repeat:no-repeat;
    background-position:50% top;
	margin:0;
	padding:0;
}
* html body{
    background-color:#3978E7;
    background-image:url(../images_common/bg.jpg);
    background-repeat:no-repeat;
    background-position:50% top;
	margin:0;
	padding:0;
}
.topflash{
	overflow:hidden;
	height:100%;
	width:100%;
	position:absolute;
}
.topflash object{
	overflow:hidden;
	height:1065px;
	width:2000px;
	position:relative;
	left:50%;
	margin-left:-1000px;
	margin-top:-1px;
}
.topflash embed{
	overflow:hidden;
	height:1065px;
	width:2000px;
	position:relative;
	left:50%;
	margin-left:-1000px;
	margin-top:-1px;
}