@charset "UTF-8";

.function {
	margin-bottom:4px;
	height:1.8em;
}
.function ul {
	*zoom:1;
}
.function ul:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
}
.function ul li {
	margin-right:4px;
	color:#f17f7f;
	float:left;
}
.function ul li select {
	font-size:90%;
}
.function ul li a {
	color:#999999;
	text-decoration:underline;
}
.function ul li span.folder_name {
	font-size:100%;
	font-weight:bold;
	color:#000000;
}
.function ul li.mode_name {
	color:#333333;
}
.function ul li.space {
	width:16px;
}
.function ul li.row_mode, 
.function ul li.sort_mode {
	
}

.more {
	text-align:right;
	padding:6px 4px 8px 0;
}
.more a {
/*
	background:transparent url(/image/more.gif) no-repeat;
*/
	padding:2px 6px;
	border:1px solid #ff9f5b;
	background-color:#ffe7d0;
	font-size:8pt;
}
.more a:hover {
	background-color:#ffFFff;
}

ul li.nodata {
	width:auto;
	float:none;
	border:1px dotted #CCCCCC;
	padding:16px;
}

.table_list {
	margin-bottom:8px;
	border-collapse:collapse;
	width:100%;
}
.table_list thead tr {
	background-color:#e5e5e5;
}
.table_list thead tr th {
	font-size:90%;
	padding:0.5em 0;
}

.table_list tbody tr td {
	padding:2px;
}
.table_list tbody tr.odd {
	background-color:#ffFFff;
}
.table_list tbody tr.even {
	background-color:#f9f9f9;
}

.table_list tfoot tr td {
	border-top:1px dotted #ccCCcc;
	padding:2px;
}

td.small {
	font-size:80%;
}
td.center {
	text-align:center;
}
td.number {
	text-align:right;
}

td.minus {
	color:#cc0000;
}

.view_mode {
	height:1.6em;
}
.view_mode ul {
	list-style-type:none;
	*zoom:1;
}
.view_mode ul:after {
	content:".";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.view_mode ul li {
	float:left;
	margin-right:4px;
}

.view_mode ul li.space {
	width:16px;
}

.view_mode ul li a {
	text-decoration:underline;
}
