.bolink {
	font-style: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",;
	margin:20px auto 0 auto;
	clear: left;
	width: 260px;
	height: 20px;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	padding: 15px 30px;
	background-color:#ef7c1c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:none;
}

.bolink:hover {
	color: #ffffff;
	background-color:#ff0000;
}

.noline:hover {
	text-decoration: none;
}
