@charset "Shift_JIS";




/********************************************************************************************************
CSS 構成書

 File Name:      print.css
 Style Info:     印刷用CSS
 Author:         Mika Ariga
 Last Modified:	 2010.04.11
********************************************************************************************************/




/* CSS Start **********************************************************************/
#header {
	width: 741px;
}

/* ie6印刷時のみ、#area_rightのみの印刷 */
* html #container {
	zoom: 90% !important;
}
* html #header,
* html #area_left,
* html #footer {
	display: none;
}
* html #area_right {
}

