
/* Type D 子メニュー */
#child_menu_div {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:165px;
	background-color:#000;
}

#child_menu_div li {
	background-image: none;
	padding:0;
	margin:0;
	clear:left;
}

#child_menu_div ul li a {
	clear:left;
	padding:0;
	margin:0;
	width: 163px;
	height: 25px;
	display:block;
	padding-top:3px;
	text-indent:10px;
	font-size:8pt;
	text-align:left;
	background-image: none;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-top:5px;
	margin-bottom: 5px;
	text-align:center;
/*	width:730px; */
}

div.paging div {
	display: inline;
}


div.paging div.disabled {
	color: #666;
	display: inline;
}
div.paging span {
	padding:0 5px 0 5px;
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}




/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

table.cake-sql-log {
	color:#000;
}