@charset 'UTF-8';

/* <グリーンボタンのスタイル> */
a.buttonStyle,
input.buttonStyle,
button.buttonStyle,
a.buttonReturnStyle,
input.buttonReturnStyle,
button.buttonReturnStyle {
	cursor:pointer;
	padding: 1em 1em;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #7ac142;
	text-shadow: 1px 1px 0 #4d4d4d;
	-o-text-shadow: 1px 1px 0 #4d4d4d;
	-moz-text-shadow: 1px 1px 0 #4d4d4d;
	-webkit-text-shadow: 1px 1px 0 #4d4d4d;
	border-radius: 5px;
	-o-border-radius: 5px;
	-uu-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 3px #7f7f7f;
	-o-box-shadow: 2px 2px 2px #7f7f7f;
	-moz-box-shadow: 2px 2px 2px #7f7f7f;
	-webkit-box-shadow: 2px 2px 2px #7f7f7f;
	background: linear-gradient(#7ac142, #49a006);
	background: -o-linear-gradient(#7ac142, #49a006);
	background: -moz-linear-gradient(#7ac142, #49a006);
	background: -webkit-linear-gradient(#7ac142, #49a006);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7ac142', endColorstr='#49a006');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7ac142', endColorstr='#49a006')";
}

/* <グレーボタンのスタイル> */
a.buttonReturnStyle,
input.buttonReturnStyle,
button.buttonReturnStyle {
	cursor:pointer;
	background-color: #545454;
	background: linear-gradient(#545454, #222222);
	background: -o-linear-gradient(#545454, #222222);
	background: -moz-linear-gradient(#545454, #222222);
	background: -webkit-linear-gradient(#545454, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#545454', endColorstr='#222222');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#545454', endColorstr='#222222')";
}
