@charset "utf-8";

/****************************************************************************
　プリント用CSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.03.20
****************************************************************************/

html,body {
	height:auto;
	background:#FFF;
}
body {
	background: #FFF;
}
body {
    -webkit-print-color-adjust: exact; /*chrome背景色印刷 */
}
body {
_zoom: 67%; /*WinIE only */
}
#wrapper {
	width:100%;
	margin: 0 0 0 0;
	background: #FFF;
}

/*
#headerWrapper {
	display:none;
}
*/

#contents {
	background:url(../common/bg.jpg) 0 0 repeat-y !important;
}
.always {
	page-break-before: always;
}