#left_con .button{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7400), color-stop(0.00, #ffa443));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 1);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	width: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", tahoma, arial;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-weight: bold;
	/* InternetExplorer */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7400', endColorstr='#ffa443', GradientType=0)";
	padding: 5px;
}
#left_con .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f4913e), color-stop(0.00, #fdb05e));
background: -webkit-linear-gradient(#fdb05e, #f4913e);
background: -moz-linear-gradient(#fdb05e, #f4913e);
background: -o-linear-gradient(#fdb05e, #f4913e);
background: -ms-linear-gradient(#fdb05e, #f4913e);
background: linear-gradient(#fdb05e, #f4913e);
  cursor: pointer;
  	/* InternetExplorer */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4913e', endColorstr='#ffa443', GradientType=0)";  
  
}
#left_con .button:active {

  cursor: pointer;
}
#left_con .btn_submit{
  -webkit-appearance: none;
  font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
}
#left_con .btn_alink{
  width: 198px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
em.shubetu {
	font-style: normal;
	color: #FFF;
	background-color: #00A860;
	font-size: 0.9em;
	line-height: 1em;
	white-space: nowrap;
	padding: 0.2em;
	margin-left: 0.5em;
	margin-top: 0.5em;
}
