body {
	overflow-y: scroll;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #222 url(back2.jpg) no-repeat center center;
	background-position:fixed;
	background-attachment:fixed;
}

img {
	border: 0px solid #000;
}


a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#000;
	//font-weight: bold;
}

.head {

	margin-top: 20px;
	width: 400px;
	text-align: center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 10px;
}

.navi {
	position: fixed;
	z-index: 10;
	float:left;
	padding: 5px 5px 0; 5px;
	background: #fff;
	height: auto;
}

.naviline1 {

	padding: 5px;
	//width: 390px;
	//height: 56px;
	background: #eee;
	margin-bottom: 5px;
}

.naviline2 {

	padding: 5px;
	//width: 390px;
	//height: 56px;
	background: #ddd;
	margin-bottom: 5px;
}

.naviline1:hover {
    background-color:#d68502;
}

.naviline2:hover {
    background-color:#d68502;
}

.main {
	
	padding: 5px;
	width: 820px;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	height: auto;
}

.mapname {

	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 820px;
}

.description {

	padding: 5px;
	text-align: left;
	width: 800px;
	margin-left: 5px;
}

.mapimg {
	padding: 5px;
	float: left;
}

.bottom {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	width: 400px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}

.clear {

	clear: both;

}


.first_main {

	padding: 5px 5px 0 5px;
	width: 400px;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	height: auto;

}


.line1 {

	padding: 5px;
	width: 390px;
	height: 56px;
	background: #eee;
	border-bottom: 5px solid #fff;
}

.line2 {

	padding: 5px;
	width: 390px;
	height: 56px;
	background: #ddd;
	border-bottom: 5px solid #fff;
}


.line1:hover {
    background-color:#d68502;
}

.line2:hover {
    background-color:#d68502;
}

.linemini1 {

	font-size: 10px;
	padding: 5px;
	width: 140px;
	height: 15px;
	background: #eee;
	border-bottom: 5px solid #fff;
	line-height: 15px;
}

.linemini2 {

	font-size: 10px;
	padding: 5px;
	width: 140px;
	height: 15px;
	background: #ddd;
	border-bottom: 5px solid #fff;
	line-height: 15px;
}


.linemini1:hover {
    background-color:#d68502;
}

.linemini2:hover {
    background-color:#d68502;
}

.first_img {

	float: left;
	width: 100px;
	height: 56px;
}


.first_text {

	float: right;
	height: 56px;
	width: 285px;
	text-align: left;
	line-height: 56px;

}

.selected {
	//background-color:#d68502;
	font-weight: bold;
}



