@charset "utf-8";
@import "common.css";


#LIST #MAIN p.go_search {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
}
#LIST #MAIN p.exhibitor_index{
	margin-top: 10px;
	text-align: left;
}
#LIST #MAIN p.exhibitor_index span.off{
	color:#aaaaaa;
}
#LIST #MAIN p.last_up_date {
	margin-top: 20px;
	text-align: right;
}
#LIST #MAIN table.exhibitor_list {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333333;
}
#LIST #MAIN table.exhibitor_list th{
	padding: 5px 10px;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
	border-top:solid 1px #333333;
	background-color: #e3e3e3;
	width: 100%;
	font-weight: bold;
}
#LIST #MAIN table.exhibitor_list td{
	border:solid 1px #333333;
	padding: 5px 10px;
}
#LIST #MAIN table.exhibitor_list td.booth{
	white-space: nowrap;
}
#LIST #MAIN table.exhibitor_list td.nodata{
	color: #aaaaaa;
}
#LIST #MAIN div.section {
	margin-bottom: 0;
}
#LIST #MAIN div.pagetop {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}
#LIST #MAIN div.pagetop a {
	background: url(../img/mark_cmn_triangle_up_01.gif) 0 0.5em no-repeat;
	color: #176bdb;
	font-weight: bold;
	padding-left: 10px;
	font-size: 75%;
}