@charset "utf-8";

/*　
------------------------------------------------------------ */

#img_top {
	width: 580px;
	height: 150px;
	background: url(../common/images/img_shop.jpg) no-repeat;
}
dl {
	width: 320px;
	float: right;
	
}
dt {
	font-weight: bold;
	border-bottom: 1px solid #c00;
}
dd {
	text-align: right;
}
.box_01 img {
	float: left;
}
.box_01 {
	clear: both;
	margin-bottom: 20px;

}

#banner_01 a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../common/images/bt_order.jpg) no-repeat;
}

#banner_01 a:hover {
	background-position: 0px -30px;
}

