/*****************************************************************

	Access CSS

*****************************************************************/

DIV#accessTitle {
	MARGIN: 0px;
	WIDTH: 600px;
	border-style: none none dotted none;
	/*border-style: none none dashed none;*/
	border-color: #bfbfae;
	border-width: 1px;
	background-color:#ffffde;
	padding-top:8px;
	padding-bottom:4px;
	padding-left:10px;
	color:#645804;
	font-size:16px;
}

DIV#accessBun{
	WIDTH: 600px;
	margin-top:10px;
	padding-left:40px;
	font-size:14px;
	line-height: 130%;
	margin-bottom:10px;
}

DIV#accessMap table#tb1{
	margin-top:10px;
	width:600px;
	height:240px;
	line-height: 130%;
	color:#544804;
}
DIV#accessMap table td#td1{
	width:300px;
	text-align:center;
	vertical-align:middle;
}
DIV#accessMap table td#td2{
	width:300px;
	text-align:left;
	vertical-align:top;
	padding-top:12px;
}
DIV#accessMap table td#td2 span{
	font-size:18px;
}
DIV#accessMap table td#td2 table#sj{
	width:288px;
	background-color:#ffeeee;
	table-layout:fixed;
	font-size:12px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #afaf9e;
}
DIV#accessMap table td#td2 table#sj td#tdsj1{
	width:113px;
	text-align:center;
	vertical-align:middle;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #afaf9e;
	height:20px;
}
DIV#accessMap table td#td2 table#sj td#tdsj2{
	width:25px;
	text-align:center;
	vertical-align:middle;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #afaf9e;
	height:20px;
}
DIV#mapArea{
	width:590px;
	height:310px;
	padding-left:10px;
	padding-top:14ipx;
	text-align:center;
	/*background-color:red;*/
	border: 1px solid;
	border-color: #afaf7e;
	margin-bottom:10px;
}



