/* 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_teks;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	margin: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
div#example{
	width:600px;
}
a.btn {
	background-color: #cfcfcf;
	border: 1px outset #666;
	display: block;
	text-align: center;
	float: left;
	width: 47%;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 3px;
	line-height:25px;
}
a.btn_arw {
	background: #f2f2f2 url(img/arrow_r.gif) no-repeat 6px 50%;
	border: #333333 1px 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 1px inset;
	text-decoration: none;
}
a.btn:hover {
	background-color: #FFDBA4;
	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;
}
