@charset "UTF-8";

/*------------------------------------------------------------------------------
	有限会社 白鷲製作所 - Print CSS
	URL: http://www.shirawashi.co.jp/
	Date: 2008-12-22
	Copyright (C) Shirawashi Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* 	Printing Setting
----------------------------------------------------*/
	
	body{
		color:#000;
		font-size:10pt;
		font-family:Sans-Serif;
	}
	a:link,
	a:visited{
		color:#000;
		text-decoration:underline;
	}

	#subNav,
	#globalNav,
	#contactNav,
	.totop,
	.toback,
	.pan,
	#contactInfo{
		display:none !important;
	}
	
	* html #header,
	* html #footer{
		padding-left:20px;
	}
	* html #mainContent{
		width:100%;
		margin:0 auto;
		border-bottom:1px solid #f4f4f4;
	}
	/*
	* html #mainContent h1{
		text-align:center;
	}
	* html #mainContent .section{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	*/
		