/*// マニュアルダウンロード用 ///*/
table.dl{
	margin:0 0 0 10px;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	border:1px solid #ccc;
}
table.dl th{
	font-size:12px;
	background-color:#eaf4ff;
	text-align:center;
	padding:10px 10px;
	border-bottom:#c7e2e2 solid 1px;
	border-right:#c7e2e2 dashed 1px;
	vertical-align:middle;
}
table.dl td{
	font-size:13px;
	text-align:left;
	padding:0 5px;
	border-bottom:#c7e2e2 solid 1px;
	vertical-align:middle;
}

a.btn_dl {
    background: url("img/btn2/dlcl_bk2.gif") no-repeat scroll left top transparent;
    display: block;
    height: 43px;
    position: relative;
    width: 64px;
}
a.btn_dl:hover {
    background: url("img/btn2/dlcl_bk2.gif") no-repeat scroll left bottom transparent;
}
table.dl td div.filename{
	background: url("img/btn2/dl_filename.gif") no-repeat left top transparent;
	padding:3px 0 0 67px;
	font-weight:600;
	margin:4px 0 5px 0;
	width:83%;
	border-bottom:#efefef solid 1px;
}
table.dl td div.fileex{
	background: url("img/btn2/dl_fileex.gif") no-repeat left top transparent;
	padding:0 0 3px 67px;
	padding-top:3px;
	width:83%;
	line-height:120%;
	margin:0;
}
