/* -- 
	NTT西日本　セキュリティ対策　サポートページ CSS ファイル
	ファイル名：download.css
	ダウンロードページ レイアウト用
 -- */

#main_contents table, #main_contents th, #main_contents td {
	border-collapse : collapse;
	border:solid 1px #000;
}

#main_contents th {
	background-color:#E7F0FE;
}

.dl_sprite {
	background:url(download_all.png);
	display:block;
	text-indent:-1000px;
}

#dl_title {
	width:563px;
	height:43px;
	background-position:0px 0px;
}

#dl_tool {
	width:328px;
	height:30px;
	background-position:0px -65px;
}

#dl_guide {
	width:328px;
	height:25px;
	background-position:0px -42px;
}			

.download_a	{
	background-image:url(download_button_all.png);
	background-position:0px 0px;
	display:block;
	width:170px;
	height:50px;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
				
a:hover.download_a {
	background-position:0px -50px;
}				

.topanchor_dl {
	margin-top:10px;
	margin-bottom:30px;
	border-left:7px solid #005;
}

.topanchor_dl table {
	width:100%;
}

.topanchor_dl th {
	border-left:5px solid #009;
	background-color:#FFF;	
	text-align:left;
	padding-left:10px;
	width:25%;
}

.topanchor_dl tr, .topanchor_dl td {
	padding:5px 0px 5px 15px;
	width:25%;
}

.topanchor_dl img {
	margin-right:5px;
	vertical-align:middle;
}

.dl_area table {
	margin:5px 0px;
	width:100%;
}

.dl_area td {
	padding:7px 10px;
	width:200px;
}

.dl_area .ver {
	font-size:16px;
	padding-left:10px;
	width:100px;
}

.dl_area .ref {
	text-align:left;
	padding:0px 5px;
	width:100%;
}

.td_pdf {
	width:100%;
	margin:20px 0px;
}

.td_pdf td {
	text-align:center;
	padding:5px 10px;
}
			
.td_pdf .txt {
	color:#999999;
	font-size:8pt;
	text-align:left;
}
