body {
	width: 98%;
	height: 96%;
	margin: 0px;
	padding: 0px;
	background-size: cover;
	-moz-background-size: cover;
	background-image: url(../img/sanji_bg.jpeg);
	background-repeat: no-repeat
}

div.nav {
	width: 100%;
	height: 120px;
	color: white;
	font-size: 12px;
	font-family: Microsoft Yahei;
	background-color: rgba(40,40,63,0.6);
	padding: 3px 3px 3px 3px;
	position: fixed;
	z-index: 100;
	bottom: 0px
}
table.b1 {
	width: 100%;
	height: 100%;
	font-size: 12px
}
td.d11 {
	width: 100px;
	color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px 0px 5px 5px;
	vertical-align: top;
	text-align: right
}
td.d12 {
	color: #CCCCCC;
	padding: 5px 5px 5px 5px;
	vertical-align: top
}
td.d13 {
	width: 600px;
	color: #999999;
	padding: 10px 10px 5px 5px;
	vertical-align: bottom;
	text-align: right
}

div.list {
	height: 100%;
	color: white;
	font-size: 12px;
	font-family: Microsoft Yahei;
	background-color: rgba(48,48,63,0.8);
	padding: 5px 5px 5px 5px;
	position: fixed
}
table.b2{
	height: 100%;
	color: #CCCCCC;
	font-size: 12px
}
table.b21{
	color: #CCCCCC;
	font-size: 12px
}
td.d21 {
	height: 45px;
	color: #CCCCCC;
	padding: 15px 5px 15px 5px
}
td.d22 {
	line-height: 25px;
	padding: 5px 0px 5px 5px;
}

div.detail {
	top: 40px;
	right: 40px;
	color: white;
	font-size: 14px;
	font-family: Microsoft Yahei;
	background-color: rgba(56,56,63,0.9);
	padding: 5px 5px 5px 5px;
	position: fixed
}
table.b3{
	color: #CCCCCC;
	font-size: 12px
}
td.d31 {
	color: #CCCCCC;
	cursor: pointer;
	background-color: ;
	padding: 2px 12px 2px 12px
}
td.d32 {
	color: #28283F;
	cursor: pointer;
	background-color: #CCCCCC;
	padding: 2px 12px 2px 12px
}
td.d33 {
	color: #CCCCCC;
	cursor: pointer;
	padding: 2px 12px 2px 12px
}
td.d34 {
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px 12px 2px 12px
}

a.as1 {
	color: #999999;
	cursor: pointer;
	text-decoration:none
}
span.lnk {
	color: #999999;
	cursor: pointer;
	text-decoration:none
}
div.map {
	width: 100%;
	height: 500px;
	table-layout:fixed;
	font-family: Microsoft Yahei
}
div.areas {
	width: 100%;
	height: 100%;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Microsoft Yahei;
	background-color: rgba(0,0,0,0);
	overflow-y: auto
}
button.close {
	border: 0px;
	color: #999999;
	cursor: pointer;
	background-color: rgba(0,0,0,0)
}