/* 공통 */
body {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
#skipNav{position:absolute; top:0; top:-1000%}
#skipNav a{display:block; height:1px; width:1px; overflow:hidden;}
#skipNav a:focus, #skipNav a:active{height:auto; width:100%;}

body, select, input, textarea {
	font-size:13px;
	font-family:Tahoma, sans-serif;
	color:#333333;
}

a:link {color:#5D5D5D; text-decoration:none;}
a:visited {color:#5D5D5D; text-decoration:none;}
a:active {color:#5D5D5D; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a,label{cursor:pointer;}
html, body {
	width:100%;
	height:100%;	
}

form {margin:0; padding:0;}
label.first {margin-right:10px;}
label.none {display:none;}

h1, h2 ,h3 ,h4 ,h5 ,h6 { margin:0; padding:0;}

div, p, ul, ol, pre, dl, dt, dd {margin:0;}

ol, ul, fieldset, a img {
	margin:0;
	padding:0;
	border:none;
}

ol li,
ul li,
li ul li {
	list-style:none;
	padding:0;
	line-height:1.5em;
}

hr, legend, caption, .none {display:none !important;}

img {vertical-align:middle;}

.cursor{cursor:pointer;}

.clear {
	display:block;
	float:none;
	clear:both;
	height:0;
	width:0;
	font-size:0 !important;
	line-height:0 !important;
	overflow:hidden;
	margin:0;
	padding:0 ! important;
}

#wrap {
	width:1000px;
	margin:0 auto;
}
/*header*/
#header {
	width:1000px;
	height:410px;
	position:relative;		
}

.top_menu {
	float:right;	
	clear:both;
	text-align:left;
	margin:15px 0 13px;
	height:21px;	
	padding:0 0 0 8px;	
}
.top_menu li {
	float:left;	
}
.top_menu li.last {
	margin-left:8px;
	background-color:#0076c0;
	padding:0 10px;
}
.top_menu li.last a{
	color:#fff;
	display:block;
}
.top_menu a {	
	color:#575757;
	font-size:11px;
	display:block;
	float:left;	
}
.meta_visual {
	float:left;
}
/* Navi */
#navi {	   
    float:left;
    width:1000px;
	height:46px;
	background:url('../img/index/navi_bar.jpg') no-repeat;
}
#navi li {
	float:left;
	margin-right:91px;
}
#navi li a{
	display:block;
	color:#333;
	font-size:14px;
	line-height:50px;
	font-weight:bold;
}
#navi li a:hover {
	color:#18749e;
	background:url('../img/index/navi_ov.gif') no-repeat 50% 7%;
}
#navi .navi_01 a{	
	margin-left:150px;
	color:#fff;
	font-weight:bold;
}
#navi .navi_01 a:hover{
	color:#fff;
	background:none;
}
/* footer sitemap */
#footer_sitemap {
	float:left;
	width:956px;
	height:37px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:20px 23px;
}
#footer_sitemap dl{
	float:left;
	margin:0 40px 5px 0;
}
#footer_sitemap dt, #footer_sitemap dd{
	float:left;
	margin-right:15px;
}
#footer_sitemap dt {
	padding-left:10px;
	color:#5a5a5a;
	font-weight:bold;
	background:url(../img/index/dot02.gif) no-repeat 0 50%;
}
#footer_sitemap .s_about {
	width:390px;
}
/*footer */
#footer {
	clear:both;
	width:956px;
	margin:0 auto;
	height:98px;
	padding:0 23px;
}
#footer .f_logo {
	float:left;
	margin:15px 38px 0 0;
	height:98px;
}
#footer .copyright {
	float:left;
	margin:24px 0 0 24px;
	width:800px;
	font-family:arial;
}
#footer p.copy {
	float:left;	
	color:#303030;
	line-height:150%;	
	width:600px;
}
#footer p.copy a{
	color:#303030;
}
#footer p.copy02 {
	float:left;
	color:#484848;
	width:600px;
}
#footer p.copy a:hover{
	color:#000;
}
#footer .copyright span{
	display:inline-block;	
}
#footer p.copy02 strong{
	font-weight:bold;
	color:#303030;
}

#footer p.gobizlogo {
	float:right;
	width:92px;	
	margin-top:24px;
}