@charset "UTF-8";

/*-------------------------------------------------------------------------------
	プリントアウト用スタイル設定CSS

	株式会社カスタマーチェックサービス
	├Url: http://www.
	└Copyright: (C) AJIS CO.,LTD. All rights reserve.
----------------------------------------------------------------Date:2008.09.04*/
@import	"base.css";
@import "common.css";
@import "shared.css";
@import	"local.css"; 
@import	"adjust.css"; 

/* Print
----------------------------------------------------*/
div#main{
/*	IE6.0対策	*/
	width:75%;	
}
/*	footer　フッター	--------------------------*/
div#footer{
	position:static;
	top:0px;
}

