/* Index Header
==================================================*/
.headerArea{
	margin:0 0 24px;
	width:100%;
	height:388px;
	background:url(../img/index/main_bg.jpg)
}
.headerArea h1{
	margin:0 auto;
	width:1000px;
}
.headerSection{
	margin:0 auto;
	width:1000px;
	height:309px;
	position:relative;
	background:url(../img/index/main_img.jpg)
}
.headerSection h2{
	position:absolute;
	top:32px;
	left:635px;
}
.headerSection .leadTxt{
	position:absolute;
	top:104px;
	left:635px;
	width:325px;
	font-size:92%;
	line-height:180%;
	color:#FFF;
}
.headerSection .startBtn{
	position:absolute;
	top:225px;
	left:637px;
}


.stepImg{
	margin:0 auto 19px;
	width:924px;
}
.detailTitle{
	margin:0 auto 30px;
	width:690px;
}
.detailArea{
	margin:0 auto 40px;
	width:920px;
	overflow:hidden;
}
.detailContents{
	float:left;
}
.detailArea .left{
	width:316px;
	border-right:1px solid #CCC;
}
.detailArea .right{
	width:286px;
}
.detailArea .left h3{
	margin:0 0 10px;
}
.detailArea .left p{
	margin:0 0 0 20px;
	padding:0 0 15px;
	width:276px;
	font-size:92%;
	line-height:160%;
}
.detailArea p span{
	font-weight:bold;
	color:#3995E2;
}
.detailArea .right h3{
	margin:0 0 15px;
}
.detailArea .right p{
	margin:0 0 0 20px;
	padding:0 0 20px;
	width:260px;
	font-size:92%;
	line-height:160%;
}
.detailArea .right .startBtnBottom{
	margin:0 0 0 26px;
}
























/* Footer Area
==================================================*/
#footer{
	margin:40px 0 0 0;
	padding:18px 0 0 0;
	width:100%;
	border-top:1px solid #DBDBDB;
	background:#EDEDED;
	}
#footerInfo{
	margin:0 auto 0 auto;
	padding:0 0 12px 0;
	width:920px;
	overflow:hidden;
	}
#footerInfo address{
	float:left;
	width:367px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/common/inquiry_img.gif) no-repeat 0 0;
	}
#footerInfo p{
	float:right;
	margin:36px 0 0 0;
	font-size:77%;
	color:#666;
	}

