@import url(base.css);
@import url(leftmenu_base.css);

/* =============================================================================
= 
= topics.css：商品ページ用
=  表示確認：Windouws 
=  2007/09/13 MARS
=
============================================================================= */
/* -----------------------------------------------------------------------------

  base.css や leftmenu_base.cssと違う設定

 ---------------------------------------------------------------------------- */
.parent a.nowcategory{
	background-color:#E5E5E5;
}
.parent a.nowcategory span.pname{
	display:block;
	margin:0; padding:0px 0px 0px 16px;
	background-image:url(../images/arrow_bob.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* --------------------------------------------------------------- 見出し --- */
p.midashi{
	color:#FF9933;
	font-weight:bold; font-size:90%;
	margin-bottom:15px;
}



/* --------------------------------------------------------------- メイン --- */
span.topicsdate{
	display:block;
	font-size:80%;
	text-decoration:none;
	background-position:left center;
	background-repeat:no-repeat;
}
dl.recentTopics dt {
	float: left;
	width: 90px;
	margin:0; padding:0px 0px 0px 22px;
	background:#ffffff url(../images/arrow_o.gif) no-repeat 10px center;
}
dl.recentTopics dd {
	margin: 0;
	padding-left: 90px;
	padding-bottom: 0.5em;
}
* html dl.recentTopics dd {
	text-indent: -0.25em;
}
*:first-child+html dl.recentTopics dd {
	text-indent: -0.25em;
}

