@charset "utf-8";


.button{
	padding: 15px 30px 15px 70px;
	margin-left: 20px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.3em;
	border: 2px solid #005bac;
	border-bottom: 2px solid #447BB5;
	border-radius: 6px;
	box-shadow: inset 2px 2px 0 #679AC9;
	text-shadow: 1px 1px 0px #005bac;
	box-shadow: 0px 8px 1px -1px #003168;
	background: url(img/i-bu01.png) 13px center no-repeat #005bac;
	background: url(img/i-bu01.png) 13px center no-repeat,-webkit-linear-gradient(top, #9EB2DB, #005bac);
	background: url(img/i-bu01.png) 13px center no-repeat,linear-gradient(to bottom, #9EB2DB, #005bac);
}

.button:hover {
	color: #B4C9ED;
	text-shadow: 1px 1px 0px #003168;
	background: url(img/i-bu02.png) 13px center no-repeat #005bac;
	background: url(img/i-bu02.png) 13px center no-repeat,-webkit-linear-gradient(top, #005bac, #9EB2DB);
	background: url(img/i-bu02.png) 13px center no-repeat,linear-gradient(to bottom, #005bac, #9EB2DB);
}

.button:active {
	position: relative;
	top: 2px;
	box-shadow: 0px 6px 1px -1px #003168;
}



/* ie9以下はbu-ie.css対応 */



