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

body{
	margin:0 auto;
	width:980px;
}



ul,li,p,a{
	list-style-type:none;
	margin:0;
	padding:0;
	text-decoration:none;
}


a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

nav{
	width:978px;
	height:auto;
	margin:0 auto;
		overflow:hidden;
		margin-top:20px;

}

nav ul{
	margin:0 auto;
	

}

nav ul li{
	width:187.6px;
	height:25px;
	background:#F60;
	background: -moz-linear-gradient(top, #F60 0%, #F90 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F60), color-stop(100%,#F90)); 
	background: -webkit-linear-gradient(top, #F60 0%,#F90 100%); 
	background: -o-linear-gradient(top, #F60 0%,#F90 100%); 
	background: -ms-linear-gradient(top, #F60 0%,#F90 100%); 
	background: linear-gradient(top, #F60 0%,#F90 100%);
	margin-left:10px;
	float:left;
	box-shadow:#333 2px 2px 2px;
	margin-bottom:10px;




	
}

nav ul li a{
	float:left;
	width:187.6px;
	height:25px;
	text-decoration:none;
	text-align:center;
	line-height:28px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	display:block;
	
}

nav ul li a:hover{
	background-color:#09F;
	

}

.kyo{

	width:700px;
	height:50px;
	background-color:#F90;
	margin:0 auto;
	text-align:center;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	border-radius:10px;
	box-shadow:#666 2px 2px 2px;
	margin-bottom:50px;
	text-shadow:#333 1px 1px 1px;
}




footer{
	width:980px;
	height:auto;
	clear:both;
	background:#666;
	border-top:#F90 solid 2px;
	border-bottom:#F90 solid 2px;

}

footer ul{
	width:980px;
	height:40px;


	
}

footer ul li{
	
	width:195px;
	float:left;
	font-size:12px;
	border-right:solid #FFF 1px;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	color:#FFF;
	font-weight:bold;
	
}

footer ul li a{
	color:#FFF;
	display:block;
}

footer ul li:nth-child(5) {
	border-right:none;
}

.footertx{
	width:980px;
	height:90px;
	
}

.footertx p{
	text-align:center;
	font-size:13px;
	color:#FFF;
	
}

.footertx p img{
	margin:0;
}

.sumahob{
	width:300px;
	height:50px;
	margin:0 auto;
	margin-bottom:10px;

}

.sumahob a{
	display:block;
	color:#000;
		background-color:#FFF;
	text-align:center;

	line-height:50px;
	font-weight:bold;
	border-radius:10px;
	
}
