#pri table{
	border-collapse: collapse;
}

#pri th,#pri td{
	padding:6px 12px;
}

#pri table tr:first-child{
	border-top: solid 1px #ccc;
}

#pri th{
	background:#f6f7f8;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	width: 160px;
}

#pri td{
	background:#fff;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

/*.bd tr:nth-child(n+2){
	background-color: #eeeeee;
}*/

.pri_title a,.pri_title a:hover{
	color:#63676d;
	font-weight: bold;
	text-decoration:none;
}

#pri_navi a:link {
	color: #2B2929;
	text-decoration: none;
}

#pri_navi a:visited {
	color: #2B2929;
	text-decoration: none;
}

#pri_navi a:hover {
	color: #002299;
	text-decoration: underline;
}

.pri_box{
	padding:20px 20px 35px 20px;
	margin-bottom:20px;
	width:730px;
	border:1px solid #eeeeee;
}

.pri_title{
	padding:5px 10px;
	width:710px;
	background: #eee;
	border-top: solid 2px #cde;
	margin-bottom:20px;
}