@charset "utf-8";

/*==========================================
File name: gnav.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2014.09.12
========================================== */

#gnav{
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}

#gnav ul{
	margin: 0 auto 15px auto;
	padding: 0;
	width: 1080px;
	height: 30px;
}

#gnav li{
	width: 135px;
	height: 30px;
	list-style-type: none;
	text-align: center;
	float: left;
}


#gnav li a{
	width: 135px;
	height: 30px;
	display: block;
	text-decoration: none;
}
