@charset "UTF-8";
/*
**********************************************************************
* print.css
* site name : 給与お助け隊.com
* description : 印刷用指定
* since : 2009/09/18
*********************************************************************
*/

@media print{
/*
==================================================================
* グローバルナビ
==================================================================
*/
	div#gnavi{
		clear:both;
		margin:0;
		padding:0;
		background:url("../image/bg_gnavi.gif") repeat-x ;
		background-position:0 0;
		height:53px;
	}

	div#gnavi ul{
		height:53px;
		background:url("../image/gnavi_p.gif") no-repeat ;
	}

/*
------------------------------------------------------------------------------
* コンテンツ(TOPのみ)
------------------------------------------------------------------------------
*/
	div#container{
		width:870px;
		text-align:center;
		background-color:#FFF;
		margin:-45px auto 22px;
		padding:0;
		overflow:hidden;
	}

/*
==================================================================
* コンテンツ共通指定
==================================================================
*/

	div#contentsBox{
		width:870px;
		margin:-53px auto 0 auto;
	}


}

