@charset "utf-8";

/*
 * 印刷用スタイル
 */

div#header ul,
div#sidebar,
div#footer div {
	display:none;
}

div#header div,
div.main,
div.contents,
div#footer address,
#information_page .inforbox,
#recruit_page .inforbox {
	width:auto;
}
div.main,
div.contents {
	background:none !important;
}
div.contents {
	float:none;
	width:auto !important;
}
div#footer address {
	text-align:left;
	color:#000;
	background:#eee;
}

/*
 * [TAG REDEFINE]
 * 要素の再定義
 */
body {
	color:#000;
	background:#fff;
}
table {
	width:auto;
}
table th,
table td {
	border:1px solid #ccc;
}
/*
 * [/TAG REDEFINE]
 */
