@charset "UTF-8";

/* =======================================

	Header CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Description
	
	2.Site Title
	
	3.Header Navi

========================================== */
#header_area {
	position:relative;
	width:100%;
	height:90px;
	/*margin:0 auto 0;*/
	padding:0;
	background:url(../../common/images/header/header_bg.jpg) repeat-x;
	
}
#sub_header_area {
	position:relative;
	width:100%;
	height:90px;
	/*margin:0 auto 0;*/
	padding:0;
	
}

#header {
	width:980px;
	height:50px;
	margin:0 auto 0;
	padding: 0px 0px 0px 0px;
	position:relative;
    z-index: 10;
}


/* 1.Description
========================================== */
#header p#description {
	margin: 0 0px 10px 25px;
	font-size: 92.4%;
	line-height: 1.1;
	color:#ffffff;
}


/* 2.Site Title
========================================== */
#header h1#siteTitle {
	position:relative;
	top:20px;
	left:0px;
	display:block;
	width:200px;
	height:50px;
}

#header h1#siteTitle_n {
	position:relative;
	top:50px;
	left:0px;
	display:block;
	width:200px;
	z-index:9999px;
	overflow:visible;
}

/* 3.Header Navi
========================================== */

#header .h_info {
	position: absolute;
	top: 20px;
	left: 450px;
	font-size:77%;
	padding-left:15px;
	
	background:url(../../common/images/mark/aosankaku.gif) no-repeat left top;
}
#header .h_link {
	position: absolute;
	top: 20px;
	left: 550px;
	font-size:77%;
	padding-left:15px;
	
	background:url(../../common/images/mark/aosankaku.gif) no-repeat left top;
}
#header .h_form {
	position: absolute;
	top: 20px;
	left: 650px;
	font-size:77%;
	padding-left:15px;
	
	background:url(../../common/images/mark/aosankaku.gif) no-repeat left top;
}
#header .h_en {
	position: absolute;
	top: 0px;
	left:760px;
}
#header .h_group {
	position: absolute;
	top: 5px;
	left:560px;
}
#header .h_ch1 {
	position: absolute;
	top: 8px;
	left: 810px;
}
#header .h_ch2 {
	position: absolute;
	top: 8px;
	left: 865px;
}
#header .h_kor {
	position: absolute;
	top: 8px;
	left: 920px;
}

#header .h_info a{
	color:#ffffff;
}

#header .h_link a{
	color:#ffffff;
}

#header .h_form a{
	color:#ffffff;
}

#header .h_info a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#header .h_link a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#header .h_form a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#header .h_inquiry a:hover{
	color:#0061b2;
	text-decoration:underline;
}
