

/* カテゴリページ */
.tpl-list-item{
	width:186px;
	float:left;
	margin:0 0 20px;
}

.tpl-list-item div{
	padding:0 10px;
	text-align:center;
}

.tpl-list-thumbnail{
	border:solid 1px #ccc;
}

.tpl-list-buttom{
	border:none;
	margin:10px 0;
}

.tpl-list-item div a:hover{
	position:relative;
	top:2px;
	left:2px;
}

#main-cat-list{
	clear:left;
	padding-top:2em;
}

#main-cat-list p{
	margin-top:0;
	padding-top:0;
}

#tpl-list-title,
#main-cat-list h2{
	background:url('/img/tpl_sub_title.gif') left top no-repeat;
	margin:0 0 10px;
	padding:0 5px 4px 30px;
	font-size:14px;
	color:#900;
	line-height:41px;
}

#main-cat-list h3{
	margin:0;
	padding:0;
	font-size:12px;
}

#main-cat-list span{
	padding:0 5px 0 15px;
	background:url('img/bg_list_mark.gif') left no-repeat;
}

.paginate{
	clear:left;
	text-align:center;
	padding:2em 0 0;
}

/* メニューリスト表示 */
#category-body dt,
#category-body dd{
	border-bottom:solid 1px #eee;
	font-size:12px;
	line-height:30px;
}

#category-body dl{
	margin:5px 3px;
	padding:0 0 10px;
}

#category-body dt{
	float:left;
	width:120px;
	background:url('/img/bg_list_mark.gif') left no-repeat;
}

#category-body dd a{
	background:url('/img/file.gif') left no-repeat;
}

#category-body dt span,
#category-body dd a{
	padding-left:20px;
}