@charset "utf-8";
/* CSS Document */

	#iH{
	   width: 1300px;
	   height:300px;
	   position: relative;
	   margin: 0px auto 0px auto;
	   overflow: hidden;
	}
	
	#iBtn{
	   width: 1100px;
	   height: 75px;
	   position: relative;
	   margin: 180px auto 0px auto;
	   overflow: hidden;
	}
	
	.image{
   		position: absolute;
   		z-index: 100;
	}
	
	#main{
		width: 950px;
	   	height: 25px;
	   	position: relative;
	   	margin: 0px auto 0px auto;
	   	overflow: hidden;
	   	background-repeat:no-repeat;
	}
	
	#sub-main{
		width: 950px;
		position: relative;
	   	margin: 0px auto 0px auto;
	   	overflow: hidden;
	   	background-repeat:repeat;
	}
	
	#end-main{
		width: 950px;
	   	height: 50px;
	   	position: relative;
	   	margin: 0px auto 0px auto;
	   	overflow: hidden;
	   	background-repeat:no-repeat;
	}
	
	p {
		margin: 0 .5em;
		padding:.5em 0;
	}
	
	#mv{
		float:right;
		width:244px;
		/*border-left: 3px outset #00CC00;*/
		}
	
	#job{
		width:238px;
		height:346px;
		}
		
	#job2{
	   width: 192px;
	   height: 20px;
	   position: relative;
	   margin: 0px auto 0px auto;
	   /*border: 5px outset #000;*/
	   overflow: hidden;
	}
	#job4{
	   width: 192px;
	   height: 160px;
	   position: relative;
	   margin: 0px auto 0px auto;
	   /*border: 5px outset #000;*/
	   overflow: hidden;
	}
	#job3{
	   width: 192px;
	   height: 100px;
	   position: relative;
	   margin: 0px auto 0px auto;
	   /*border: 5px outset #000;*/
	   overflow: hidden;
	}
	
	#imgview{
	   width: 930px;
	   position: relative;
	   margin: 0px auto 0px auto;
	   border: 5px outset #000;
	   overflow: hidden;
	}
		
	#main-content{
		float:left;
		width:700px;
		overflow:hidden;
		/*border-right: 3px outset #00CC00;*/
		}
		
	#content-img{
		width:650px;
		height:350px;
		border: 3px outset #006600;
		margin-left:20px;
	}
	#promo{
		float:left;
		margin: 0px 15px 0px 15px;
		width:920px;
		height:300px;
		background-repeat:no-repeat;
		
		/*border-top: 3px outset #00CC00;*/
		}
	#promo-content{
		margin-top:80px;
		
		}
/* menu */
	
	ul{
		margin:0;
		padding:0;
	}
	
	li{
		list-style:none;
		padding:0px;
		margin-left:1px;
	}
	
	a {
		color:#006600; text-decoration:none
	}
	a:link {
		color: #006600;
	}
	a:active {
		color: #006600;
	}
	a:hover {
		color:#003300;
	}