@charset "utf-8";

/*-----------------------------------
 *	Category CSS
 *	update[20090831]
 *----------------------------------*/
 
 
/*-----------------------------------
 *	大カテゴリ名
 *----------------------------------*/
#catTitle {
	width: 481px;
	height: 49px;
	background: url(../images/catL_ttl_bg.jpg) no-repeat;
}

#catTitle strong {
	font-size: 22px;
	font-weight: bold;
	line-height: 49px;
}

#catTitle img {
	vertical-align: top;
	margin: 11px 5px 0 15px;
}


/*-----------------------------------
 *	中カテゴリ名
 *----------------------------------*/
#catMTitle {
	width: 481px;
	height: 46px;
	background: url(../images/catM_ttl_bg.jpg) no-repeat;
}

#catMTitle strong {
	padding: 0 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
}


/*-----------------------------------
 *	子カテゴリ名
 *----------------------------------*/

#catChild {
	width: 481px;
	background: url(../images/catL_menu_bg.gif) no-repeat;
}

#catChild ul {
	padding: 10px 15px;
	background: url(../images/catL_menu_bottom.gif) no-repeat left bottom;
}

#catChild li {
	display: inline;
	margin-right: 10px;
	padding: 0 0 0 13px;
	background: url(../images/icon_arrow.gif) no-repeat left 3px;
}



