@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff9e6;
	text-align: center;
	font-size: 12px;
	margin:0;
}
/*详细页内的底图*/
.c_bg {
	background-image: url(images/cent_right_bg.jpg);
	background-position: 330px -10px;
	background-repeat: no-repeat;
}
.c_bg2 {
	background-image: url(images/cent_right_bg.jpg);
	background-position: 553px -10px;
	background-repeat: no-repeat;
}
/*目前所在*/
.nav_now {
	font-size: 12px;
	color: #FFF;
}
.nav_now span {
	font-size: 12px;
	color: #e4ff03;
}
/*间距*/
.row15 {
	line-height: 25px;
	font-family: "微软雅黑", "宋体";
}
/*设定间距的地方自动缩进*/
.row15 p {
	text-indent:2em;
}
a:link
{
    color:#000;
    text-decoration:none;
}

a:visited
{
    color: #FF9900;
    text-decoration: none;
}

a:hover
{ 
    color :#000099;
    text-decoration :none;
 }

.font_lh_proInfo
{
    line-height: 29px;
    padding: 0 0 0 20px;
    vertical-align: middle;
    text-align: left;
}
/*作品翻页导航样式*/
.navbar a
{ 
    border: 1px solid #FFCC66;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
 }
.navbar span
{
    margin: 5px;
    padding: 0 5px 0 5px;    
    color: #000000;
    background-color: #CCCCCC;
    font-weight: bold;
}