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

/*基本指定*/


body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}




.imgr {
	font-weight: bold;
	text-align: center;
}

.pink{color:#FF6699;}

/*ボタン指定*/


.bt_c{
	clear: both;
	text-align:center;
	height: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FF6699;
	color: #FFF;
	border-radius:10px;
	box-shadow:1px 1px 3px #666666;
	font-size:18px;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	width:500px;
}

.bt_c a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.bt_c a:hover{
	color: #00F;
}