@charset "utf-8";
/*=============================================================
 HEADER Layout
=============================================================*/
#header{
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	height:143px;
	overflow:visible;
}
#header-block{
	width:100%;
	background:url(../img/hdr_bg_contents.gif) repeat-x left top;
	height:55px;
}
#header-block-inner{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#hdr-logo{
	float:left;
	width:475px;
}

/* hdr-lang
-------------------------------------------------------------*/
ul#hdr-lang{
	background:url(../img/line_dot_white_v.gif) repeat-y 10px top;
	float:right;
	width:84px;
	margin-top:8px;
	padding:1px 0 0 18px;
	overflow:hidden;
}
ul#hdr-lang li{
	float:left;
	height:14px;
	padding:2px 0 3px 5px;
}

/* hdr-search
-------------------------------------------------------------*/
#hdr-search{
	text-align:right;
	float:right;
}
/* search-area */
#search-area{
	width:186px;
	padding:8px 0 5px;
	margin-left:auto;
	overflow:hidden;
	position:relative;
}
#search-area .cLeft{
	background:#fff url(../img/hdr_bg_search.gif) no-repeat left top;
	text-align:left;
	width:132px;
	height:20px;
	padding-left:24px;
	overflow:hidden;
}
input#searchTxt{
	font-size:12px;
	line-height:125%;
	background:none;
	width:132px;
	height:15px;
	padding:3px 0 1px;
	border:none;
	margin:0;
	overflow:hidden;
}
#search-area label.updnWatermark{
	color: #646464;
	text-align:left;
	width:132px;
	padding:3px 0 0 0;
}
#disp-none{
	display:none;
}
/*=============================================================
 global-area
=============================================================*/
#global-area{
	padding-top:15px;
	background:#fff url(../img/gb_bg.gif) no-repeat center 15px;
	width:916px;
	margin:0 auto;
	overflow:visible;
}
#global-area-inner{
	text-align:left;
	width:900px;
	margin:0 auto;
	overflow:visible;
}
/* global-menu
-------------------------------------------------------------*/
ul#global-menu{
	width:100%;
	position:relative;
	text-align:left;
}
ul#global-menu li{
	width:184px;
	float:left;
	padding-right:2px;
	position:relative;
	text-align:left;
}
ul#global-menu li.m3rd{
	margin-left:31px;
}
ul#global-menu li.last{
	width:97px;
	float:right;
	padding:0 0 0 28px;
}
/* child (pull down) */
ul#global-menu li div{
	display:none;
	width:190px;
	padding-bottom:3px;
	position:absolute;
	top:43px;
	left:-3px;
	z-index:1001;
	background: url(../img/bg_pm_bottom.gif) no-repeat left bottom;
}
ul#global-menu li ul{
	width:184px;
	margin:0 3px;
	padding:0;
}
ul#global-menu li ul li{
	float:none;
	width:184px;
	margin:0;
	padding:0 0 1px 0;
	background:url(../img/lm_line.gif) repeat-x left bottom;
}
ul#global-menu li ul li ul{
	float:none;
	margin:0;
	padding:0;
}
ul#global-menu li ul li ul li{
	float:none;
	margin:0;
	background:url(../img/lm_line.gif) no-repeat right top;
	padding:1px 0 0 0;
}
ul#global-menu li ul li ul li.first{
	background:url(../img/lm_line.gif) no-repeat right top;
	padding:1px 0 0 0;
}
ul#global-menu li ul li ul li a{
	display:block;
	width:143px;
	padding-left:41px;
}
ul#global-menu li ul li ul li a:hover{
	background:url(../img/lm_circle_pink.gif) no-repeat 15px 6px;
}
/* blue */
ul#global-menu li ul.lm-blue li ul li a:hover{
	background-image:url(../img/lm_circle_blue.gif);
}

/* topic-path
-------------------------------------------------------------*/
#topic-path{
	font-size:85%;
	line-height:100%;
	background:url(../img/ico_home.gif) no-repeat 1px 8px;
	clear:both;
	width:875px;
	height:18px;
	padding:11px 0 0 25px;
	border-bottom:1px solid #bfbfbf;
}
#topic-path a{
	text-decoration:none;
}







