/* CSS Document */

#main {
	padding-top:20px;
}
	#main h2 {
		text-align:center;
		margin-bottom:20px;
	}
	#main .section {
		padding-bottom:25px;
		margin-bottom:20px;
		width:1069px;
		height:889px;
		background: url(../img/business_bg.jpg) no-repeat left top;
		position:relative;
	}
	#main .section ul {
		position:relative;
		left:0;
		top:0;
	}
	#main .section .circle01 {
		z-index: 1;
		top: 10px;
		left: 0px;
		position: absolute;
	}
	#main .section .circle02 {
		z-index: 2;
		top: 180px;
		left: 780px;
		position: absolute;
	}
	#main .section .circle03 {
		z-index: 3;
		top: 655px;
		left: 170px;
		position: absolute;
	}
	#main .section .circle04 {
		z-index: 4;
		top: 270px;
		left: 737px;
		position: absolute;
	}
	#main .section .circle05 {
		z-index: 5;
		top: 162px;
		left: 175px;
		position: absolute;
	}
	#main .section .circle06 {
		z-index: 6;
		top: 490px;
		left: 655px;
		position: absolute;
	}