@charset "utf-8";
/* CSS Document */

/*
	submenu
*/
#subMenu dl dt.close {
	border-bottom:1px solid #fff;
}
#subMenu dl dd {
	border:none;
	padding:0;
	margin:0;
	position:relative;
	line-height:1.6;
	background:none;
}
#subMenu dl dd ul li {
	border-top:1px dotted #ccc;
	margin-top:-1px;
	position:relative;
	z-index:1;
	zoom:1;
	line-height:1.4;
	background-image:url(../../common/img/entry/side_list.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#subMenu dl dd ul li.active {
	background-image:url(../../common/img/entry/side_list_act.png);
}
#subMenu dl dd ul li.chead {
	background:none;
	margin-top:0;
	border-top:0;
	z-index:2;
	margin:5px 0 0;
	color:#fff;
	padding:0;
}
	#subMenu dl dd ul li.chead a {
		color:#fff;
		text-decoration:none;
		display:block;
		padding:5px;
	}
		#subMenu dl dd ul li.chead a:hover {
			text-decoration:underline;
		}

/* graphic */
#subMenu dl.type1 dd ul li {
	background-color:#EB552A;
}
	#subMenu dl.type1 dt a.act,
	#subMenu dl.type1 dt a:hover {
		border:3px solid #EB552A;
	}
/* illust */
#subMenu dl.type2 dd ul li {
	background-color:#920783;
}
	#subMenu dl.type2 dt a.act,
	#subMenu dl.type2 dt a:hover {
		border:3px solid #920783;
	}
/* digital */
#subMenu dl.type3 dd ul li {
	background-color:#E4007F;
}
	#subMenu dl.type3 dt a.act,
	#subMenu dl.type3 dt a:hover {
		border:3px solid #E4007F;
	}
/* character */
#subMenu dl.type4 dd ul li {
	background-color:#004098;
}
	#subMenu dl.type4 dt a.act,
	#subMenu dl.type4 dt a:hover {
		border:3px solid #004098;
	}
/* kids */
#subMenu dl.type5 dd ul li {
	background-color:#8FC41F;
}
	#subMenu dl.type5 dt a.act,
	#subMenu dl.type5 dt a:hover {
		border:3px solid #8FC41F;
	}
/* goods */
#subMenu dl.type6 dd ul li {
	background-color:#009245;
}
	#subMenu dl.type6 dt a.act,
	#subMenu dl.type6 dt a:hover {
		border:3px solid #009245;
	}
/* photo */
#subMenu dl.type7 dd ul li {
	background-color:#29ABE2;
}
	#subMenu dl.type7 dt a.act,
	#subMenu dl.type7 dt a:hover {
		border:3px solid #29ABE2;
	}
/* night */
#subMenu dl.type8 dd ul li {
	background-color:#001458;
}
	#subMenu dl.type8 dt a.act,
	#subMenu dl.type8 dt a:hover {
		border:3px solid #001458;
	}
	
/* deptNavi */
#deptNavi {
	width:960px;
	margin:0 auto 30px;
	font-size:11px;
}
	#deptNavi ul {
		margin-left:-17px;
		position:relative;
		zoom:1;
	}
	.deptNaviBox {
		width:178px;
		float:left;
		margin-left:17px;
		display:inline;
	}
	#deptNavi h4 {
		font-size:14px;
		font-weight:bold;
		line-height:20px;
	}
		.deptNaviBox dl.blunk {
			margin-top:20px;
		}
	#deptNavi dt {
		color:#fff;
		margin:3px 0;
	}
		#deptNavi dt a {
			color:#fff;
			text-decoration:none;
			display:block;
			padding:0 5px;
		}
			#deptNavi dt a:hover {
				text-decoration:underline;
			}
	#deptNavi dd {
		background-image:url(../../common/img/entry/side_list.png);
		background-position:-5px -5px;
		background-repeat:no-repeat;
	}
		#deptNavi dd a {
			display:block;
			padding:0 0 0 13px;
		}

	#deptNavi dd.line {
		margin-bottom:5px;
	}
	/* graphic */
	.fGrphic {
		border-top:2px solid #EB552A;
		background-color:#EB552A;
	}
	/* illust */
	.fIllust {
		border-top:2px solid #920783;
		background-color:#920783;
	}
	/* digital */
	.fDigital {
		border-top:2px solid #E4007F;
		background-color:#E4007F;
	}
	/* caharacter */
	.fChara {
		border-top:2px solid #004098;
		background-color:#004098;
	}
	/* kids */
	.fKids {
		border-top:2px solid #8FC41F;
		background-color:#8FC41F;
	}
	/* goods */
	.fGoods {
		border-top:2px solid #009245;
		background-color:#009245;
	}
	/* photo */
	.fPhoto {
		border-top:2px solid #29ABE2;
		background-color:#29ABE2;
	}
	/* night */
	#night dt,
	#night dd {
		background-color:#006890;
	}
		#night dd.line {
			border-top:2px solid #006890;
			margin:0;
		}
