@charset "utf-8";

/*----------------------------
印刷用CSS
------------------------------*/

/*非表示
---------------------------------------------------------------------*/
#header_box,h1,#center_in_leftbox,#footer_box,#footer_link_box{
display: none;
}

#main_box {
background-image:none;
}

/*フロート解除
------------------------------*/
#center_in_rightbox{
	float:none;
}


	