@charset "utf-8";
/* CSS Document */

/*-----------------------------------*/
/*          プリント用定義           */
/*-----------------------------------*/


/* ヘッダー固定解除 */

#top_head_fixed {
	position: absolute;
}


/* Home以下カテゴリメニュー固定解除 */

#contents_header_mini_fixed {
	position: absolute;
}


/* 80% Scale Print */

body {
	zoom: 0.8;
}


