@charset "Shift_JIS";

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

Name: print.css

Description: Print Setting

Create: 2007.10.XX
Update: 8888.88.88

Copyright 2007 Hitachi, Ltd. 

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



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

[s1] ヘッダ
[s2] サイトアイデンティティ
[sn1] グローバルナビゲーション
[sn2] 横型ローカルナビゲーション
[sn3] ブレッドクラム
[-] コンテンツエリア
[sn4] 縦型ローカルナビゲーション
[sn5] フッタ
[t2] ブランディング画像
[xx] ポップアップページ
[xx] コーポレート & 検索ページ

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



body {
	margin: 0;
	text-align: left;
}



/* [s1] ヘッダ
=========================================================================================== */

div#Header {
	height: 20px;
	width: auto;
	background: url("../../image/h1/bg_for_print.gif") no-repeat 0 0;
}
div#Header ul#UtilityTools,
div#Header div#Search,
div#Header ul#Region { display: none; }



/* [s2] サイトアイデンティティ
=========================================================================================== */

/* ---[s2] サイトアイデンティティ > ステージングユニット【トップページ】---- */
div#SiteIdentityL {
	margin: 0 0 10px;
	width: 100%;
	height: 83px;
	background: url("../../image/h1/bg_site_id_large.gif") repeat-x 0 0;
}
div#SiteIdentityL h1.Title { display: none; }

div#SiteIdentityL p.Statement {
	float: right;
	padding: 0;
	width: 156px;
	height: 83px;
	background: url("../../image/h1/bg_corp_id_large.gif") no-repeat 100% 0;
}
div#SiteIdentityL p.Statement img { margin: 1px 1px 0 0; }


/* ---[s2] サイトアイデンティティ > ステージングユニット【通常ページ】--- */
div#SiteIdentityS {
	margin: 0 0 10px;
	width: 100%;
	height: 60px;
	background: url("../../image/h1/bg_site_id_small.gif") repeat-x 0 0;
}
div#SiteIdentityS p.Title { display: none; }

div#SiteIdentityS p.Statement {
	float: right;
	padding: 0;
	width: 112px;
	height: 60px;
	background: url("../../image/h1/bg_corp_id_small.gif") no-repeat 100% 0;
}
div#SiteIdentityS p.Statement img { margin: 1px 1px 0 0; }



/* [sn1] グローバルナビゲーション
=========================================================================================== */
/* [sn2] 横型ローカルナビゲーション
=========================================================================================== */

div#GlobalNavi { display: none; }



/* [sn3] ブレッドクラム
=========================================================================================== */

div#TopicPath {
	margin: 0 0 8px;
	width: 100%;
}



/* [-] コンテンツエリア
=========================================================================================== */

div#Contents {
	display: block;
	clear: right;
	margin: 0;
	width:765px;
	text-align:left;
}
/* IE7 & IE6lower */
* html body div#Contents { margin-bottom: 15px; }
*:first-child+html div#Contents { margin-bottom: 15px; }
/* */



/* [sn4] 縦型ローカルナビゲーション
=========================================================================================== */
div.Grid1 div#LocalNavi { display: none; }



/* [sn5] フッタ
=========================================================================================== */

div#Footer {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #e6e6e6;
	overflow: visible;
}
div#Footer h2,
div#Footer ul { display: none; }

div#Footer p {
	display: block;
	margin: 3px 15px 0 0;
	padding: 8px 0;
	font-size: 67%;
	text-align: right;
}



/* [t2] ブランディング画像
=========================================================================================== */

/* ---[c1-2] ブランディング画像 > 4グリッド >　グローバルナビあり--- */
p#BrandingImgStyle2 { margin: 0 0 20px; }



/* [xx] ポップアップページ
=========================================================================================== */

/* ---[-] ポップアップヘッダ--- */
div#SiteIdentityP {
	margin: 0 0 10px;
	width: 100%;
	height: 54px;
	background: url("../../image/h1/bg_site_id_popup.gif") repeat-x 0 0;
	text-align: right;
}
div#SiteIdentityP p {
	float: right;
	width: 100px;
	height: 54px;
	background: url("../../image/h1/bg_corp_id_popup.gif") no-repeat 100% 0;
}
div#SiteIdentityP p img { margin: 1px 1px 0 0; }

