﻿@charset "utf-8";



/* [s2] Site identity
=========================================================================================== */

/* ---[s2] Site identity > staging unit > top page--- */
div#SiteIdentityL {
	margin: 0 auto;
	width: 765px;
	font-size: 0;
	text-align: left;
}
div#SiteIdentityL h1.Title {
	float: left;
	width: 371px;
	height: 83px;
	background: url("/image/h1_en/bg_site_id_large.gif") repeat-x 0 0 #e6e6e6;
}
div#SiteIdentityL p.Statement {
	float: right;
	padding: 1px 1px 0 0;
	width: 393px;
	height: 82px;
	background: url("/image/h1_en/bg_corp_id_large.gif") repeat-x 0 0;
}


/* ---[s2] Site identity > staging unit > normal page--- */
div#SiteIdentityS {
	margin: 0 auto;
	width: 765px;
	font-size: 0;
	text-align: left;
}
div#SiteIdentityS p.Title  {
	float: left;
	width: 538px;
	height: 60px;
	background: url("/image/h1_en/bg_site_id_small.gif") repeat-x 0 0 #e6e6e6;
}
div#SiteIdentityS p.Statement {
	float: right;
	padding: 1px 1px 0 0;
	width: 226px;
	height: 59px;
	background: url("/image/h1_en/bg_corp_id_small.gif") repeat-x 0 0;
}


