@charset "UTF-8";

/*印刷用フォント*/

@media print{

	body{
		font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
		/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
		background: #fff !important;
		_zoom: 0.7; /* IE6で印刷時の倍率を指定 */
	}
	textarea {
		font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
		/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
	}
	input, select {
		font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
		/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
	}
	* html body {	/* for IF6 */
		font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
	}
	#mainImage2 h1 {
		font-family:'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
		/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
	}
	
}