#header{
	margin:0 5px;
	border-top:3px solid #F70000;
	}

#head_l_r {
	width:750px;
	float:left;
	padding-left:10px;
	}	

#head_l_r div.logo{
	float:left;
	padding-top:27px;
	}

	
/* --------------------- */	

	
.s_menu{
	float:right;
	width:372px;
	}
	
.s_menu ul{
	float:left;
	margin-bottom:10px;
	}

.menu_home{
	margin:0;
	padding:14px 15px 0 0 ;
	list-style: none;
	float:left;
}


.menu_home a{
	display: block;
	width:47px;
	height: 0 !important; 
	height /**/: 12px; 
	padding: 12px 0 0 0;
	overflow: hidden;
	background-image:url(/english/common/head/img/b_home_e.gif);
}

.menu_home a:hover {
	background-position: 0 -12px;
}


/*--lang--*/
.s_menu ul#lang{
	margin-top:9px;
}
.s_menu ul#lang li{
	float:left;
}
	
.s_menu ul#lang li.lang_ja a{
	display: block;
	width:48px;
	height: 0 !important; 
	height /**/: 20px; 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-image:url(/common/head/img/lang-ja.gif);
}	
.s_menu ul#lang li.lang_en a{
	display: block;
	width:58px;
	height: 0 !important; 
	height /**/: 20px; 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-image:url(/common/head/img/lang-en.gif);
	background-position: 0 -20px;
}	
.s_menu ul#lang li.lang_tw a{
	display: block;
	width:75px;
	height: 0 !important; 
	height /**/: 20px; 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-image:url(/common/head/img/lang-tw.gif);
}	
.s_menu ul#lang li.lang_cn a{
	display: block;
	width:74px;
	height: 0 !important; 
	height /**/: 20px; 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-image:url(/common/head/img/lang-cn.gif);
}
	
.s_menu ul#lang li.lang_ko a{
	display: block;
	width:54px;
	height: 0 !important; 
	height /**/: 20px; 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-image:url(/common/head/img/lang-ko.gif);
}

.s_menu ul#lang li a:hover{
	background-position: 0 -20px;
}
	
/* --------------------- */	

dl#h-txt{
	float:right;
	width:120px;
	}

dl#h-txt dt{
	float:left;
	margin-right:2px;
}


dl#h-txt dd{
	margin:0 0 0 3px;
	padding:0;
	list-style: none;
	float:left;
}

dl#h-txt dd a{
	display: block;
	width:18px;
	height: 0 !important; 
	height /**/: 18px; 
	padding: 18px 0 0 0;
	overflow: hidden;
}

dl#h-txt dd#txt-l a {
	background-image:url(/english/common/head/img/txtchange-l.gif);
}

dl#h-txt dd#txt-l a:hover {
	background-position: 0 -18px;
}


dl#h-txt dd#txt-m a {
	background-image:url(/english/common/head/img/txtchange-m.gif);
}

dl#h-txt dd#txt-m a:hover {
	background-position: 0 -18px;
}


dl#h-txt dd#txt-s a {
	background-image:url(/english/common/head/img/txtchange-s.gif);
}

dl#h-txt dd#txt-s a:hover {
	background-position: 0 -18px;
}


