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



body {
	margin:0;
	padding:0;
	background:#000;
	overflow-x:hidden;
	margin:0 auto;
	min-width:980px;
	text-align:center;
}
body.black{
	border-top:5px solid #d28e40;
}

a {
	text-decoration:none;
}
	
#header{
	width:980px;
	height:118px;
	background:url(../img/bgHeader.png) 0 0 no-repeat;
	margin:0 auto;
}

#header h1#logo{
	width:203px;
	height:118px;
	float:left;
}



/*===========bNav==========*/

#header #bNav{
	width:777px;
	height:118px;
	float:right;
}

#bNav li{
	float:left;
	height:118px;
}


/*===========topicPathB==========*/

#topicPathB{
	width:980px;
	height:35px;
	background:url(../img/bgTopicPath.png) 0 0 no-repeat;
	margin:0 auto;
}
#topicPathB ul{
	margin-left:20px;
	margin-top:1px;
}
#topicPathB li{
	color:#FFF;
	font-size:10px;
	float:left;
	padding:13px 40px 12px 0px;
	letter-spacing:1px;
	line-height:1;
	background:url(../img/arrowTopicPath.png) top right no-repeat;
}
#topicPathB li.current{
	background:none;
}
#topicPathB li.current{
	color:#d28e40;
}
#topicPathB li a{
	color:#999;
}
#topicPathB li a:hover{
	color:#EEE;
}


/*===========contentsB==========*/

#contentsB{
	width:980px;
	height:auto;
	background:url(../../index/img/contentsBgLoop.png) center repeat-y;
	margin:0 auto;
	text-align:left;
}

#contentsB_BgTop{
	width:980px;
	height:auto;
	background:url(../../index/img/contentsBgTop.png) center top no-repeat;
	margin:0 auto;
	padding-top:50px;
}

/*===========bnr==========*/

#bnrWrap{
	width:222px;
	height:auto;
	float:right;
	margin-top:45px;
}
#banner li {
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
	width:222px;
	height:135px;
}
#banner li img{
	width:220px;
	height:auto;
	border:1px #333 solid;
}
#banner li img:hover{
	border:1px #555 solid;
}

#banner li.mailMagazine{
	height:80px;
	margin-top: 20px;
}




/*===========pageTop==========*/

.pageTopWrap{
	width:980px;
	height:200px;
	margin:0 auto;
	background:url(../../common/img/pageTopBg.png) bottom center no-repeat;
	clear:both;
}

#pageTop{
	width:980px;
	height:115px;
	padding:85px 0 0;
}

#pageTop img{
	padding:0;
}


/*===========more-link==========*/

.more-link {
	margin-top:10px;
}

/*===========ribbonImg==========*/
.contentsL .ribbon .ribbonImg{
	display:block;
	width:74px;
	height:74px;
	font-size:0;
	background: url(../img/ribbonNew.png) no-repeat left top;
}


/*=========== 404 ==========*/

.page404{
	width:626px;
	height:557px;
	background:url(../img/bg404.png) top center;	
	margin:0 177px;
	text-align:center;
}

.page404 p{
	font-size:12px;
	color:#FFF;
	padding-top:290px;
	text-shadow: 0 1px 1px #000;
	-moz-text-shadow: 0 1px 1px #000;
	-webkit-text-shadow: 0 1px 1px #000;
	line-height:2;
}

/*===========footer==============================*/
#footer{
	clear: both;
	width:100%;
	height:347px;
	background:#000 url(../img/footerBg.png) no-repeat center bottom;
	margin:0 auto;
}
#footer .inner{
	width: 980px;
	height:299px;
	margin: 0 auto;
	padding-top:48px;
}
.language{
	height:48px;
	margin:0 0 0 406px;
}
.language ul li{
	margin-right:30px;
	float:left;
	display: inline;
}
.fNav{
	clear: both;
	width:980px;
	height:25px;
	margin:36px 0 0 0;
}
.fNav ul{
	margin-left:102px;
}
.fNav ul li{
	margin-right:30px;
	float:left;
	display: inline;
}
.fLogo{
	clear: both;
	height:92px;
	margin:0;
	padding:0;
}
.fLogo ul li{
	float:left;
	display: inline;
	font-size: 0;
	line-height: 0;
}
.copyRight{
	clear: both;
	padding-top: 60px;
}

body.black #toggleBg{
	display:none;
}
