@charset "Shift_JIS";

/* ********************************************************************************************
FileName: print.css
Author: Fujimic
UpdatedBy: 20070526-19:45
******************************************************************************************** */



/* ヘッダー、メニュー、フッター、背景色の非表示
******************************************************************************************** */
@media print {
body { 
	_zoom:	0.8;
	background:none;}

#wrapper_container,#container,#wrapper_footer{background:none;}

#header,#footer,#navigation,#global_menu,#category {display:none;}

#content{float:none;margin:0;}

.h1mode .top,.h1mode .body,.h1mode .foot,
.h2mode .top,.h2mode .body,.h2mode .foot,
.h3mode .top,.h3mode .foot,
.h4mode .body,.h4mode .foot,
.h5mode .main_text,table{zoom:1;}

	
/*body {
	background:none;
	_zoom:0.9;
}
#wrapper_container {
	background:none;
}
#header_index {
	display:none;
}
#header {
	display:none;
}
#menu {
	display:none;
}
#breadcrumbs {
	display:none;
}
#pagebody {
	background:none;
	margin:0;
	padding:0;
}

#content {
	float:none;
	margin:0;
	padding:0;
}

h2 {
	display:none;
}

h5{width:710px;}

.btn_center {
	margin: 0 3px;
}
#navigation {
	display:none;
}
#wrapper_footer {
	background:none;
}
#footer {
	display:none;
}

#h_menu2{
	display:none;
}

.table01,
.table02,
.table03,
.table04{
	width:700px;
}

.table01 th {
	border-bottom: 1px solid #3a811c;
}

.table03 th{
	border-right: 1px solid #3a811c;*/
}