@charset "utf-8";
/* CSS Document */
img{
	width:auto;
}
hr{
	border-color: #fff;
}
p{
	font-size:13px;
	letter-spacing:2px;
}

a{
	letter-spacing:2px;
}
mark{
	background-color:#f2e295;
}
h1,h2,h3,h4,h5,h6{
	color:#333;
	font-size: 11pt;
	text-shadow: 3px 3px 1px #fff;
	letter-spacing:2px;
	padding-left:15px;
}
h5{
	display:none;
}
body{
	font: 10pt/1.75em "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 18pt;
	padding: 0;
	margin: 0;
	color: #333;
	letter-spacing:1px;
	background-image:url(../images/site.png);
	background-attachment:fixed;
	background-size:cover;
}
a {
	color: #333;
	text-decoration: none;
	transition: color 0.15s linear 0;
}
a:hover {
	color: #f19500;
}
.print{
	cursor:pointer;
}
.print:hover{
	#f19500;
}
footer {
	clear: both;
	margin-top: 60px;
	background: #fff;
	color: #f19500;
	font-size: 84.6%;
	text-align: center;
	padding: 15px;
}
.heaLink{
	width:958px;
	margin:0 auto;
	display: block;
	text-align: right;
}
.sit_im{
	margin:0 auto;
	display:block;
}
.lglo{
	width:958px;
	margin:0 auto;
}
.sit_logo{
	width:220px;
	margin-bottom:20px;
	margin-top:20px;
}
.lglo span{
	text-align: right;
	display: block;
}
.content{
	width: 960px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.map1{
	max-width: 460px;
	padding-right: 35px;
	display: inline-block;
	vertical-align:top;
}