h1{
	margin:0px;
	padding:0px;
	/* border-radius */
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
	/* box-shadow */
	box-shadow:rgba(153, 150, 150, 0.39) 0px 0px 5px 3px;
	-webkit-box-shadow:rgba(153, 150, 150, 0.39) 0px 0px 5px 3px;
	-moz-box-shadow:rgba(153, 150, 150, 0.39) 0px 0px 5px 3px;
	width:177px;
	height:234px;
	position:absolute;
	top:-8px;
	left:0px;
	z-index:11;
}
#header{
	float:right;
	margin-right:32px;
	height:183px;
}
#header ul li{
	float:left;
	background:url("../img/menu_line.png") no-repeat left top;
	padding-left:1px;
	margin-left:32px;
}
#header ul li dl dt,
#header ul li dl dd{
	float:left;
}
#header ul li dl dd{
	padding-top:15px;
}
#wrapper #box{
	height:410px;
	text-align:center;
	z-index:11;
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	margin:0px auto;
}
#wrapper #box p{
	text-indent:-5000px;
}
#wrapper #section{
	margin:0px auto;
	width:900px;
	padding:30px 0px 0px;
}
#wrapper #section dl{
	background:url("../img/bg_info.png") repeat-y left top;
	width:430px;
}
#wrapper #section dl.info{
	float:left;
}
#wrapper #section dl.news{
	float:right;
}
#wrapper #section dl.info dt{
	background:url("../img/img_info.png") no-repeat 15px 0px;
	width:51px;
	text-indent:-10000px;
	float:left;
	height:70px;
}
#wrapper #section dl dd{
	float:left;
	width:379px;
}
#wrapper #section dl dd ul li span.date{
	font-size:12px;
	display:block;
}
#wrapper #section dl dd ul li.article{
	margin-bottom:10px;
	padding-left:15px;
	background:url("../img/arrow_b.png") no-repeat 0px 5px;
}
#wrapper #section dl dd ul li.archive{
	background:url("../img/dot.png") repeat-x left top;
	padding-top:10px;
	
}
#wrapper #section dl dd ul li.archive a{
	dispalay:block;
	width:152px;
	height:13px;
	float:right;
}
#wrapper #section dl.news dt{
	background:url("../img/img_news.png") no-repeat 15px 0px;
	width:51px;
	text-indent:-10000px;
	float:left;
	height:71px;
}