@charset "utf-8";
/*印刷時のレイアウトずれ修正=================================*/

#wrapper{
	display:table;
	direction:rtl;
}
#contents{
	display:table-cell;
	float:none;
	direction:ltr;
}
#left_column {
	display:table-cell;
	background:none;
	margin-top:-160px;
}

/*IE対策=================================*/
#contents{
	/float:right;
}

#left_column {
	/margin-top:0px;
	/background:#e0e0e0;
}
