@charset "UTF-8";

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

	Header CSS

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

========================================== */
#header_area {
	position:relative;
	width:100%;
	height:137px;
	/*margin:0 auto 0;*/
	padding:0;
	
}
#sub_header_area {
	position:relative;
	width:100%;
	height:137px;
	/*margin:0 auto 0;*/
	padding:0;
	
}

#header {
	width:900px;
	height:77px;
	margin:0 auto 0;
	padding: 0px 0px 0px 0px;
	position:relative;
	background:url(../../common/images/header/header_bg.gif) no-repeat center;
}


/* 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:12px;
	left:0px;
}


/* 3.Header Navi
========================================== */
#header .h_line1 {
	position: absolute;
	top: 22px;
	left: 525px;
}
#header .h_line2{
	position: absolute;
	top: 22px;
	left: 657px;
}
#header .h_line3 {
	position: absolute;
	top: 22px;
	left: 761px;
}
#header .h_line4 {
	position: absolute;
	top: 22px;
	left: 861px;
}

#header .h_info {
	position: absolute;
	top: 12px;
	left: 520px;
	font-size:77%;
	padding-left:10px;
	background:url(../../common/images/mark/aosankaku.gif) no-repeat left;
}

#header .h_access {
	position: absolute;
	top: 12px;
	left: 520px;
	font-size:84%;
	padding-left:10px;
	background:url(../../common/images/mark/aosankaku.png) no-repeat left;
}

#header .h_qanda {
	position: absolute;
	top: 25px;
	left: 767px;
	font-size:84%;
}

#header .h_inquiry {
	position: absolute;
	top: 12px;
	left: 610px;
	font-size:77%;
	padding-left:10px;
	background:url(../../common/images/mark/aosankaku.gif) no-repeat left;
}
#header .h_en {
	position: absolute;
	top: 8px;
	left: 700px;
}
#header .h_ch1 {
	position: absolute;
	top: 8px;
	left: 760px;
}
#header .h_ch2 {
	position: absolute;
	top: 8px;
	left: 810px;
}
#header .h_kor {
	position: absolute;
	top: 8px;
	left: 860px;
}

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

#header .h_access a{
	color:#333333;
}

#header .h_qanda a{
	color:#333333;
}

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

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

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

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

#header .h_tel{
	position: absolute;
	top: 0px;
	left: 750px;
}