@charset "Shift_JIS";

/* **************************************************

Name: print.css

Description: Print CSS

Create: 2014.02.13
Update: 2016.10.31

Copyright 2014 Hitachi, Ltd.

***************************************************** */



/* content===========================================

[-] Skip Link
[s1] Header
[s2] Site Identity Area
[s3] Global Navigation System
[s4] Horizontal Local Navigation Bar
[s5] Breadcrumb Trail
[-] Content Area
[s6] Vertical Local Navigation Menu
[s7] Footer
[t2] Branding Image
[p1] Pop-up Windows
[c9] Footnote
[c11] Link List

===================================================== */

body {
    width: 965px;
    background-color: #fff;
}



/* [-] Skip Link
=========================================================================================== */

#top {
    height: 30px;
    width: 965px;
    background: #fff url("../img/bg_for_print.gif") no-repeat 0 0;
}

#top a {
    display: none;
}



/* [s1] Header
=========================================================================================== */

#HeaderArea {
    width: 965px;
    height: 45px;
}


/* --- [s1] Ultra Global Navigation --- */

#HeaderArea:before {
    width: 965px;
}

#HeaderArea #HeaderSet {
    height: 45px;
}



/* [s2] Site Identity Area
=========================================================================================== */

#SiteIdentityL .Title,
#SiteIdentityS .Title,
#SiteIdentity .Title {
    width: 950px;
    padding-left: 15px;
}



/* [s3] Global Navigation System
=========================================================================================== */

.CourtesyNavi {
    width: 950px;
    padding-right: 15px;
}



/* [s4] Horizontal Local Navigation Bar
=========================================================================================== */

#HorizontalLocalNavi:before {
    width: 965px;
}



/* [s5] Breadcrumb Trail
=========================================================================================== */

#TopicPath {
    margin: 0 auto 8px;
    width: 965px;
}



/* [-] Content Area
=========================================================================================== */

#Contents {
    display: block;
    clear: right;
    margin: 0 auto;
    width: 965px;
    text-align: left;
}



/* [s7] Footer
=========================================================================================== */

#Footer {
    width: 965px;
}

#Footer h2 {
    display: none;
}

#Footer ul {
    width: 500px;
    float: left;
    padding-left: 15px;
}

#Footer p {
    width: 400px;
    float: right;
    padding-right: 15px;
}