@charset "UTF-8";

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

	print.css
	(print syle)

============================================= */
body{
	font-size : 10pt ;
	overflow-y : visible ;
}
/* ======== Header ======== */
body #pageHeaderArea ul#appendixNav,
body #pageHeaderArea form,
body #pageHeaderArea dl#chgFontSize,
body #pageHeaderArea ul#shortcutNav{
	display : none ;
	_display : none !important ;
}
body #pageHeaderArea{
	position : static ;
	height : auto ;
	width : auto ;
	margin  : 0 0 10px ;
	background : none ;
}
body #pageHeaderArea h1#siteLogo,
body #pageHeaderArea p#siteLogo{
	position : static ;
}
/* ======== Header ======== */

/* ======== Footer ======== */
body #pageRelationArea,
body #pageFooterArea ul#utilityNav{
	display : none ;
	_display : none !important ;
}
body #pageFooterArea{
	width : auto ;
	border-top : #731110 3px solid ;
}
/* ======== Footer ======== */

/* ========  Body  ======== */
body #pageBodyArea ul#globalNav,
body #indexGlobalNavArea,
body #pageBodyArea #incidentalBlock,
body #pageBodyArea #contentBlock p.hisotryBack,
body #pageBodyArea #contentBlock p.pagetop{
	display : none ;
	_display : none !important ;
}
body #pageBodyArea{
	height : auto ;
	width : auto ;
	margin  : 0 0 10px ;
}
body #pageBodyArea #contentBlock{
	float : none ;
	height : auto ;
	width : auto ;
}
body #pageBodyArea #contentBlock .twoClumnBox .odd,
body #pageBodyArea #contentBlock .twoClumnBox .even{
	width : 48% ;
}
body #pageBodyArea #contentBlock .twoClumnBox .odd ul,
body #pageBodyArea #contentBlock .twoClumnBox .odd ol,
body #pageBodyArea #contentBlock .twoClumnBox .even ul,
body #pageBodyArea #contentBlock .twoClumnBox .even ol{
	width : 55% ;
	*width : 65% ;
	_width : 55% ;
}
body #pageBodyArea #contentBlock .boxLevel1 .boxLevel2 .twoPicImg .odd,
body #pageBodyArea #contentBlock .boxLevel1 .boxLevel2 .twoPicImg .even{
	float : none ;
}
body #pageBodyArea #contentBlock .updateList dl dt{
	width : 20% ;
	*width : 15% ;
}
body #pageBodyArea #contentBlock .updateList dl dd{
	width : 78% ;
	*width : 83% ;
}
/* ========  Body  ======== */
