@charset "utf-8";
/******************** コラム左：カテゴリ ********************/

div#category {
	clear: both;
	float: left;
	width: 160px;
	text-align: center;
	padding-bottom: 30px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
div#category a:link, div#category a:visited {
	color: #600;
	text-decoration: none;
}
div#category a:hover {
	color: #FF6;
}
div#category-inner {
	background: url(/shop/image/cate-bottom.gif) no-repeat center bottom;
	padding-bottom: 30px;
	width: 140px;
	margin: 0 auto;
}
div#category p {
	color: #FFF;
	font-size: 120%;
	background: url(/shop/image/cate-h2.gif) no-repeat top;
	width: 140px;
	padding: 4px 0;
	margin: 0 auto;
	font-weight: bold;
}
div#category ul {
	background: url(/shop/image/cate-middle.gif) repeat-y center;
	width: 140px;
	padding-top: 15px;
	text-align: left;
}
div#category li.nomal {
	color: #FF9;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0 12px;
}
div#category li.sub {
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 2px 12px;
	color: #fff;
}
div#category li.space {
	color: #FF9;
	list-style-type: disc;
	list-style-position: inside;
	margin: 12px 0 0 12px;
}










