@charset "utf-8";
/* CSS Document */
#container{
	width:900px;
	margin:10px auto;
	border:1px #999999 solid;
}

.head{
	background-image:url(../img/tophead.jpg);
	width:900px;
	height:50px;
	margin:10 auto;
}
.head .title{
	float:left;
	width:50px;
}
.head .key{
	text-align:right;
	width:750px;
	float:right;
	padding:35px 3px 0 0;
	font-size:11px;
}
#flasharea{
	width:900px;
	height:371px;
	background-image:url(../img/topflash.jpg);
	margin:10 auto;
	padding:0px;
}
#middle{
	background:url(../img/middle_bg.jpg) 0 top no-repeat;
	width:900px;
	
}
#middle .left{
	float:left;
	background:url(../img/middle_left.jpg) repeat-x;
	width:260px;
	height:auto;
	text-align:center;
}
#middle .left img{
	padding:0 0 10px 0;
}
#middle .right{
	background:0 top no-repeat url(../img/topbar.jpg);
	float:right;
	width:630px;
	height:auto;
	padding:40px 0 0 0;
}
.right .top_table{
	clear:both;
	width:95%;
	margin:0 auto;
	font-size:10px;
}
.top_table td{
	padding:0 0 2px 0;
	vertical-align:top;
}
#low{
	background:0 top no-repeat url(../img/low_bg.jpg);
	clear:both;
	width:900px;
	height:250px;
	padding:10px 0 0 0;
}
#low .left{
	float:left;
	width:420px;
	padding:0 0 0 10px;
	_margin:0 0 0 5px;/*for ie6*/
}

*:first-child+html #low .left{	/*for ie7*/
	margin:0 0 0 15px;
} 
#low .right{
	float:left;
	width:420px;
	padding:0 0 0 10px;
	_margin:0 0 0 5px;/*for ie6*/
}
*:first-child+html #low .right{	/*for ie7*/
	margin:0 0 0 15px;
} 

#low img{
	padding:1px 1px;
	border:0;
}
#footer{
	clear:both;
	width:900px;
	line-height:150%;
	height:60px;
	text-align:center;
	margin:0 auto;
}
/******************************************************************************/
/*    	                menu  　                          　　　　　　        */
/******************************************************************************/
#menu{
	background:0 top url("../img/menu.jpg") no-repeat;
	position:relative;
	overflow:hidden;
	width:240px;
	height:390px;
	margin:0 auto;
	padding:0;
}
#menu ul{
	_margin:0;
	_padding:0;
}
#menu li {
    float:left;
    list-style:none;
    text-indent: -9999px;
}

#menu a{
	text-decoration:none;
    width: 240px;
	height:65px;
    display:block;
	padding:0;
}

#menu_1 a{background:url("../img/menu.jpg") 0px 0px no-repeat; }
#menu_2 a{background:url("../img/menu.jpg") 0px -65px no-repeat; }
#menu_3 a{background:url("../img/menu.jpg") 0px -130px no-repeat; }	
#menu_4 a{background:url("../img/menu.jpg") 0px -195px no-repeat; }
#menu_5 a{background:url("../img/menu.jpg") 0px -260px no-repeat; }
#menu_6 a{background:url("../img/menu.jpg") 0px -325px no-repeat; }

#menu_1 a:hover{
	background:url("../img/menu.jpg") -240px 0px no-repeat;
	_background:url("../img/menu.jpg") -240px 0px no-repeat;
}
*:first-child+html #menu_1 a:hover{
	background:url("../img/menu.jpg") -240px 0px no-repeat;
}


#menu_2 a:hover{
	background:url("../img/menu.jpg") -240px -65px no-repeat; 
	_background:url("../img/menu.jpg") -240px -65px no-repeat;
}
*:first-child+html #menu_2 a:hover{
	background:url("../img/menu.jpg") -240px -65px no-repeat; 
}


#menu_3 a:hover{
	background:url("../img/menu.jpg") -240px -130px no-repeat;
	_background:url("../img/menu.jpg") -240px -130px no-repeat; 
}
*:first-child+html #menu_3 a:hover{
	background:url("../img/menu.jpg") -240px -130px no-repeat; 
}


#menu_4 a:hover{
	background:url("../img/menu.jpg") -240px -195px no-repeat;
	_background:url("../img/menu.jpg") -240px -195px no-repeat;
}
*:first-child+html #menu_4 a:hover{
	background:url("../img/menu.jpg") -240px -195px no-repeat;
}


#menu_5 a:hover{
	background:url("../img/menu.jpg") -240px -260px no-repeat;
	_background:url("../img/menu.jpg") -240px -260px no-repeat;
}
*:first-child+html #menu_5 a:hover{
	background:url("../img/menu.jpg") -240px -260px no-repeat;
}


#menu_6 a:hover{
	background:url("../img/menu.jpg") -240px -325px no-repeat;
	_background:url("../img/menu.jpg") -240px -325px no-repeat;
}
*:first-child+html #menu_6 a:hover{
	background:url("../img/menu.jpg") -240px -325px no-repeat;
}