@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    ファイル名: design_01global.css
    説明: 印刷用スタイル
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body{
	background:none;
}
#Show{
	width:auto;
	background:none;
	overflow:visible;
}
#Header{
}
	#Header h1{
		float:none;
		margin:5px 5px;
	}
	#Header p{
		float:none;
		margin:5px 5px;
	}
	#Header #HeadRight{
		display:none;
	}
#Navigation,
#GlobalNavi{
	display:none;
}
#Flash{
	display:none;
}
#PrintEyecatch{
	display:block;
}
#Contents{
	clear:both;
	width:auto;
	margin:0;
	padding:0;
	overflow:visible;
}
#MainConts{
	float:none;
	margin:0 auto;
	overflow:visible;
	width:auto;
	padding-top:5px;
}
#Contents h1,
#Contents h2,
#Contents h3,
#Contents h4{
	zoom:1;
}
#SubConts{
	display:none;
}
#Office{
	display:none;
}
#Footer{
	clear:both;
	width:auto;
	background: none;
	color:#000;
	border-top:2px solid #990000;
	margin:0 auto;
	text-align:center;
	overflow:visible;
}
#Footer ul{
	display:none;
}

#Footer .banner{
	display:none;
}

/* テーブル */


/* 各コンテンツボックス */
.entrybody {
	width:auto;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
	overflow:visible;
}
.page-top { display:none; }

	
/* 改行スタイル */
	.paragraph{ page-break-before:always;}
	.no-paragraph{ page-break-inside:avoid;display:inline-block;}
