/*noimg*/
.noimg {
	background: #eee url(../img/noimg.gif) no-repeat center center;
}

/*loading*/
.loading_s {
	min-height: 100px;
	_height: 100px;
	background: #fff url(../img/loading_s.gif) no-repeat 100px center;
}
div.loading_l {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #000 url(../img/loading_l.gif) no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*debug*/
div.debug {
	clear: both;
/*	width: 900px;*
	width: 950px;
	margin: 100px auto 0;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

div.debug table {
	border-collapse: collapse;
}
div.debug th, div.debug td {
		padding: 5px;
		border: 1px solid #000;
*/
}
