@charset "UTF-8";

/* ****************************************************
Title: print.css
Created: 2008/04/30
Last Modified: 2008/04/30
Editor(s): Shingo Ando
Last Editor: Shingo Ando
***************************************************** */


/* table Of Contents
----------------------------------------

#01 
#02 

----------------------------------------*/


/* #01 
---------------------------------------------------------------------------- */
div#header h1 {
	position: relative;
	left: 10px;
	top: 0;
}

body.top div#header h1 {
	left: 0;
}

div#header p#hNavi {
	display: none;
}

dl#gNavi {
	display: none;
}

div#content dl#visual {
	display: none;
}

div#content p#visualForPrint {
	display: block;
	border-bottom: #213555 4px solid;
}



