@charset "utf-8";
* {
	padding: 0px;
	margin-top: 0px;
}
body {
	font-size: 14px;
	background-image:url(../images/money.jpg);
    background-repeat: repeat;
    background-position: top right;
    background-attachment: fixed;
	
}
img, a {
	outline: none;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
li, ul {
}
#wrapper {
	width: 100%;
}
.site {margin: 0 25px 25px;background-color: #fff;padding: 20px 20px 20px 40px;}
header {padding: 10px 0px;}
header p{float:right;padding-top: 13px;font-weight: bold;font-size: 16px;}
.logo {float:left;}
.logo img{width:300px;}
.header-right{margin:0px auto;display: block;text-align: center;}

#dpl{}
.content {
	margin-top: 5px;
}
.addsen{ width:300px;float:left;margin-right: 20px;}

.content-left {
}
.content-left h2{font-weight:bold;font-size:26px;}
.txt{font-size: 22px;font-weight: bold;text-decoration: underline;color:#0969c3;}
.content-left p {font-size: 15px;font-weight: 700;color: #000;padding: 10px 0px;line-height: 27px;}
.content-right{display:block;padding: 0px 50px;}
.content-right h4{border-top: 3px solid;padding-top: 29px;margin-top: 31px;}
.content-right h4 a{font-weight:bold;}
.content-right h4 a:hover{color:red;text-decoration:underline;}
.pymny{width:76%;}
.content-right h3{font-weight:bold; font-size:18px;margin-top: 30px;line-height: 25px;}
.content-right h2{font-size: 25px;font-weight: bold;margin-bottom: 30px;}
.hcol{color:#09285f;}
.content-right address{font-weight: bold;font-size: 16px;margin-top: 27px;color: #0b556e;}


	.back-to-top {position: fixed;
		bottom:3em;
		right: 20px;	
		text-decoration: none;
		color: #000000;	
		background:url(../images/arrow-sybol.png) no-repeat;
		font-size: 12px;
		padding: 1em;
		width:70px;
		height:50px;	
		display:none;}
		
		.back-to-top:hover {
	}	