/* 공통 */
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:12px;
	font-family:Arial, sans-serif;
	color:#454545;
}

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:960px;
	margin:0 auto;
}

/*header*/
#header {
	width:960px;
	height:110px;	
	position:relative;	
	background:url('../img/index/header_bg.jpg') no-repeat;
}
.logo {
	float:left;
	width:196px;
	height:27px;
	margin-top:63px;
}
.logo h1 a{
	width:195px;
	height:34px;
	display:block;
}
.top_menu {
	float:right;
	height:28px;
	padding:16px 18px 16px 0;
	text-align:left;	
}
.top_menu li {
	float:left;
}
.top_menu span{
	width:15px;
	height:9px;
	display:inline-block;
	background:url('../img/index/top_menu_line.gif') no-repeat 0 50%;
}
.top_menu a {	
	color:#ebebeb;
	font-size:10px;
}
.top_menu a:hover {	
	text-decoration:underline;
}
#navi {
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 110px;
    width: 649px;
}
.navi_first, .navi_second {
	width:225px;
	float:left;
	padding-top:10px;
}
#navi li {
	float:left;	
}
#navi li.navi_01 a {
	display:block;
	width:130px;
	height:50px;
	text-indent:-99999em;
	background:url('../img/index/navi01.jpg') no-repeat left top;
}
#navi li.navi_01 a:hover {
	background:url('../img/index/navi01.jpg') no-repeat left bottom;
}
#navi li.navi_02 a {
	display:block;
	width:130px;
	height:50px;
	text-indent:-99999em;
	background:url('../img/index/navi02.jpg') no-repeat left top;
}
#navi li.navi_02 a:hover {
	background:url('../img/index/navi02.jpg') no-repeat left bottom;
}
#navi li.navi_03 a {
	display:block;
	width:185px;
	height:50px;
	text-indent:-99999em;
	background:url('../img/index/navi03.jpg') no-repeat left top;
}
#navi li.navi_03 a:hover {
	background:url('../img/index/navi03.jpg') no-repeat left bottom;
}
#navi li.navi_04 a {
	display:block;
	width:155px;
	height:50px;
	text-indent:-99999em;
	background:url('../img/index/navi04.jpg') no-repeat left top;
}
#navi li.navi_04 a:hover {
	background:url('../img/index/navi04.jpg') no-repeat left bottom;
}
/* footer */
#footer_wrap {
	clear:both;
	background:url('../img/index/footer_bg.gif') repeat-x;
}
/*footer sitemap */
#footer_sitemap {	
	width:960px;
	height:170px;
	line-height:150%;
	margin:0 auto;	
}	
#footer_sitemap p.line{
	float:left;
	width:7px;
	height:160px;
	margin-top: 9px;
	background:url('../img/index/footer_sitemap_line.gif') no-repeat;
}

.s_company {
	float:left;
	width:239px;
	margin:25px 0 0 0px;
}
.s_company dt, .s_products dt, 
.s_factory dt{
	color:#424242;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:5px;
	background:url('../img/index/arrow02.png') no-repeat 0 50%;
}
.s_customer dt{
	color:#424242;
	font-weight:bold;
	padding-left:20px;	
	background:url('../img/index/arrow02.png') no-repeat 0 50%;
}
.s_company dd a, .s_products dd a, .s_products02 dd a, 
.s_customer dd a, .s_factory dd a{
	color:#696969;
	font-size:11px;
	padding-left:15px;
	margin-left:3px;
	background:url('../img/index/dot01.gif') no-repeat 0 50%;
}
.s_company dd a:hover, .s_products dd a:hover, 
.s_products02 dd a:hover, .s_factory dd a:hover,
.s_customer dd a:hover {
	color:#000;
	padding-left:15px;
	margin-left:3px;
	background:url('../img/index/dot02.gif') no-repeat 0 50%;
}
.s_products {
	float:left;
	width:465px;
	height:170px;
	padding-left:40px;
}
.s_products01 {
	float:left;
	width:225px;
	margin-top:25px;
}
.s_products02 {
	float:left;
	width:210px;
	margin-top:48px;
}
.s_factory {
	float:left;
	width:140px;
	margin-top:25px;
	padding-left:55px;
}
.s_customer {
	float:left;
	width:140px;	
	padding-left:55px;
}

/*footer */
#footer {
	clear:both;
	width:960px;
	height:90px;
	margin:0 auto;	
}
#footer p.copy {
	float:left;
	color:#a3a3a3;
	margin:17px 0 0 23px;
}
#footer p.copy a{
	color:#a3a3a3;
}
#footer p.copy a:hover{
	color:#fff;
}
#footer p.copy span{
	font-size:10px;
	padding-left:15px;
}
#footer p.gobizlogo {
	float:right;
	margin:17px 23px 0 0;
}