@charset "utf-8";

/* **************************************************

Name: 100th_pl.css

Description: Setting of page layout (100th anniversary)

Create: 2010.02.01
Update: 8888.88.88

Copyright 2010 Hitachi, Ltd. 

***************************************************** */



/* content===========================================

[s2] Site identity

===================================================== */



/* [s2] Site identity
=========================================================================================== */

/* ---Site identity > staging unit [top page for 100th anniversary]--- */
div#SiteIdentityL {
	margin: 0 auto;
	width: 765px;
	background: url("/100th/image/bg_site_id_large.gif") repeat-x 0 0 #e6e6e6;
	font-size: 0;
}
div#SiteIdentityL h1.Title {
	float: left;
	width: 609px;
	height: 83px;
	background: url("/100th/image/100th_pl.gif") no-repeat 100% 0;
}
@media print {
	div#SiteIdentityL {
		margin: 0 0 10px;
		width: 100%;
		height: 83px;
		background: url("/100th/image/bg_site_id_large.gif") repeat-x 0 100% #e6e6e6;
	}
	div#SiteIdentityL h1.Title {
		display: none;
	}
}
