@CHARSET "shift-jis";

.tablist {

	background-image: url('../../upfile/fix/bg-4.gif');
	width: 154px;
	height: 18px;
	border-style: none;
	text-align: left;

}

.tab_label {

	width: 154px;
	height: 16px;
	color: #cccccc;
	border-style:none;
	margin: 2px;
	cursor: pointer;
	text-align: center;
}

.selected {
	font-weight: bold;
	color: #7F7F7F;
}

.tab_content {
	display: block;
	line-height: 20px;
	text-align: left;
}

.tab_content_hidden {
	display: none;
}

#menu_table_frame {
	width: 160px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#menu_table_td {
	height:20px;
	text-align: center;
	padding: 0px;
}


