#button1{
	width:200px;
}

a{
	text-decoration: none;
}

.btn{
	padding:5px;
	/* margin:3px 0; */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bebebe), color-stop(1.00,#939393));
	background: -webkit-linear-gradient(#bebebe, #939393);
	background: -moz-linear-gradient(#bebebe, #939393);
	background: -o-linear-gradient(#bebebe, #939393);
	background: -ms-linear-gradient(#bebebe, #939393);
	background: linear-gradient(#bebebe, #939393);
	color:#fff;
	font-family: 'CI', Meiryo, sans-serif;
}
