/* CSS for link button v1.3 */
/* Copyright(C) ASH (https://ash.jp/) */

form {
	margin: 0px;
}



/* 角の丸いリンクボタン */
a.btn_round {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	height: 25px;
	color: #0000FF;
	background: transparent url(img/btn_act.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}
a.btn_round span {
	_position: relative;
	display: inline-block;
	font-size: 17px;
		font-weight: bold;
	line-height: 25px;
	white-space: nowrap;
	color: #0000FF;
	background: transparent url(img/btn_act.gif) no-repeat 100% 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: -10px;
	margin-top: 0px;
}
a.btn_round:hover {
	color: #ffffff;
	background: transparent url(img/btn_sel.gif) no-repeat 0px 0px;
}
a.btn_round:hover span {
	color: #ffffff;
	background: transparent url(img/btn_sel.gif) no-repeat 100% 0px;
}
