@charset "euc-jp";
/* CSS Document */
table#graph_dl {
	width:530px;
  	border: 1px solid dimgray;
  	border-spacing: 0;
  	border-collapse: collapse;
  	empty-cells: show;
	margin-top:10px;
	margin-left:30px;
	text-align:center;
  }
table#graph_dl th, table#graph_dl td {
	font-size:12px;
	padding: 1px;
	border: 1px solid darkgray;
}

table#graph_dl .cell_title{
	background-color:#999999;
	color:#FFFFFF;	
	line-height:110%;
}

table#graph_dl .con_model{
	width:65px;
	font-weight:bold;
}
table#graph_dl .cell_title .cell_catalog{
	width:128px;

}
table#graph_dl .cell_title .cell_cad{
	width:64px;

}

 
.grop_index{
	width:550px;
	margin-top:10px;
	margin-left:20px;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-weight:bold;
}
.grop_index td{
	padding:2px;
}
/* PDFファイルのないカタログ*/
.off_pdf{
	color:#CCCCCC;
}

/*フッターページTOP*/
.page_top{
	width:550px;
	text-align:right;
	font-size:10px;
	color:#FF3300;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:5px;
}
