@charset "utf-8";
/* CSS Document */

body{
	overflow-y:scroll;
}

a:link {  color:#C60;
text-decoration: none}
a:visited {  text-decoration: none}
a:active {  text-decoration: none}
a:hover { color: #F63; text-decoration: underline}

img{
	border:none
}

ul, li{
	margin:0;
	padding:0;
	line-height:0;
}

html body{
	margin:0;
	padding:0;
}

body{
	border-top:5px #0099CC solid;
	border-bottom:5px #0099CC solid;
	color:#333;
	margin:0 auto;
	text-align:center;
}

#container{
	width:900px;
	margin:0 auto;
}

#header{
	
}

#header #lang{
	text-align:right;
	margin:0;
	padding:0;
	line-height:0;
}
#header #logo{
	margin:0;
	padding:0;
	line-height:0;
}

#main #menu{
	float:left;
	width:230px;
}

#main #menu p{
	line-height:0;
	margin:0;
	padding:0;
}

#main #menu li{
	background-image:url("../images/navi/menu_middle.gif");
	background-repeat:repeat-y;
	list-style-type:none;
}

#main #menu li img{
	margin-left:5px;
}


#main #result{
	width:800px;
	margin:0 auto;
}

#main #result #initials{
	margin:0 auto;
	margin-bottom:20px;
	border-bottom:1px dashed #999;
}

#main #result #initials ul{
	padding-bottom:10px;
	margin:0 auto;
	width:600px;
}

#main #result #initials li{
	list-style-type:none;
	float:left;
	margin-left:10px;
}

#main #result .lblIni{
	background:#ddd;
	padding:5px;
	line-height:0;
	margin-bottom:10px;
}

#main #result .lblIni .txtIni{
	font-size:14px;
	font-weight:bold;
	float:left;
}

#main #result .lblIni .pagetop{
	float:right;
}

#main #result .lblIni .pagetop a{
	color:#069;
}

#main #result .lblIni .pagetop a:hover{
	color:#09C;
}

#main #result .exhibitorList{
	margin-bottom:15px;
}

#main #result .boothNo{
	font-size:12px;
	color:#999;
}


#main .category{
	padding:5px;
	font-size:14px;
	background:#d4eed2;
}

#main .subCategory{
	padding:5px;
	font-size:12px;
	background:#eceed2;
}


#footer #jma{
	float:left;
}

#footer #copyright{
	float:right;
	margin-top:34px;
}


#details{
	
	margin:0 auto;
}

#details p.frame{
	margin:0;
	padding:0;
	line-height:0;
}


#details #detailBox{
	width:630px;
	margin:10px;
}


#details #subject{
/*	background-image:url("../images/details_middle.gif");
	background-repeat:repeat-y;*/
	padding:10px;
	width:610px;
}

#details #subject h1{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#details #subject h2{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#details #subject #boothNo{
	float:left;
	width:200px;
	background:#999;
	border:1px solid #666;
	color:#fff;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#details #subject #close{
	float:right;
}

#details #exName{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#details #address{
	line-height:1.5;
}

#details p{
	text-align:left;
}

#details dt{
	font-weight:bold;
	font-size:12px;
	background:#666;
	color:#fff;
	padding:5px;
	margin-bottom:5px;
	text-align:left;
}


#details dd{
	margin-bottom:10px;
	font-size:14px;
	margin-left:10px;
	line-height:1.5;
	text-align:left;
}

a.opacity{
   display:inline-block;
}

a.opacity:hover img,
a.opacity:active img{
    -moz-opacity:0.7;
   opacity:0.7;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.font10 { font-size: 10px;}
.font12 { font-size: 12px;}
.font14 { font-size: 14px; line-height: 140%}
.font18 { font-size: 18px; line-height: 150%}

/*

a.index{color:#ffffff;font-size:12px;font-weight:bold;background-color:#339933;padding:10px;text-decoration:none; border:1px #ffffff solid; display:block}
a.index:hover{background-color:#ff6600;}
*/

.menu     { color: #333333; font-size: 12px; line-height: 120%; text-decoration: none;}
.menu:hover      { color: red; font-size: 12px; line-height: 120%; text-decoration: underline;}
.menu:visited     { color: #333333; font-size: 12px; line-height: 120%; text-decoration: none;}
.menu:visited:hover      { color: red; font-size: 12px; line-height: 120%; text-decoration: underline;}