/* Information =====================================
   name:header.css
   dir:_root/common/css/
   descript: style for header area
   history:
   -2010.10.01 created by saito@yohk
   -2010.10.16 changed by saito@yohk
   
   
   
   ================================================= */



/* -----------------------------------------------
              Header
   ----------------------------------------------- */

#Header {
	position: relative;
	background-color: #f1f4f7;
	border-bottom: solid 1px whiteSmoke;
	/z-index: 100;
}

#Header h1 {
	position: absolute;
	top: 18px;
	left: 10px;
}

#Header h2 {
	position: relative;
	padding: 6px 0 7px 20px;
	background: url(../img/head_bg.gif) center bottom no-repeat;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	color: #536E85;
	border: none;
}

* html #Header h2 { /*for IE6*/
	padding: 8px 0 7px 20px;
}

#Header .bn_728_90 {
	position: relative;
	top: 0px;
	display: block;
	width: 728px;
	height: 90px;
	float: right;
	margin: 9px 11px 11px 0;
}

* html #Header .bn_728_90 { /*for IE6*/
	margin: 9px 5px 22px 0;
}

#Header .user {
	position: absolute;
	top: 5px;
	right: 15px;
	line-height: 1;
	height: 12px;
	font-size:12px;
	text-align: right;
	letter-spacing: 0; /*for IE7*/
}

#Header .user a {
	border-right: 1px solid #B1BFCA;
	padding: 0 8px;
}

#Header .user .last_child {
	border-right: none;
	padding-right: 0;
}


/* -----------------------------------------------
              Global Navigation
   ----------------------------------------------- */
#global-navi {
	position: relative;
	width: 100%;
	clear: both;
	/*margin-left: 1px;*/
	/*padding-bottom: 1px;*/
	background: #51616D url(../img/gnavi_bg.gif) top left repeat-x;
	border-top: 1px solid #51616D;
	border-bottom: 1px solid #de004a;
	border-left: none;
	border-right: none;
	z-index: 100;
}
#logo-banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#GlobalNavi {
	margin-left:auto;
	margin-right:auto;
	width:960px;
/*
	position: relative;
	top: -12px;
	width: 958px;
	clear: both;
	margin-left: 1px;
	/margin-bottom: -12px;	
	padding-bottom: 1px;
	background: #51616D url(../img/gnavi_bg.gif) top left repeat-x;*/
	/*position: relative;
	top: 1px;*/
/*	border-top: 1px solid #51616D;
	border-bottom: 1px solid #0F1214;
	border-left: none;
	border-right: none;
	z-index: 100;*/
}

#GlobalNavi li {
	font-size: 12px;
	line-height: 1;
	color: #A7B1BF;
	cursor: pointer;
	float: left;
	margin: 0;
}

#GlobalNavi:after { /*clear float*/
	font-size: 1px;
	content: " ";
	display: block;
	height: 0px;
	clear: both;
}

#GlobalNavi { /*for IE*/
	zoom: 1;
}

#GlobalNavi li a {
	color: #A7B1BF;
	font-weight: bold;
	display: block;
	padding: 11px 15px 10px;
	background: #0F1214 url(../img/gnavi_bg.gif) top right repeat-x;
	border-right: 1px solid #414D56;
}

*:first-child+html #GlobalNavi li a {  /*for IE7*/
	height: 100%;
}

#GlobalNavi li.current-menu-item a, #GlobalNavi li.current-menu-parent a {
	background: #3E4042 url(../img/gnavi_bg_on.gif) top right repeat-x;
	color: #FFFFFF;
}

#GlobalNavi li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #3E4042 url(../img/gnavi_bg_on.gif) top right repeat-x;
}

/* -----------------------------------------------
              Suckerfish Menus
   ----------------------------------------------- */

#GlobalNavi .sub-menu {
	position: absolute;
	top: 29px;
	display: none;
	z-index: 200;
	padding: 7px;
	padding-bottom: 0;
	background-color: #FFFFFF;
	border: 1px solid #C8D3D9;
}

*:first-child+html #GlobalNavi .sub-menu {  /*for IE7*/
	height: 5em;
}

*:first-child+html #GlobalNavi .sub-menu:hover {  /*for IE7*/
	height: auto;
}

* html #GlobalNavi .sub-menu {
	padding-bottom: 0;
}

*:first-child+html #GlobalNavi .sub-menu {
	padding-bottom: 7px;
}
 
#GlobalNavi .sub-menu li {
	clear: both;
	line-height: 1.25;
	margin-bottom: 8px;
	padding-left: 18px;
	padding-right: 8px;
	background: url(../img/arw_01.gif) center left no-repeat;
}

*html #GlobalNavi .sub-menu li {
	white-space: nowrap;
}
 
#GlobalNavi .sub-menu li a {
	padding: 0;
	background: none;
	color: #5495CA;
	font-weight: normal;
	border: none;
	display: block;
}
 
#GlobalNavi .sub-menu li a:hover {
	color: #5EA6E1;
	text-decoration: underline;
	background: none;
}
 
#GlobalNavi li:hover .sub-menu {
	display: block;
}
