@charset "utf-8";

@import url("base.css");
@import url("contents.css");
@import url("clearfix.css");


@media print{

	html,body{
		background:none;
	}

	body *{
		display: none;
	}
	body #rightColumn,
	body #rightColumn *,
	#leftColumn,
	#leftColumn *,
	#mainimg,
	#mainimg *,
	#globalNavi,
	#globalNavi *,
	#header,
	#header *,
	#footer,
	#footer *
	{
		display: block;
			}
	body #rightColumn table{
		display: table;
	}
	body #rightColumn table td,
	body #rightColumn table th{
		display: table-cell;
	}
	body #rightColumn table tr{
		display: table-row;
	}

}