@charset "Shift_JIS";
/*******************************************************************************
*
* </fun/css/fun_print.css>
*
*******************************************************************************/

/*
----------------------------------------
  Floats
----------------------------------------
*/
.double_col {
	display: table;
}
.dc_left {
	display: table-cell;
	_display: inline;
	_height: 1%;
	float: none;
	margin: 0;
	padding: 0 1em 0 0;
	vertical-align: top;
}
.dc_right {
	display: table-cell;
	_display: inline;
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
div.dc_w270 { width: 270px; }
div.dc_w415 { margin-left: 0; _width: 360px; }
