
/*_________________________________________________________________________詳細フレーム*/
div.detail{
	background:url(../images/lineup/detail_body.gif) repeat-y;
	width:626px;
}
div.detail-wrap{background:url(../images/lineup/detail_head.gif) no-repeat left top;}
div.detail-inner{
	background:url(../images/lineup/detail_foot.gif) no-repeat left bottom;
	padding:34px 32px;
	_height:1px;
	min-height:1px;
}
div.detail h3{
	padding-left:18px;
}
/*_________________________________________________________________________詳細フレーム*/

/*_________________________________________________________________________商品リストボタン*/
a.item-btn{
	display:block;
	width:287px;
	margin:0px auto;
	_filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
a.item-btn span{
	display:block;
}
a.item-btn img{
	border:none;
}
a.item-btn span.top{
	background:url(../images/lineup/cursor_top.gif) no-repeat center -999px;
	padding-top:25px;
}
a.item-btn span.bottom{
	background:url(../images/lineup/cursor_bottom.gif) no-repeat center -999px;
	padding-bottom:25px;
}
a.item-btn:hover span.top{
	background-position:center top;
}
a.item-btn:hover span.bottom{
	background-position:center bottom;
}


/*_________________________________________________________________________商品リストボタン*/


p.image-box img{vertical-align:bottom;}
