@charset "utf-8";
/* CSS Document */

#btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-image: url(_img/btn.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	font-weight: bold;
}

#btn a{
	display:block;
	width:130px;
	color:#FFF;
	height:30px;
	text-decoration:none;
	text-align:center;
	background-image: url(_img/btn2.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-right: 3px;
	margin-bottom: 5px;
}

#btn a:hover{
	color:#006;
	background-image: url(_img/btn.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#btn2{
	width:130px;
	color:#FFF;
	height:30px;
	text-decoration:none;
	text-align:center;
	background-image: url(_img/btn.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-right: 3px;
	margin-bottom: 5px;
	float: left;
}
