﻿
#HeaderArea {
	position: relative;
	min-width: 965px;
	border-top: solid 5px #e60027;
	background-color: #f2f2f2;
	zoom: 1;
}
* html #HeaderArea {
	position: static;
	background: url(../../../image/en/r1/bg_header.gif) repeat-x bottom left #f2f2f2;
}
*:first-child+html #HeaderArea {background: url(../../../image/en/r1/bg_header.gif) repeat-x bottom left #f2f2f2;}

#HeaderArea:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #ccc;
}

#HeaderSet {
	width: 965px;
	margin: 0 auto;
	text-align: right;
	zoom: 1;
}

#HeaderSet:after {
	content: "";
	display: block;
	clear: both;
}


#SiteIdentityS,
#SiteIdentityL,
#SiteIdentity {
	min-width: 965px;
	background-color: #f2f2f2;
	border-top: solid 1px #fff;
}

#SiteIdentityS .Title,
#SiteIdentityL .Title,
#SiteIdentity .Title {
	position: relative;
	z-index: 2;
	width: 965px;
	height: 55px;
	margin: 0 auto;
	padding: 5px 0 0;
}

#SiteIdentityS .Title a[href]:link img,
#SiteIdentityL .Title a[href]:link img,
#SiteIdentity .Title a[href]:link img,
#SiteIdentityS .Title a[href]:visited img,
#SiteIdentityL .Title a[href]:visited img,
#SiteIdentity .Title a[href]:visited img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#SiteIdentityS .Title a[href]:hover img,
#SiteIdentityL .Title a[href]:hover img,
#SiteIdentity .Title a[href]:hover img,
#SiteIdentityS .Title a[href]:active img,
#SiteIdentityL .Title a[href]:active img,
#SiteIdentity .Title a[href]:active img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


#HeaderSet .Statement {
	float: left;
	width: 95px;
	height: 29px;
	display: block;
	padding: 9px 0 0 0;
}
* html #HeaderSet .Statement {overflow: hidden;}
