/* print CSS -Start- */

html {
	width: auto !important;
    height: auto !important;
}

body {
	font: 11px/100% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
    background: white;
    color: black;
}

div#HEADER,
div#FOOTER
 {
	display: none;
}

div#MAIN
 {
 	margin: 0;
	padding: 0;
	width: auto !important;
    height: auto !important;
	float: none;
	background: none;
	border: none;
	overflow: visible;
}

#HEADER li.head-link,
#HEADER ul#nav {
	display: none;
}

#MAIN div#LEFT-NAVI,
#MAIN dl#foot-navi,
#MAIN ol#topicPath,
#MAIN p.page-top {
	display: none;
}

#MAIN div#RIGHT-MENU {
	width: auto !important;
    height: auto !important;
	float: none;
	overflow: visible;
}

/* print CSS -End- */