html{
	background:url('../images/index/bg_body.jpg') repeat-x;
}
body{
	background:url('../images/index/bg_header.jpg') no-repeat top center;
}
header{
position:relative;
}
header #mainimage{
	width:300px;
	position:absolute;
	right:-100px;
	top:215px;
	border:5px solid #fff;
	border-radius:5px;
}
#news_wrapper{
	width:960px;
	margin:0 auto 40px;
}
#news{
	width:352px;
	height:140px;
	padding:30px 15px 15px;
	background:url('../images/index/bg_news.png'); no-repeat
}
#news_inner{
	width:352px;
	height:140px;
	overflow:auto;
}
#top01{
	padding:0 0 60px 0;
	margin:0 0 40px 0;
	background:url('../images/common/line1.png') repeat-x bottom center;
}
#top01 h3{
	text-align:center;
	margin:0 0 20px 0;
	background:url('../images/common/line1.png') repeat-x bottom center;
}
#top01-1{
	width:960px;
	margin:0 auto 20px;
	list-style:none;
}
#top01-1 li{
	width:460px;
	margin:0 10px;
	float:left;
}
#top01-2{
	width:960px;
	margin:0 auto 20px;
	list-style:none;
}
#top01-2 li{
	width:220px;
	margin:0 10px;
	float:left;
}
#top02{
	width:960px;
	height:183px;
	margin:0 auto 40px;
	background:url('../images/index/bg_top_works.png') no-repeat;
}
#top02 ul{
	padding:22px 0 0 160px;
	list-style:none;
}
#top02 li{
	float:left;
	width:140px;
	height:140px;
	margin:0 10px;
	overflow:hidden;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	behavior: url(ie-css3.htc);
	position:relative;
}
#top02 li img{
	width:187px;
}

#top02 li h4{
	top:60px;
	text-align:center;
	display:block;
	width:140px;
	position:absolute;
}
#top02 li h4 a{
	color:#fff;
	text-decoration:none;
}