@charset "shift-jis";
#header_btn_class {
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #99150c;
	padding:3px 15px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c24c44), color-stop(100%, #7d1b13) );
	background:-moz-linear-gradient( center top, #c24c44 5%, #7d1b13 100% );
	background:-ms-linear-gradient( top, #c24c44 5%, #7d1b13 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c24c44', endColorstr='#7d1b13');
	background-color:#c24c44;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #700d06;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}#header_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #7d1b13), color-stop(100%, #c24c44) );
	background:-moz-linear-gradient( center top, #7d1b13 5%, #c24c44 100% );
	background:-ms-linear-gradient( top, #7d1b13 5%, #c24c44 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d1b13', endColorstr='#c24c44');
	background-color:#7d1b13;
}#header_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
