@charset "UTF-8";
/*----------------
 印刷対応用
----------------*/

@media print {
	*{
		zoom:0.97;
	}


	/*IE6でリストがでなくなる現象回避*/
	* html .wysiwygCom ul {
		padding-left:20px;
	}
	/*IE7でリストがでなくなる現象回避*/
	*+html .wysiwygCom ul {
		padding-left:20px;
	}

	/*IE6でリスト番号がでなくなる現象回避*/
	* html .wysiwygCom ol {
		padding-left:40px;
	}
	/*IE7でリスト番号がでなくなる現象回避*/
	*+html .wysiwygCom ol {
		padding-left:40px;
	}

	/*IE6でリスト番号が同じになる現象回避*/
	* html .wysiwygCom ol li {
		display:list-item;
		vertical-align:text-top;/*番号が下に落ちる現象回避*/
	}
	/*IE7でリスト番号が同じになる現象回避*/
	*+html .wysiwygCom ol li {
		display:list-item;
		vertical-align:text-top;/*番号が下に落ちる現象回避*/
	}

	/*文字が切れてしまう問題を解決*/
	.imgTxtMod .wysiwygCom {
		overflow:hidden;
	}


	
	#header {
		display:none;
	}

	#sideNav {
		display:none;
	}
	#pagetop {
		display:none;
	}
	#footer {
		display:none;
	}
	#pankuzu {
		display:none;
	}
	#wrapper {
		background-image:none;
	}
	h1.headCom {
		/*color:#000 !important;*/
	}


	#headerTab {
		display:none;
	}
}
