@charset"utf-8";
/***********************************************************************
	Top
***********************************************************************/
/*//////// 広告用 Flash //////////////////*/
#right #advFlash{
	width:645px;
	height:239px;
	margin-bottom:10px;
}

/*//////// おすすめ //////////////////*/
#right #recommend{
	float:left;
	width:415px;
}

#right #recommend .title{
	width:415px;
	height:34px;
	background-image:url(../img/tab415osusume.gif);
	background-repeat:no-repeat;
}

#right #recommend .bottom{
	width: 415px;
	height: 13px;
	background-image:url(../img/tab415bottom.gif);
	background-repeat:no-repeat;
}

#right #recommend .items{
	width: 413px;		/* parent - 2 */
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.2em;
}

#right #recommend .items ul{
	width: 402px;		/* li x 3 */
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	list-style: none;
}

#right #recommend .items ul li{
	float: left;
	width: 122px;
	height: 140px;
	margin-bottom: 5px;
	padding: 0 6px;
	overflow: hidden;
}

#right #recommend .items ul li p.name a{ color: #254A9E; font-weight: bold; }
#right #recommend .items ul li p.desc  { color: #333333; }
#right #recommend .items ul li p.price { color: #A91F24; font-weight: bold; }

/*//////// 特集，お知らせ //////////////////*/
#right #sub{
	float: right;
	width: 220px;
}

#right #sub #feature{
	width: 220px;
	margin-bottom: 10px;
}

#right #sub #feature .title{
	width: 220px;
	height: 34px;
	background-image: url(../img/tab220tokushu.gif);
	background-repeat: no-repeat;
}

#right #sub #feature .bottom{
	width: 220px;
	height: 13px;
	background-image: url(../img/tab220bottom.gif);
	background-repeat: no-repeat;
}

#right #sub #feature .items{
	width: 218px;		/* parent - 2 */
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.2em;
}

#right #sub #feature .items ul{
	width: 190px;		/* li x 1 */
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	list-style: none;
}

#right #sub #feature .items ul li{
	float: left;
	width: 184px;
	height: 145px;
	padding: 0 3px;
}

#right #sub #feature .items ul li p.name a{ color: #254A9E; font-weight: bold; }
#right #sub #feature .items ul li p.desc  { color: #333333; }

#right #sub #news{
	width: 220px;
}

#right #sub #news .title{
	width: 220px;
	height: 34px;
	background-image: url(../img/tab220news.gif);
	background-repeat: no-repeat;
}

#right #sub #news .bottom{
	width: 220px;
	height: 13px;
	background-image: url(../img/tab220bottom.gif);
	background-repeat: no-repeat;
}

#right #sub #news .items{
	width: 218px;		/* parent - 2 */
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.3em;
	font-weight: bold;
}

#right #sub #news .items ul{
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0;
	list-style: none;
}

#right #sub #news .items ul li{
	padding-bottom: 8px;
}

