@charset "shift_jis";
/* CSS Document */

/*------------------------------------------------------------------------------------------
  「カリツー」サイト印刷用CSSファイル
------------------------------------------------------------------------------------------*/

html{
	height:auto;
	overflow:visible !important;
}
#content{
	min-height:700px;
	height: auto !important;
	height: 700px;
}

/*firefoxのみ印刷時footerが不具合を起こすため、表示させない*/
div#footer{ display: block; }
html>/**/body div#footer{ display: none;}
html:first-child div#footer{ display: block; } 



