@charset "utf-8";
/* ===================================================================
CSS information
 file name  :print.css
 style info :印刷用CSS
=================================================================== */


/* -----------------------------------------------------------
	default
----------------------------------------------------------- */

html body {
	background-color: #fff;
	background-image: none;
	color: #000;
}

html body a:link ,
html body a:visited {
	color: #000;
	text-decoration:none;
}



/* -----------------------------------------------------------
	BASE LAYOUT
----------------------------------------------------------- */

html {
	background-color: #fff;
	background-image: none;
}

html body div#lyt-container {
	background-color: #fff;
	background-image: none;
	width: auto;
}

html body div#lyt-container div#lyt-header {
	display: none;
}

html body div#lyt-container div#lyt-contents p.topic-path {
	display: none;
}

html body div#lyt-container div#lyt-contents div#lyt-sub {
	display: none;
}

html body.col-ms div#lyt-container div#lyt-contents div#lyt-main {
	float: none;
	width: auto;
}

html body div#lyt-container div#lyt-contents div#lyt-main p.img-fl-R {
	float: none;
	text-align: center;
	display: block;
}

html body.col-ms div#lyt-container div#lyt-contents div#lyt-main h1.hdg-lv1 {
	background: url("../img/share/bg-hdg-lv1_01-long.gif") no-repeat 0 100%;
}


html body div#lyt-container div#lyt-contents ul#nav-pagetop {
	display: none;
}

html body div#lyt-container div#lyt-footer {
	display: none;
}

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 135%;
    /* -webkit-text-size-adjust: 100%; */ /* 2 */
    /* -ms-text-size-adjust: 100%; */ /* 2 */
}

/* <!-- Last Modified: 2013-07-08 14:51:57 JST ; ICT Security Office --> */
