@charset "UTF-8";


/*========================================================*/
/* タイトルエリア  */
#titleArea {
	background:url(../img/pagetitle.jpg) no-repeat left top;
}


/*========================================================*/
/*========================================================*/
/* contentsArea Structure */
.listItem {display:block;margin-left:-20px;
	margin-bottom:-20px;}
.listItem li {
	display:block;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	width:180px;
}
* html .listItem {width:820px;margin-left:-40px;}

/* subNav */
.subNav {
	display:block;
	margin:-35px 0 35px auto;
	height:13px;
}
.brand-items .subNav {}
.subNav li {
	display:block;
	height:13px;
	float:right;
	margin-left:20px;
}
.subNav li a {
	display:block;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}
.subNav li#liBrandList a {width:108px;background:url(../img/btn-backbrandlist.gif) no-repeat left top;}
.subNav li#liBrandList a:hover {background:url(../img/btn-backbrandlist.gif) no-repeat right top;}
.subNav li#liItemList a {width:88px;background:url(../img/btn-backitemlist.gif) no-repeat left top;}
.subNav li#liItemList a:hover {background:url(../img/btn-backitemlist.gif) no-repeat right top;}
.subNav li#liPrintPage a {width:120px;background:url(../img/btn-printpage.gif) no-repeat left top;}
.subNav li#liPrintPage a:hover {background:url(../img/btn-printpage.gif) no-repeat right top;}


