@charset "utf-8";

/*　商品一覧
------------------------------------------------------------ */



#main {
    background: url(../common/images/products_mainbg.jpg) right top no-repeat;
}

#box_name {
    width: 290px;
	_width: 300px;
	height: 440px;
	_height: 460px;
	padding: 10px 0 10px 10px;
	overflow: auto;
	scrollbar-base-color: #222222;
	position: absolute;
	left: 90px;
	top: 120px;
}

#box_photo {
    width: 505px;
	height: 460px;
	position: absolute;
	left: 405px;
	top: 120px;
}

.ul_01 {
    padding-left: 10px;
	margin-bottom: 10px;
}

.ul_01 a {
    cursor: default;
}

#futako_products,
#main_products {
	width: 270px;
	height: 60px;
}

#futako_products ul,
#main_products ul {
	display: block;
	width: 270px;
	height: 40px;
}	

#futako_products li,
#main_products li {
	text-indent: -9999em;
}

#futako_products a {
	text-decoration: none;
	display: block;
	width: 270px;
	height: 40px;
	overflow: hidden;
	background: url(../common/images/futako_products.jpg) left top;
}
#main_products a {
	text-decoration: none;
	display: block;
	width: 270px;
	height: 40px;
	overflow: hidden;
	background: url(../common/images/main_products.jpg) left top;
}

#futako_products a:hover,
#main_products a:hover {
    background-position: 0px -40px;
}