h1{ color:#66a600;}
.menu ul{ background:#66a600; }
.menu li a:hover { background:#00853e;}
.menu ul a {
	color:#fff;
}

/*product detail button*/
.button span {background:url(../images/button_Eparts_02.gif) no-repeat; }
.button span span{background:url(../images/button_Eparts_01.gif) no-repeat; }
.button span span span {background:url(../images/icon_info.png) no-repeat; }
/*-----*/
/*-----*/
button/*, a.button*/ {
	color:#fff;
	background-color:#00853e;
	border: 1px solid #00853e;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66a600, EndColorStr=#00853e);
	background-image: -moz-linear-gradient(top, #66a600 0, #00853e 100%);
	background-image: -ms-linear-gradient(top, #66a600 0, #00853e 100%);
	background-image: -o-linear-gradient(top, #66a600 0, #00853e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66a600), color-stop(100%, #00853e));
	background-image: -webkit-linear-gradient(top, #66a600 0, #00853e 100%);
	background-image: linear-gradient(to bottom, #66a600 0, #00853e 100%);
	behavior: url(ie-css3.htc); /* 使用ie-css3 */
}

button:hover/*, a.button:hover*/ {

	background-color:#66a600;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#6ba900, EndColorStr=#66a600);
	background-image:-moz-linear-gradient(top, #6ba900 0, #66a600 100%);
	background-image:-ms-linear-gradient(top, #6ba900 0, #66a600 100%);
	background-image:-o-linear-gradient(top, #6ba900 0, #66a600 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #6ba900), color-stop(100%, #66a600));
	background-image:-webkit-linear-gradient(top, #6ba900 0, #66a600 100%);
	background-image:linear-gradient(to bottom, #6ba900 0, #66a600 100%);
	behavior: url(ie-css3.htc); /* 使用ie-css3 */

}