
	*+html #tour{
		clear:none;
	}
	
	#tour #top ul{
		float:left;
		width:220px;
		margin:40px 0 0 48px;
	}
	
	*html #tour #top ul{
		float:left;
		width:220px;
		margin:40px 0 0 23px;
	}
	
	tour #top ul li{
		margin:0 0 0 0;
	}
	
	#tour #top ul li a{
		background:url(/images/tour/menu.png) center bottom no-repeat;
		height:30px;
		width:220px;
		display:block;
		color:#333;
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
		line-height:2em;
		text-align:center;
	}
	.no_bg{
		background:none;
	}
	
	#tour #top ul li a:hover, #tour #top ul li a.active{
		background:url(/images/tour/menu_active.jpg) 0 0 no-repeat;
		color:#fff;
	}
	
	#tour table tr td{
		vertical-align:top;
		padding:5px;
	}
	
	#tour table tr td h3{
		margin:0 0 10px 0;
	}
	
	#tour .left_content p .center_img{
		border:1px solid red;
		text-align:center;
		margin:10px 0 10px 0;
	}
