@charset "UTF-8";

#downloadTable{
	width:100%;
}

#downloadTable th,#downloadTable td{
	background:#e8edee;
	border-bottom:dashed 1px #CCCCCC;
}

#downloadTable tr:nth-child(2n) th,#downloadTable tr:nth-child(2n) td{
	/*background:#d6dce9;*/
	background:#e8edee;
	border-bottom:dashed 1px #CCCCCC;
}

#downloadTable th,#downloadTable td {
	padding:10px;
}

#downloadTable th {
	text-align:left;
}

#downloadTable a{
	color:#930;
}

#downloadTable a:hover{
	text-decoration:underline;
}
