@charset "UTF-8";

/* ****************************************************
Title: print.css
Created date: 2009/05/18
Last Modified: 2009/05/18
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 for previous IE
#02 for all browser

----------------------------------------*/


/* #01 for previous IE
（印刷画面で縮小設定ができないVersion 6以前のIEのための指定）
---------------------------------------------------------------------------- */

body {
	zoom: 70%;
}

* html body {
	zoom: 70%;
}



/* #02 for all browser
---------------------------------------------------------------------------- */

p.forPrint {
	display: block;
	font-size: 130%;
	font-weight: bold;
}

div#flashcontent{
	height:10px;
}

div#footer div.fContent {
	padding 0;
	height:40px;
}

div#footer {
	height:160px;
}