	body{
		background: url("../pic/bcg.png") repeat-x #242c36;
		font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
		font-size: 12px;
		color: #ccc;
		width: 75%;
	}
	#marker{
		font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
		color: #242c36;
		padding-left: 0.5em;
		padding-top: 0.5em;
	}
	#box{
		position:fixed;
		background: url("../pic/bcg2.png") repeat-x #242c36;
		padding: 0.5em;
		right: 2.7em;
		top: 132px;
		width: 160px;
		height: 70%;
		border-left: 1px solid #444;
		border-right: 1px solid #444;
		text-align: justify;
		color: #242c36;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#cbox{
		width: 220px;
		height:400px;
		border: 1px solid #999;
		margin: 10px;
		text-align: justify;
		padding-left: 0.5em;
		overflow-y: auto;
		overflow-x: hidden;
		
	}

	
	* html #box {
		position:absolute;
	}
	
	#ftop{
		position:fixed;
  		top:0;
		right: 2em;
		background: url("../pic/top_logo.png") no-repeat;
		width: 190px;
		height: 140px;
	}
	* html #ftop {
		position:absolute;
	}

	#fbottom{
		position:fixed;
  		bottom:0;
		right: 2em;
	}
	* html #fbottom {
		display:none;
	}

	#fbottom2 {
		position:fixed;
		bottom:0;
		right: 6em;
		
		color: #242c36;
		font-size: 16px;
	}
	* html #fbottom2  {
		position:absolute;
		top: 7em;
	}

	.co, .ci{
		cursor:pointer;
		color: #bbb;
	}
	.onover{
		font-weight: bold;
		cursor:pointer;
		color: #fff;
	}
	#map_canvas{
		float: right;
		width: 500px; 
		height: 400px;
		border: 1px solid #999;
	}
	a{
		text-decoration: none;
		color: #ddd;
		cursor: pointer;
	}

	div#ts{
		margin: 0 0 5% 0;
		padding: 2% 2% 2% 2%;
		border-bottom: 1px solid #909fa4;
		color: #ddd;
	}
	div#header1{
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	background: transparent;
	font-size: 10px;
	margin-top: 10px;
	color: #aaa;
	}




