
/***************************************************/
/*     -  /// -    HTML styles     -  /// -        */
/***************************************************/

body {
    /* background-image: url(/image/top_v4/top_bgline.gif); */
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

img{
	border:0;
}


/***************************************************/
/*     -  /// -    Layout Divs     -  /// -        */
/***************************************************/

/*   ³×ºñ°ÔÀÌ¼Ç ¹è°æ  */
#nav_menu {
	position:absolute;
	top:35px;
	left:252px;
	margin:0px;
	width:100%;
	height:26px;
	padding-top: 12px;
	padding-left:30px;
	/* margin-left: 32px; */
	list-style:none;
	background: #0C4183;
} 
#nav_menu li {
	padding-right:20px;
	float:left;
}
#interval {
	position:absolute;
	top:35px;
	left:220px;
	width:32px;
	height:38px;
	background: url(/image/top_v4/blue/nav_left_bg.gif) no-repeat;
}

#nav01 { background: url(/image/top_v4/blue/nav01_f.gif) no-repeat; }
#nav01 a:hover { background: url(/image/top_v4/blue/nav01_n.gif) no-repeat; display:block; }
#nav02 { background: url(/image/top_v4/blue/nav02_f.gif) no-repeat; }
#nav02 a:hover { background: url(/image/top_v4/blue/nav02_n.gif) no-repeat; display:block; }
#nav03 { background: url(/image/top_v4/blue/nav03_f.gif) no-repeat; }
#nav03 a:hover { background: url(/image/top_v4/blue/nav03_n.gif) no-repeat; display:block; }
#nav04 { background: url(/image/top_v4/blue/nav04_f.gif) no-repeat; }
#nav04 a:hover { background: url(/image/top_v4/blue/nav04_n.gif) no-repeat; display:block; }
#nav05 { background: url(/image/top_v4/blue/nav05_f.gif) no-repeat; }
#nav05 a:hover { background: url(/image/top_v4/blue/nav05_n.gif) no-repeat; display:block; }
#nav06 { background: url(/image/top_v4/blue/nav06_f.gif) no-repeat; }
#nav06 a:hover { background: url(/image/top_v4/blue/nav06_n.gif) no-repeat; display:block; }
#nav07 { background: url(/image/top_v4/blue/nav07_f.gif) no-repeat; }
#nav07 a:hover { background: url(/image/top_v4/blue/nav07_n.gif) no-repeat; display:block; }

#sub_menu {
	z-index: 1;
	visibility: hidden;
	font-size:10pt;
}
#sub_menu a:link {color:#454545;text-decoration:none; }
#sub_menu a:visited {color:#454545;text-decoration:none; }
#sub_menu a:active {color:#454545;text-decoration:none; }
#sub_menu a:hover {color:#0C4183; text-decoration: underline; font-weight:bold;}

#sub_nav01,#sub_nav02,#sub_nav03,#sub_nav05,#sub_nav06,#sub_nav07 {
	position: absolute;
	top:80px;
}
#sub_nav01 { left: 220px; }
#sub_nav02 { left: 220px; }
#sub_nav03 { left: 220px; }
#sub_nav05 { left: 500px; }
#sub_nav06 { left: 550px; }
#sub_nav07 { left: 400px; }

/*     °í¹«ÆÇ ·Î°í      */
#logo{    
    position:absolute;
	top:31px;
	left:45px;
	/* width:145px; */
	/* height:44px; */
	padding:0px;
}

/*     ÀÌºÏ/¸ð±â/Á¦ÈÞ»çÀÌÆ®      */
#nav_site{    
	position:absolute;
	top:40px;
	left:800px;
	width:170px; 
	height:26px;
	margin:0px;
	padding:1px 10px 1px 10px;
	font-size:8pt;
	background: #809FC3;
	list-style:none;
	white-space:nowrap;
}
#nav_site li {
	padding-right:9px;
	float: left;
}
#nav_site a {
	color:#fff;
	text-decoration:none;
}
#nav_site a:hover {
	color:#222;
	font-weight:bold;
}

/*     ¹è°æ ±×¸²      */
#top_back{
	position:absolute;
	top:35px;
	left:0;
	width:15px;
	height:38px;
	padding:0px;
	background: #003371;
}




