@charset "utf-8";

/* IEシリーズで印刷枚数が増えるのを防ぐ */

/* IE6・7以下 */
* html .Clm3Tp1 #Contents,
* html .Clm3Tp1 #MainMenu,
* html .Clm3Tp1 #SubMenu { 
	margin-bottom	:0;
	padding-bottom	:0;
 }
/* IE7 */
*:first-child+html .Clm3Tp1 #Contents,
*:first-child+html .Clm3Tp1 #MainMenu,
*:first-child+html .Clm3Tp1 #SubMenu { 
	margin-bottom	:0;
	padding-bottom	:0;
 }
/* IE7以下 */
head~/* */body .Clm3Tp1 #Contents,
head~/* */body .Clm3Tp1 #MainMenu,
head~/* */body .Clm3Tp1 #SubMenu { 
	margin-bottom	:0;
	padding-bottom	:0;
 }
/* IE以外 */
html:not(:target) .Clm3Tp1 #Contents,
html:not(:target) .Clm3Tp1 #MainMenu,
html:not(:target) .Clm3Tp1 #SubMenu { 
	margin-bottom	:-32768px;
	padding-bottom	: 32768px;
 }


