@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  内容
	
 ---------------------------------------------- */

#main{
	width:694px;
	padding:15px 10px 10px 12px;
	position:relative;
	}

#pop{
	position:absolute;
	left:-36px;
	top:207px;
	}

#number{
	background:url(../images/bg_archive_top.png) no-repeat;
	width:664px;
	height:23px;
	padding-right:30px;
	}

	#number a{
		background:url(../images/tab_bg_out.gif) no-repeat;
		display:block;
		float:right;
		width:49px;
		height:22px;
		padding:1px 6px 0px 20px;
		text-align:right;
		font-weight:bold;
		color:#FFFFFF;
		margin-right:-2px;
	} 

	#number a:hover{
		background:url(../images/tab_bg_over.gif) no-repeat;}


.imagelist_bottom{
	width:694px;
	padding:0px;
	padding-bottom:24px;
	background:url(../images/bg_archive_bottom.png) no-repeat bottom;
	}

.imagelist{
	width:694px;
	padding-top:18px;
	background:url(../images/bg_archive.png) repeat-y;
	min-height:560px;
	height: auto !important;
	height: 560px;
	}

.clear{clear:both; height:0px; overflow: hidden; }

.charalist{
	width:608px;
	margin:0 auto;
	padding:0;
	margin:0 43px;
	}

.charalist li{
	float:left;
	width:126px;
	height:140px;
	text-align:left;
	vertical-align:top;
	}

.charalist li.listR{
	width:104px;
	}

.charalist li.clear{
	clear:both;
	float:left;
	width:104px;
	}

.charalist img{
	border:2px solid #ececec;
	}





