@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/story/bg.gif) repeat-x left top;
}

.shadow{
    float:left;
	background-image:url(../images/intro/shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.mask {
    float:left;
	background-image:url(../images/intro/mask.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 5px 5px 0;
}
.hover{
	background: url(../images/story/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}
#subNav li .here{
	color:#333;
}
#fullNav .none{
	display:none;
}

#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/story/logo.gif) no-repeat left bottom;
	width:225px;
	height:59px;
	padding-top:20px;
}
#fullNav{
	position:relative;
	float:right;
	width:600px;
	height:104px;
}
#nav{
	/*float:right;*/
	width:600px;
	height:82px;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	width:76px;
	height:32px;
	text-align:center;
	color:#000;
	border-right:1px solid #fff;
	padding-top:50px;
}
#nav li a:hover{
	background:url(../images/story/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}
#header p{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
	color:#fff;
}
#header p a{
	color:#fff;
	line-height:30px;
	padding:0 5px;
}
#subNav{
	position:absolute;
	bottom:0px;
	right:152px;
	background:#f95182;
	width:245px;
	height:22px;
	border:1px solid #d10d50;
	padding-left:3px;
	margin-right:62px;
}
#subNav li{
	float:left;
	line-height:22px;
}
#subNav li a{
	display:block;
	line-height:22px;
	color:#fff;
	padding:0 6px;
}

#subNav li a:hover{
	color:#333;
}




#wrapper{
	overflow:hidden;
	width:931px;
	background:#fff;
	padding-top:3px;
	padding-left:1px;
	margin:5px auto 0;
}
#sideBar{
	width:132px;
	float:left;
}
#sideBar h1{
	background:url(../images/story/feidi_story.gif) no-repeat left top;
	width:132px;
	height:46px;
	text-indent:-10000px;
	clear:both;
}
#sideNav{
	width:130px;
	height:513px;
	background:url(../images/story/sideBar_bg.gif) repeat-x left top;
	padding-left:2px;
	margin-top:1px;
}
#sideNav li{
	width:126px;
	line-height:38px;
	text-align:center;
	border-bottom:1px dotted #fff;
}
#sideNav li a{
	color:#fff;
}
#sideNav li a:hover{
	color:#f15881;
	font-size:14px;
	font-weight:bold;
}
#sideNav li .hover{
	color:#f15881;
	font-size:14px;
	background:none;
}
#content{
	position:relative;
	float:right;
	width:762px;
	height:auto!important;
	height:538px;
	min-height:538px;	
	background:url(../images/story/contentBgNo.gif) repeat-x left top;
	padding:20px 0 0 30px;
	border:1px solid #666;

}
#content h2{
	width:730px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
/*#content p{
	width:730px;
	line-height:22px;
	text-indent:2em;
}*/
#box{
/*	position:absolute;
	top:-70px;
	left:-120px;
*/	width:730px;
}
#box .c_title_text{
	text-align:center;
}
#box .c_title_text span h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
#fontzoom p{
	line-height:22px;
}



#box .prev{
	margin-top:10px;
	border-top:1px solid #999;
	padding-top:10px;
	padding-left:50px;
}
#box .prev span{
	display:inline-block;
	padding-bottom:7px;
}
#box .prev a{
	display:inline-block;
	color:#000;
	padding-bottom:7px;
}
#box .prev a:hover{
	text-decoration:underline;
}
#box .prev span b{
	color:#FF0000;
}




#footer{
	clear:both;
	width:932px;
	color:#999;
	margin:5px auto 0;
}
#footer p{
	line-height:26px;
	border-bottom:1px solid #999;
	margin-bottom:7px;
}
#footer span{
	color:#000099;
}