@import url(/_layout/default.css);

/* Reset */
body {
	margin : 0;
	padding : 0;
}
div{ 
	text-align:left;
}

/* ÀüÃ¼ ¸ð¾ç */
#top{
	width:980px;margin:0 auto;
	background-color:#153960;
	color:#fff;
}

/* »ó´Ü */
#top .company_logo span{
	float:left;
	width:200px;
	height:50px;
	background:url(/_layout/image/jumpball_logo.png) no-repeat;
	text-indent:-8000px;
	cursor:hand;
}

#top #navi a span{
	float:left;
	margin:0px 1px 0px 0px;
	padding:12px 15px 9px 15px;
	border-bottom:4px solid #232323;
}
#top a{
	color:#fff;
}
#top #navi a{
	font-size:11pt;
	line-height:1em;
	font-family:'Malgun Gothic';
	cursor:hand;
}
#top #navi a:hover span{
	color:#fa0;
	border-bottom:4px solid #f60;
}

#top #navi .vod a span{
	color:#af0;
}
#top #navi .vod a:hover span{
	border-bottom:4px solid #6f0;
}

/* È¸¿ø¸Þ´ººÎºÐ */
#top .member{
	float:right;
	padding:5px;
}
/* °Ë»öºÎºÐ */
#top form {
	float:left;
	padding:5px 20px;
}
#top form input{
	width:250px;
}
#top form .submit{
	background-color:#3b74b4;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px 4px 10px;
	margin:2px 0px 0px 10px;
}
/* »ó´Ü ³×ºñ */
#top #navi{
	background-color:#232323;
	clear:both;
	height:40px;
	text-align:center;
}
#top #navi ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:800px;
}
#top #navi li{
	float:left;
	font-weight:bold;
	size:13pt;
}