/************************************************
****************  商品一覧画面CSS  ***************
************************************************/


/** タイトル **/

#cat01 h2.newtitle span,
#cat01 h2.osusume span,
#cat01 h2.free_aria span {background: #009998;}

#cat01 h2.newtitle,
#cat01 h2.osusume,
#cat01 h2.free_aria {border-bottom-color: #009998;}

#cat02 h2.newtitle span,
#cat02 h2.osusume span,
#cat02 h2.free_aria span {background: #CF669D;}

#cat02 h2.newtitle,
#cat02 h2.osusume,
#cat02 h2.free_aria {border-bottom-color: #CF669D;}

#cat03 h2.newtitle span,
#cat03 h2.osusume span,
#cat03 h2.free_aria span {background: #CD9E29;}

#cat03 h2.newtitle,
#cat03 h2.osusume,
#cat03 h2.free_aria {border-bottom-color: #CD9E29;}

h2.newtitle,
h2.osusume,
h2.free_aria {
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

h2.newtitle {
	margin-top: 20px;
}

h2.newtitle span,
h2.osusume span,
h2.free_aria span {
	font-weight: normal;
	font-size: 110%;
	padding: 7px 20px;
}


/** 商品ブロック **/

#category {
	font-size: 12px;
	width: 1000px;
}

#category ul.item-list {
	margin: 0px -20px 0px 0px;
}

#category ul.item-list li {
	width: 320px;
	float:left;
	margin: 0px 20px 20px 0px;
}

.list_area {
	padding: 10px;
	height:160px;
}


#cat01 .list_area { border: 1px solid #009998;}
#cat02 .list_area { border: 1px solid #CF669D;}
#cat03 .list_area { border: 1px solid #CD9E29;}


.listphoto {
	float:left;
	margin-right: 10px;
}

.listrightbloc {
	line-height:1.5em;
	font-size: 90%;
}

.listrightbloc h3 {
	margin-bottom: 5px;
}
.list_area .pricebox {
	clear:both;
	font-size: 11px;
}

.listrightbloc #price02_default{
	font-size: 12px;
}





/** レフトメニュー **/

.block_outer { padding: 10px 3px 3px;}

#cat01 .block_outer { background: #009998;}
#cat01 #category_area h3.expandable a { color: #009998;}
#cat01 #category_area h3.expandable { border-top-color: #009998;}

#cat02 .block_outer { background: #CF669D;}
#cat02 #category_area h3.expandable a { color: #CF669D;}
#cat02 #category_area h3.expandable { border-top-color: #CF669D;}

#cat03 .block_outer { background: #CD9E29;}
#cat03 #category_area h3.expandable a { color: #CD9E29;}
#cat03 #category_area h3.expandable { border-top-color: #CD9E29;}

#accordion_menu h3.expandable {
	background: #fff;
	padding: 7px 20px;
	border-top-width: 3px;
	border-top-style: solid;
}
#accordion_menu .categoryitems {
	background: #e5e5e5;
	font-size: 80%;
	padding: 10px;
}

#accordion_menu .categoryitems li {
	padding-left: 20px;
	background-image: url(../img/graphica/category_list_icon.gif);
	background-repeat:  no-repeat;
	background-position: left 5px;
}


