@charset "UTF-8";

/*------------------------------------------------------------------------------
	KONOIKE Co. - Print CSS
	URL: http://www.konoike-cons.co.jp/
	Date: 2009-04-01
	Copyright (C) KONOIKE Co. All Rights Reserved.
------------------------------------------------------------------------------*/

/* 	Printing Setting
----------------------------------------------------*/
	
	body{
		color:#000;
		font-size:10pt;
		font-family:Sans-Serif;
	}
	a:link,
	a:visited{
		color:#000;
		text-decoration:underline;
	}

	#subContent,
	#endContent,
	#footer,
	#subNav,
	#globalNav,
	.recruitNav,
	.totop,
	.toback,
	.pan{
		display:none !important;
	}
	
	
	#siteTitle a{
		left:auto;
		right:0;
	}
	
	div#wrapper,
	#mainContent{
		float:none;
		width:auto;
		background-image:none !important;
	}
	div#footer{
	}


