@charset "utf-8";
/* CSS Document */
a{ text-decoration:none; }
a:link {
	color:#666;
	text-decoration: none;
}
a:visited{
	color:#666;
	text-decoration: none;
}
a:hover{ color:#f60; cursor:pointer; text-decoration:underline; }
hr { border: dashed 1px #ccc; line-height:0px; height:0; margin:5px 0; }

.alignr{ text-align:right; }
.alignc{ text-align:center; }
.floatl { float:left; }
.clearer { font-size:0; font-family:Arial, Helvetica, sans-serif; display:block; clear:both; }
.input01 { border:1px solid #999; background-color:#fff; height:23px; line-height:23px; padding:0; vertical-align:middle;  }

.sec_title { background-color:#666; height:18px; line-height:18px; padding-left:10px; color:#fff; font-weight:normal; font-size:12px; text-align:left; }
.pad_1 { margin:15px;}
.wapper {
	padding:8px;
	margin-bottom:10px;
	border: 1px solid #E8E8E8;
}
.main_title { font-size:20px; margin-top:20px; margin-bottom:15px;color:#f60; font-family:Helvetica, "宋体", sans-serif; position:relative }
.inside .main_title { margin-top:0px; margin-bottom:10px; color:#674487; font-size:16px; padding-bottom:10px; border-bottom:1px solid #ddd; width:100% }
.inside .main_title a { width:156px; height:22px; display:block; position:absolute; right:0px; top:0px; }
.art_title { font-size:16px; padding:10px 0 15px 0; color:#93bb3d; font-family:Helvetica, "宋体", sans-serif; text-align:center; }

.art_title span { font-size:12px; color:#ccc; font-weight:normal;}
.other_title { color:#93bb3d; margin:15px 0; }
.fir_title {
	padding:5px 0 10px 0;
	color:#FF9933;
	width:100%;
	clear:both;
	font-size:12px;
}
.small_en { font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }


#header a:link,#header a:visited { color:#fff; }
#header a:hover { color:#FF9900; }

#header #nav a { font-weight:bold; padding:0 8px; text-align:left; }
#header #nav a.current { color:#f90; }

.secnav_title a { text-align:left; padding-left:10px;  }
.secnav_title a:link, .secnav_title a:visited { display:block; height:35px; line-height:35px; margin-bottom:10px; color:#fff; background:#674487; font-weight:700; font-size:12px;font-weight:normal;}
.secnav_title a:hover, .secnav_title a.current { background-color:#350552; color:#fff; font-size:12px; }

/* page style */
DIV.page { padding:3px; margin:3px; text-align:center; }
DIV.page A { border:#674487 1px solid; padding:2px 5px; margin:0 2px; text-decoration:none; color:350552;}
DIV.page A:hover, DIV.page A:active { border:#000099 1px solid; color:#674487;}
DIV.page SPAN.current { border:#674487 1px solid; padding:2px 5px; margin:2px; background-color:#674487; color:#fff; }
DIV.page SPAN.disabled { border:#ddd 1px solid; color:#ddd; margin:2px; padding:2px 5px; }
