@charset "shift_jis";
/* CSS Document */

/*==================mainL==================*/
/*==================topic==================*/
div.topic{
	margin-bottom:25px;
}
div.topic p{
	margin-bottom:0;
}
div.topic p.detail{
	background:#cccccc;
	padding:5px;
}
* html div.topic{								/* ◆IE6.0以下用ハック◆ */
	text-align:left;
}
/*==================special==================*/
div.special{
	padding-bottom:25px;
}
div.special ul.sp li{
	width:150px;
	float:left;
	border:#cccccc 1px solid;
	background:url(../images/topic01_goods_back.jpg) no-repeat #e7edeb;
	padding:4px;
}
* html div.special ul.sp li{					/* ◆IE6.0以下用ハック◆ */
	width:160px;
}
div.special h3{
	margin-bottom:0;
	color:#993399;
}
* html div.special{								/* ◆IE6.0以下用ハック◆ */
	text-align:left;
}
/*==================hot news==================*/
div.hotnews{
	margin-bottom:25px;
}
div.hotnews h3{
	background:url(../images/topic02_subtitle_back.jpg) repeat-y;
	color:#ffffff;
	padding:5px;
}
* html div.hotnews{									/* ◆IE6.0以下用ハック◆ */
	text-align:left;
}
/*==================infomation==================*/
div.info{
	margin-bottom:25px;
}
div.info dl#info_dl dt{
	background:url(../images/point_right.gif) no-repeat;
	padding-left:15px;
	color:#996699;
	width:95px;
	float:left;
	font-weight:bold;
}
div.info dl#info_dl dd{
	margin:0 0 5px 110px;
}
* html div.info{									/* ◆IE6.0以下用ハック◆ */
	text-align:left;
}
/*==================what's new==================*/
div.whatsnew{
	margin-bottom:25px;
}
div.whatsnew dl#what_dl dt{
	background:url(../images/point_right.jpg) no-repeat;
	padding-left:10px;
	color:#996699;
	width:95px;
	float:left;
	font-weight:bold;
}
div.whatsnew dl#what_dl dd{
	margin:0 0 5px 110px;
}