@charset "utf-8";
/* CSS Document */

/*--------------header-----------------*/
#header{
    position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100% !important;
	min-width:750px;
	height:90px;
	background:url(../images/header_bg.png) repeat-x left top;
}
/*---------------global----------------*/
#global{
    position:absolute;
	left:0;
	top:60px;
	z-index:10;
    width:941px;
	height:25px;
}
#global li{
    float:left;
	display: block;
}
#global li a{
	background:url(../img/global_nv.png) no-repeat left top;
}
/*------------------------------------*/
#banner{
   position:absolute;
   left:21px;
   top:102px;
   z-index: 4;
}
/*------------------------------------*/
#news{
   position:absolute;
   bottom:41px;
   left:0;
   width:100%;
   height: 85px;
   z-index: 3;
}
#news_tit{
	position: absolute;
	top:0;
	left:0;
	height: 90px;
	z-index: 6;
}
#news_bg{
    position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
	z-index: 2;
}
/* party banner 追加 2011/7/29 */
#news_text{
	padding-left:40px;
	padding-top:7px;
	padding-right: 248px;
	font-size:11px;
	line-height:1.8em;
}
/*ul#news_text li{
	white-space: nowrap;
}*/
#ad {
	width: 200px;
	top: 10px;
	right: 48px;
	position: absolute;
	z-index: 10;	
}

/*--------------------------------------*/
/*--------------------------------------*/
#flash_bg{
	position: absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
}
#main_menu{
	position:absolute;
	right:10px;
	top:85px;
	z-index:100;
	cursor:pointer;
}
/*---------------footer-----------------*/
#footer_bg{
    float:left;
    clear:both;
	border-top:1px solid #00246a;
	width: 100%;
	background-color: #003296;
	position:absolute;
	bottom:0;
	height: 27px;
	padding-top:8px;
	z-index: 2;
}
/*-----------------------------------*/
