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

form {
	margin: 0px;
}

/* aタグを利用したリンクボタン */
a.btn, a.btn_arw {
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin: 1px;
}
a.btn {
	background-color: #f2f2f2;
	border: #333333 2px outset;
	padding: 4px 5px 3px 5px;
}
a.btn_arw {
	background: #f2f2f2 url(img/arrow_r.gif) no-repeat 6px 50%;
	border: #333333 2px outset;
	padding: 4px 5px 3px 20px;
}
a.btn:visited, a.btn_arw:visited {
	color: #000000;
}
a.btn:hover, a.btn_arw:hover {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	border: #555555 2px inset;
	text-decoration: none;
}
a.btn:hover {
	background-color: #cfcfcf;
	padding: 4px 5px 3px 5px;
}
a.btn_arw:hover {
	background: #cfcfcf url(img/arrow_r.gif) no-repeat 6px 50%;
	padding: 4px 5px 3px 20px;
}

/* formのsubmitボタン */
input.btn {
	display: inline-block;
	font-size: 14px;
	background-color: #f2f2f2;
	border: #333333 2px outset;
	margin: 2px;
	padding: 4px 5px 3px 5px;
}
input.btn:hover {
	background-color: #cfcfcf;
	border: #555555 2px inset;
}

/* 角の丸いリンクボタン */
a.btn_round {
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	height: 25px;
	color: #000000;
	background: transparent url(img/btn_act.gif) no-repeat 0px 0px;
	margin: 3px 10px 3px 0px;
	padding: 0px 0px 0px 10px;
}
a.btn_round span {
	_position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	white-space: nowrap;
	color: #000000;
	background: transparent url(img/btn_act.gif) no-repeat 100% 0px;
	margin: 0px -10px 0px 0px;
	padding: 0px 10px 0px 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;
}
