
/*----------header----------*/
#header{display:none;}

#print_header{display:block;}
/*--------//header----------*/
/*----------footer----------*/
#footer{display:none;}

#print_footer {
	display: block;
	width:750px;
	margin-top: 10px;
	text-align: center;
	font-size: 9pt;
	color: #666;
	}
#print_copyright {
	display: block;
	width:750px;
	margin-top: 10px;
	text-align: right;
	font-size: 8pt;
	color: #666;
	}
/*----------//footer----------*/

/*----------product----------*/
#productmenu{display:none;}
#productmenu_print{
	display:block;
	margin-left:247px;
	}
#leftbx_lotion,#leftbx_milk,#leftbx_cream,#leftbx_cnsp{
		background:none;
	}
#leftbx_milk_print,#leftbx_lotion_print,#leftbx_cream_print,#leftbx_cnsp_print{
	display:block;
	float:left;
	width:249px;
	}
#rightbx_product,#rightbx_cnsp{
	float:right;
	width:479px;
	padding:0 5px 0 0px;
}
#btnarea{display:none;}
#btnarea_print{
	display:block;
	margin-top:25px;
}
/*--------//product----------*/
