.loading{
	width:38px;
	height:38px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-19px 0 0 -19px;
	display:none;
	z-index:10;
}


#body .bg img{
	display:block;
	position:absolute;
	z-index:2;	
}

#body .fiA{
	filter:alpha(opacity=0); 
	opacity:0;	
}

#body .cover{
	width:100%;
	height:100%;
	position:absolute;
	z-index:3;
	background:#cccccc;
	filter:alpha(opacity = 0);
	opacity:0;	
}

#body .logo{
	width:400px;
	height:80px;
	background:url(../img/body/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	z-index:4;
	top:40px;
	left:0;
}

#body .banner{
	width:400px;
	height:120px;
	position:absolute;
	z-index:6;
	top:100%;
	margin-top:-160px;
	overflow:hidden;
}

#body .banner ul{
	list-style:none;
	padding:0;
	margin:0;
}

#body .banner li{
	text-indent:-9999px;
	overflow:hidden;
}

#body .banner a{
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	outline:none;
}

#body .banner a.bn1{
	display:block;
	width:320px;
	height:32px;
	background:url(../img/body/banner/fi.png) no-repeat;
	margin-left:-20px;
	margin-bottom:4px;
	margin-top:24px;
}

#body .banner a.bn2{
	display:block;
	width:320px;
	height:32px;
	background:url(../img/body/banner/sow.png) no-repeat;
	margin-left:-20px;
}

/*menu*/
#body .menu{
	width:960px;
	height:320px;
	position:absolute;
	z-index:5;
	top:50%;
	left:50%;
	margin-left:-480px;
	text-indent:-9999px;
	overflow:hidden;
}

#body .psp{
	width:192px;
	height:96px;
	padding:8px 188px 0 144px;
	float:left;
	background:url(../img/body/menu/psp.png) no-repeat 144px 8px;
}

#body .psp a{
	display:block;
	width:192px;
	height:96px;	
}

#body .psp a:hover{
	background:url(../img/body/menu/psp2.png) no-repeat;
}


#body .windows{
	width:396px;
	height:96px;
	padding:8px 0 0 0;
	float:left;
	background:url(../img/body/menu/windows.png) no-repeat 0 8px;
}

#body .windows a{
	display:block;
	width:396px;
	height:96px;	
	cursor:pointer;
}

#body .windows a:hover{
	background:url(../img/body/menu/windows2.png) no-repeat;
}

#body .sub{
	width:252px;
	height:120px;
	padding:4px 0 0 596px;
	float:none;
	clear:both;
}

#body .start{
	width:256px;
	height:24px;
	margin:0 auto;
	background:url(../img/body/menu/start.png) no-repeat;
}

#body .fd{
	width:252px;
	height:52px;
	background:url(../img/body/menu/fd.png) no-repeat;
}

#body .fd a{
	display:block;
	width:252px;
	height:52px;
}

#body .fd a:hover{
	background:url(../img/body/menu/fd2.png) no-repeat;
}

#body .md{
	width:252px;
	height:52px;
	background:url(../img/body/menu/md.png) no-repeat;
}

#body .md a{
	display:block;
	width:252px;
	height:52px;
}

#body .md a:hover{
	background:url(../img/body/menu/md2.png) no-repeat;
}


