@charset "UTF-8"; 
/*
	Stylesheet for wppi@
	Copyright (c) 2009,WPPI ASIA. All rights reserved.
*/


@import url(base.css);
#main{
	height:100%;
}
#main h2{background-image:url(../access/img/hd_h2_access.gif);}

#map1{
	float:left;
}
#map2{
	margin:0 0 0 489px;
}
#hall_name{
	float:left;
	margin:15px 0 0 0;
	
}
#btn_hall  {
	margin:0 0 0 185px;
	padding:43px 0 0 0;
}
#btn_hall a{
	display:block;
	width:178px;
	height:33px;
	background:url(../access/img/btn_hall.gif) no-repeat;
	text-indent:-9999px;
}
#btn_hall a:hover{
	background:url(../access/img/btn_hall_ov.gif) no-repeat;
}
h3{
	font-size:20px; 
	font-weight:bold;
	margin:20px 0 0 0;
}


#spec{
	margin:18px 0 15px;
}
#spec ul{
	display:block;
	float:left;
	width:290px;
}
#spec dl{
	display:block;
	float:left;
	width:auto;
}
#spec dl dt{
	clear:both;
	float:left;
	width:175px;
}
#spec dl dd{
	margin:0 0 0 175px;
}




*html #hall,*html #map,*html #spec,*html #spec dl{/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display:inline-table;/* for MacIE*/
} 	
#hall:after,#map:after,#spec:after,#spec dl:after{/* for modern brouser */
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both; 
}