@charset "utf-8";

.category_list {
	width: 200px;
	margin-bottom: 25px;
}
/* safari only ¥*/
html* .category_list{
	margin-bottom: 15px;
}

.category_list h3 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 26px;
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi01.png');
	background-repeat: no-repeat;
	font-size: 120%;
	line-height: 26px;
	display: block;
}
.category_list h3 a {
	width: 200px;
	height: 26px;
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi01.png');
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
}
.category_list h3 a:hover {
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi01.png');
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
.category_list ul {
	padding: 0px;
	margin: 0px;
}
.category_list li {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 25px;
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi02.png');
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 25px;
	display: block;
}
.category_list li a {
	width: 200px;
	height: 25px;
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi02.png');
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
}
.category_list li a:hover {
	background-image: url('../_galleries/imageGalleries/funStructure/contents_navi02.png');
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
