@charset "UTF-8";

/* -- for print -------------------------------------------- */
@media print {

/* -- header ----- */
	#header #headerbox {
		width: 640px;
		height: 55px;
	}
	#header #headerbox #header-upperbox {
		width: 640px;
		height: 55px;
	}
	#header #headerbox #header-upperbox #search-box {
		display: none;
	}
	#header #headerbox #header-upperbox #fontsize-box {
		display: none;
	}
	#header #headerbox #header-upperbox #sub-navigation {
		display: none;
	}
	#header #headerbox #navigation {
		display: none;
	}


/* -- body ----- */

	#pankuzubox {
		display: none;
	}
	#corporate-box {
		clear: both;
		width: 640px;
	}
	#corporate-box #left-menubox {
		display: none;
	}
	#corporate-box #contentsbox {
		clear: both;
		width: 640px;
		height: auto !important;
		min-height: 1%;
		text-align: left;
	}

	#corporate-box #message-box #message-img {
		width: 640px;
	}

	#corporate-box #news-box {
		width: 640px;
	}

	#corporate-box #news-box table {
		width: 640px;
	}

	#contentsbox .no-print {
		display: none;
	}
	#contentsbox .ir_midashi {
		width: 640px;
		overflow: hidden;
	}
	#contentsbox .ir_midashi1 {
		height:51px;
		min-height:51px;
		width: 640px;
		overflow: hidden;
	}
	#pslinkarea {
		display: none;
	}


/* -- footer ----- */

	#footer #footerbox {
		width: 640px;
		height: 26px;
	}
	#footer #footerbox #footer-upperbox {
		width: 640px;
	}
	#footer #footerbox #footer-navigation {
		display: none;
	}

}

