@charset "utf-8";
.np_table{
	width: 90%;
	border-collapse:collapse;
	margin-right: 15px;
	margin-left: 15px;
}
.np_table th{
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.np_table th a{
	font-size: 95%;
	color: #069;
	text-decoration: none;
}
.np_table th a:hover{
	color: #C00;
}
.np_table td{
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.np_table td a{
	font-size: 95%;
	color: #666;
	text-decoration: none;
	background-image: url(../images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}
.np_table td a:hover{
	color: #C00;
}
