@charset "UTF-8";

#header {
	width: 960px;
	margin: auto;
	height: 64px;
}

#header h1 {
	width: 274px;
	padding: 0;
	height: 64px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#header h1 a {
	width: 270px;
	height: 0;
	padding-top: 64px;
	display: block;
	background: url(/common_img/logo.jpg) repeat-x left top;
}

#header h1 .nolink{
	cursor: default;
}

#header #headerR {
	width: 352px;
	float: right;
	text-align: right;
}

#header #headerR #menuCustomer {
	margin-bottom: 14px;
}
#header #headerR #menuCustomer li {
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#header #headerR #menuCustomer li a {
	padding-top: 23px;
	height: 0;
	background: url(/common_img/menu_customer.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
}

#header #headerR #menuCustomer li#btnConsumer,
#header #headerR #menuCustomer li#btnConsumerCur {
	width: 174px;
	margin-right: 2px;
}

#header #headerR #menuCustomer li#btnConsumer a {
	background-position: 0px 0px;
}

#header #headerR #menuCustomer li#btnConsumer a:hover,
#header #headerR #menuCustomer li#btnConsumerCur a {
	background-position: 0px -23px;
}

#header #headerR #menuCustomer li#btnBusiness,
#header #headerR #menuCustomer li#btnBusinessCur {
	width: 176px;
}
#header #headerR #menuCustomer li#btnBusiness a {
	background-position: -174px 0px;
}
#header #headerR #menuCustomer li#btnBusiness a:hover,
#header #headerR #menuCustomer li#btnBusinessCur a {
	background-position: -174px -23px;
}

#header #headerR #headerLnk li {
	height: 13px;
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #b2b2b2;
}
#header #headerR #headerLnk li a {
	color: #222;
}
#header #headerR #headerLnk li a:hover {
}
#header #headerR #headerLnk li.noBorder {
	border: none;
}
