<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	width: 100%; 
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
    overflow-x: hidden; 
}
html
{
	background-color:#5a0000;
	background-image:url(../img/background.png);
	background-position:center;
	background-repeat:repeat-y;
}
div.colorBar
{
	width:1000px;
	background-color:transparent;
	position:relative;
	margin: 0px auto 0px auto;
	height:30px;
}
div.container
{
	width:1000px;
	position:relative;
	margin: 0px auto 0px auto;
}
div.left
{
	padding: 80px 20px 0 18px;
	width:190px;
	min-height: 700px; 
   height:auto !important; 
   height: 700px; 
	background-image:url(../img/seperator.png);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
}

div.content
{
	padding: 50px 40px 20px 30px;
	width:700px;
	float:left;
}

div.facebook
{
	margin:-25px 0 0 0;
	float:right;
	border:0;
}
div.footer
{
	width:1000px;
	height:80px;
	background-image:url(../img/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;	
	position:relative;
	margin: 0px auto 0px auto;
}
div.menu
{
	font-size:14.5px;
	text-align:right;
	padding-bottom:22px;
	font-weight:bold;	
}
div.menu_en
{
	font-size:12px;
	line-height:15px;
	text-align:right;
	padding-bottom:22px;
	font-weight:bold;	
}
div.submenu
{
	font-weight:100;
	padding-top:14px;
		
}

div.inner
{
	width:1000px;
	background-color:#fff;
	-moz-box-shadow:    0px -1px 6px #000000;
	-webkit-box-shadow: 0px -1px 6px #000000;
	box-shadow:         0px -1px 6px #000000;
}
div.header
{
	height:366px;
	width:1000px;
	text-align:left;
	position:relative;
	margin: 0px auto 0px auto;
	background-image:url(../img/header.jpg);
	background-position:left;
	-moz-box-shadow:    0px -1px 6px #000000;
	-webkit-box-shadow: 0px -1px 6px #000000;
	box-shadow:         0px -1px 6px #000000;
}
div.topMenu
{
	font-size:12px;
	padding-top:8px;
	/*width:389px;*/
	width:300px;
	height:37px;
	background-image:url(../img/topMenu.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-20px;
	bottom:-5px;
	text-align:center;
}
ul.thumbnails
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align:justify;
	line-height: 100px;
	line-style: none;
}
ul.thumbnails li
{
	display: inline;
	margin:0;
}
ul.thumbnails a
{
	padding:25px;
	width:300px;
	text-decoration: none;
}
ul.thumbnails img
{
	-moz-box-shadow:    0px -1px 6px #ccc;
	-webkit-box-shadow: 0px -1px 6px #ccc;
	box-shadow:         0px -1px 6px #ccc;
	
}
ul.thumbnails_small
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align:justify;
	line-height: 100px;
	line-style: none;
}
ul.thumbnails_small li
{
	display: inline;
	margin:0 20px 0 0;
}
p.article
{
	/*line-height:250%;*/
	line-height:150%;	
}
h1
{
	color: #cf4444;	
	font-weight:bold;
	margin:0px 0px 12px 0px;
}
h2
{
	color: #cf4444;	
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
h3
{
	font-weight:bold;
}
h4{
	font-size:16px;
	text-align:left;
	/*margin:0px 30px 10px 0px;
	width:550px;*/
	text-decoration:underline;
}
#current{
	color: #cf4444;	
}
#white{
	color: #fff;	
	font-weight:100;
}

a:link {
	/*color: #333;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #cf4444;
}
a:active {
	text-decoration: none;
	color: #cf4444;
}
div.left a:link {
	color: #333;
	text-decoration: none;
}

div.left a:visited {
	text-decoration: none;
	color: #333;
}
div.left a:hover {
	text-decoration: underline;
	color: #cf4444;
}
body,td,th,p {
	font-family: Verdana, Geneva, 細明體,sans-serif;
	line-height:150%;
}

.supplement {
	font-family:Arial;
	font-size:13px;
}
.photo_box {
	height:200px; 
	margin:7px 25px 7px 0;
	}
.caption {font-size:12px;}

div #exhibitor_table {
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #D8D8D8; 
	padding:3px;
}</pre></body></html>