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


    body {
    	width: 100%;
    	height: 100%;
    	margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 25px;
		color: #333;
	}
.infoTitle {
	color: rgb(63, 102, 171);
	font-weight: 500px;
	font-size: 22px;
	
}
.infosecTitle {
	color: rgb(63, 102, 171);
	font-weight: 500px;
	font-size: 22px;
	
}
	#header {
		width: 100%;
		height: 69px;
		background-image: url(../images/main_01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		border-bottom: solid;
		border-width: 3px;
		border-bottom-color: rgba(202,202,202,1.00);
	}

	#section01 {
		width: 100%;
		height: 490px;
		background-image: url(../images/pageimg_02.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#section02 {
		width: 100%;
		height: 495px;
		background-image: url(../images/pageimg_03.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#section02 p {
	    width: 500px;
	    position: absolute;
	    left: 50%;
	    margin-left: -500px;
	    margin-top: 50px;
	    height: 495px;
	    color: #FFF;
	    font-weight: 100;
	    letter-spacing: 2px;
	}
	#section02 p .infoTitle {
		font-size: 30px;
	    color: #FFF;
	    font-weight: 400;
	    letter-spacing: 2px;
	}
	#section02 p .infosecTitle {
		font-size: 18px;
	    color: #00e6ff;
	    font-weight: 400;
	    letter-spacing: 2px;
	}
	#section03 {
		width: 100%;
		height: 314px;
		background-image: url(../images/pageimg_04.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#sectionIframe {
		position: absolute;
		margin: 240px 0 0 15px;
	}
	#formSection {
	    width: 990px;
	    position: absolute;
	    left: 50%;
	    margin-left: -485px;
	    margin-top: 125px;
	}
	#section03 form {
		padding: 0;
		width: 630px;
		margin: 0 auto 0;
	}
	#section04 {
		width: 100%;
		height: 512px;
		background-image: url(../images/pageimg_05.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#section04info{
	    width: 500px;
	    position: absolute;
	    left: 50%;
	    margin-left: -500px;
	    margin-top: 50px;
	    color: #333;
	    font-weight: 100;
	    font-size: 14px;
	    line-height: 22px;
	}
	#section04info .section04title{
	    display: block;
	    font-size: 30px;
	    font-weight: 400;
	    line-height: 22px;
	    color: #383759;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	
	#section04 ul {
	    list-style-type:decimal;
	}
	#section04 ul li{
		margin: 0 0 5px 20px;
	}
	#courseskill{
		margin-top: 15px;
	}


	
	#section05 {
		width: 100%;
		height: 650px;
		background-image: url(../images/pageimg_06.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	#section05info {
		width: 1000px;
		margin:0 auto 0;
		padding-top: 60px
	}
	#section05infotitle {
		font-size: 30px;
		font-weight: 400;
		color: #FFF;
	}
	.sectiontitle {
		font-size: 18px;
	    color: #00e6ff;
	    font-weight: 400;
	    letter-spacing: 2px;
	    margin: 10px 0;
	    display: block;
	}
	#section05 ul {
		float: left;
		list-style-type:decimal;
	}
	#section05 ul li{
		color: #FFF;
		font-weight: 100;
		line-height: 20px;
		margin: 5px 0;
		display: block;
		list-style-type:decimal;
	}
	.section05b {
		margin: 0 22px;
	}	
	#project {
		width: 100%;
		display: block;
		clear: both;
		padding:20px;
		color: #FFF;
		font-size: 16px;
		font-weight: 200;
		border: 1px;
		border-color: #FFF;
		border-style: solid;
	}
	#project span {
		color: #00e6ff;
		font-weight: 500;
		font-size: 18px;
	}
	.formimputname {
	    font-size: 15px;
	    font-weight: 400;
	    color: #2a2d71;
	}
.thebtn {
    width: 120px;
    height: 28px;
    line-height: 21px;
    font-size: 15px;
    color: rgba(4,19,45,1.00);
    background-color: rgb(72, 190, 223);
    border: none;
}

	#footer {
	    width: 100%;
	    margin: 0 auto 0;
	    padding: 15px;
	    font-size: 11px;
	    color: rgb(117, 113, 113);
	    background-color: rgb(228, 226, 230);
	}
	#footerinfo {
		width: 990px;
		margin: 0 auto 0;
	}
	#footer img {
		float: left;
		margin-right: 10px;
	}
