/*  </common/css/header.css>  */

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

div#header {
	width: 880px;
	margin: 0 auto;
 	text-align: left;
}

div#header p.logo {
	float: left;
	width: 200px;
	/*padding-top: 17px;*/
	padding-top:6px;	/*2011.10.1 Revised*/
}


/*  Header: Utility
---------------------------------------------------------- */

div#header ul.utility {
	float: right;
	padding: 11px 0 0 0;
}

div#header ul.utility li {
	float: right;
	height: 30px;
}

div#header ul.utility img {
	vertical-align: top;
}


/*  Header: Search
---------------------------------------------------------- */

div#header form {
	clear: right;
	float: right;
	margin: 0;
	padding: 0;
	background: #e7ecef url(../image/bg_round.gif) no-repeat 100% -40px;
	font-size: 10px;
}

div#header p.search {
	width: 200px;
	padding: 6px 0 0 30px;
	background: url(../image/bg_search.gif) no-repeat 0 0;
}

div#header input.text {
	width: 132px;
	margin: 0;
	padding: 1px 2px;
	font-size: 12px;
	line-height: 14px;
	font-family: Frutiger, Helvetica, sans-serif;
	color: #999;
	vertical-align: top;
}

div#header input.button {
	width: 45px;
	height: 18px;
	margin: 0px 0px 8px 0;
	vertical-align: top;
}


/*  Header: Font Changer
---------------------------------------------------------- */

div#font_changer {
	float: right;
	width: 136px;
	margin-right: 10px;
	padding-right: 8px;
	background: #e7ecef url(../image/bg_round.gif) no-repeat 100% -40px;
}

div#font_changer dl {
	padding: 7px 0 7px 8px;
	background: #e7ecef url(../image/bg_round.gif) no-repeat 0 0;
	font-size: 10px;
}

div#font_changer dt {
	float: left;
	width: 59px;
	padding-right: 3px;
}

div#font_changer dd {
	float: left;
	width: 20px;
	height: 18px;
	margin-left: 2px;
	text-indent: -9999px;
	background-image: url(../image/bg_font.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

div#font_changer dd.small {
	background-position:  0px 0px;
}

div#font_changer dd.medium {
	background-position:  -20px 0px;
}

div#font_changer dd.large {
	background-position:  -40px 0px;
}


/*  Header: Global Navigation
---------------------------------------------------------- */

div#header ul#gnav {
	clear: both;
	width: 880px;
	padding: 10px 0;
	background: url(../image/bg_gnav.gif) repeat-x 0 10px;
	line-height: 1.0;
}

div#header ul#gnav li {
	float: left;
}

div#header ul#gnav li.gnav_jp {
	float: right;
}
/*
body#home div#header ul#gnav {
	*height: 65px;
	padding: 10px 0 15px 0;
}

*/

