@charset "utf-8";
/* CSS Document */



.main{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/sky_bg.jpg) center -133px no-repeat;
}
.mainTrain{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/train_bg.png) center 280px no-repeat;	
}
	.pointArea{
		width:1000px;
		height:auto;
		margin:0px auto;
		padding:0px 0px 550px 0px;
		position:relative;
	}
		.pointArea h1{
			display:block;
			width:673px;
			height:302px;
			margin:0px auto;
			padding:12px 0px 0px 0px;
		}
		.pointArea .eventBox{
			width:234px;
			height:232px;
			position:absolute;
			top:5px;
			left:813px;
		}
		.pointArea .btn{
			width:463px;
			height:auto;
			position:absolute;
			top:740px;
			left:268px;
			z-index:9999;
		}




.topContentsCover{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#ffe33e;	
}
	.topContents{
		width:1000px;
		height:auto;
		margin:0px auto;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.topContents .read{
			width:1008px;
			height:392px;
			position:absolute;
			top:-128px;
			left:-4px;
		}
	.topPresent{
		width:884px;
		height:auto;
		margin:0px auto;
		padding:320px 0px 60px 0px;
		position:relative;
	}
		








