@media print {
/* 印刷時のページズーム率調整 */
body {
zoom: 70%;
margin-right:0;
}

html>/**/body	{
zoom /*\**/:80%\9;
} /*IE8*/

/*各ブロックのサイズ定義*/
div#header,div#navi,div#header_right_bg,div#header_left_bg	{
	width:1000px;
}

div#navi_left_bg,div#navi_right_bg	{
	width:990px;
}

div#main_visual	{
	width:900px;
	background-repeat:no-repeat;
}

html>/**/body div#main_visual	{
width /*\**/:1000px\9;
} /*IE8*/

div#page_body	{
	width:909px;
	margin:inherit auto;
	overflow:visible;
}

div#page_body	{
	margin-top:inherit !important;
	margin-top:10px;
}

html>/**/body div#page_body	{
overflow /*\**/:auto\9;
margin-left /*\**/:46px;
} /*IE8*/

div#footer	{
	clear:both;
	width:1000px;
}

div#footer:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*IE6で背景が印刷されない不具合対策*/
ul#pulldown-menu li a	{
	width:auto !important;
	width:5px;
}

div.aboutus_box,div.aboutus_box_L	{
	width:auto !important;
	width:688px;
}

div.gairyaku,h3.gairyaku_midashi,div.gairyaku_bg	{
	width:auto !important;
	width:304px;
}

div.free_text_box	{
	width:auto !important;
	width:688px;
}

dl.blog,dl.side_freenavi,dl.calendar_api,dl.calendar_api dt,dl.side_bnr	{
	width:auto !important;
	width:208px;
}

/*ナビゲーション崩れ対策*/
div#navi{
	height: auto;
	margin-bottom:5px;
	text-align:left;
	clear:both;
	white-space:normal;
}

/*IE8でメインテキストが印刷時に下詰め表示を再現できないための代替表示*/
html>/**/body div#main_text	{
	position /*\**/:relative\9;
	padding /*\**/:200px 60px 0 60px;
}

/*フッター部の表示崩れ対策*/
div#footer ul#footer_link{
	width:630px;
	padding-left:100px;
	margin:0;
	float:left;
}
div#footer ul#footer_link li {
	float:left;	
}
div#footer ul#footer_icon{
	width:250px;
	margin:0;
	float:right;
	text-align:right;
	position:relative;
}

div#copyright	{
	clear:both;
}

/*コンテンツの各ブロック内での改ページ禁止*/
div.aboutus_box,div.aboutus_box_L,div.company_data_box,div#form	{
	page-break-inside:avoid;
}	/*トップコンテンツ用*/

div#footer,dl.blog,dl.side_freenavi,dl.calendar_api,div#side_freearea,dl.side_bnr	{
	page-break-inside:avoid;
}	/*共通・サイド用*/

div.case_index_box,div.case_body_box,div.contents_box,div.middle_img_R_175	{
	page-break-inside:avoid;
}	/*下層用*/

/*クリアの明示*/
h4.title_h4	{clear:both;}

/*3枚画像のカラム落ち対策*/
.toppage_little_img_L,.little_img_L	{
	margin-left:50px;
}

}

