@charset "utf-8";

/* ============================================
	index.html
============================================ */
.dl_fonds {}
	.dl_fonds dt{
		background: url(/company/img/line_history.gif) no-repeat right center;
		width: 150px;
		font-weight: bold;
		float: left;
		clear: left;
		}
	.dl_fonds dd{
		margin-left: 156px;
		margin-bottom: 20px;
		zoom:1;
		}
		
.table_basic01 {
	width: 645px;
	_line-height: 1.6;
}
	.table_basic01 th.th_type02{
		width: 129px;
		padding: 6px 9px;
		text-align: left;
	}


/* ============================================
	ipo.html
============================================ */

.table_ipo {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	background: #cccccc;
	text-align: center;
	width: 645px;
	font-size: 85%;
	line-height: 1.1;
}
	.table_ipo th {
		font-weight: bold;
		background-color: #f3f3f3;
		border: 1px solid #fff;
		padding: 6px;
		text-align: center;
	}
		.table_ipo th.th_type01{width: 6%;}
		.table_ipo th.th_type02{width: 14%;}
		.table_ipo th.th_type03{width: 24%;}
		.table_ipo th.th_type04{width: 11%;}
	.table_ipo td {
		background-color: #fff;
		border: 1px solid #fff;
		padding: 5px;
		height: 34px;
	}
	head~/* */body .table_ipo td{ /* for ie8 */ height: 22px; }
	html:not(:target) .table_ipo td{ /* for others */ height: 32px; }
	*:first-child+html .table_ipo td{ height: 22px; } 

