@charset "utf-8";
/* CSS Document */
.btPar{
	width: 30px;
	height: 25px;
	border: 1px #8D8D8D solid;
	background: #F9D7D8;
	color: #000000;
	display: block;
	text-align: center;
	float: right;
	margin-right:5px;
	font-weight: bold;
	text-decoration: none;
}
.btPar:hover{
	background-color: aquamarine;
	border-color: #000;
	text-decoration: none;
}