@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.shokusan-j.co.jp/
File name:		layout_series.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* シリーズ商品 */
/* ------------------------------------------------------------ */
.series_button a {
	background: url(../images/series_button.gif) left top no-repeat;
	width: 290px;
	height: 26px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.series_button a:hover {
	background: url(../images/series_button.gif) left bottom no-repeat;
}