@charset "UTF-8";

/*------ order_btn-------*/
.order_btn{
	margin:0;
  padding:0;
	clear:both;
}

.order_btn ul{
 width:235px;
 height:38px;
	margin:0;
  padding:0;
 list-style-type:none;
}

.order_btn ul li{
	height:38px;
	white-space:nowrap;
	text-indent:-9999px;
}

.order_btn ul li a:link, .order_btn ul li a:visited, .order_btn ul li a:hover {
	display:block;
	height:38px;
	background-repeat:no-repeat;
	text-decoration:none;
	overflow:hidden;
}

.order_btn ul li a:hover {text-decoration:none;}
.order_btn ul li#order_01 {width:235px; height:38px;background-image:url("/product/img/btn_order.gif");}
.order_btn ul li#order_01 a:hover {background-image:url("/product/img/btn_order_on.gif");}
/*------/ order_btn-------*/