body {
	background: #504e53;
	overflow-x: hidden;
}

.head {
	height: 132px;
	background: url(src/head.jpg) no-repeat;
}

.content_container {
	margin: 23px 0 0 69px;
}

.green {
	background: #007528;
	height: 16px;
	width: 545px;
}

img.logo {
	margin-left: 29px;
}

.navi {
	float: right;
	margin-right: 24px;
	margin-top: 25px;
}

.social {
	margin-top: 15px;
}

.social a {
	margin: 0 15px;
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	background: url(src/social-sprite.png);
	text-indent: -9999px;
	text-decoration: none;
	direction: rtl;
}

.social a#rss:hover {
	background-position: 0 48px;
}

.social a#facebook:hover {
	background-position: 98px 48px;
}

.social a#twitter:hover {
	background-position: 48px 48px;
}

.social a#rss {
	background-position: 0 top; 
}

.social a#facebook {
	background-position: 98px top;
}

.social a#twitter {
	background-position: 48px top;
}

.main {
	width: 670px;
	padding: 13px;
	background: #fff;
}

.legal {
	text-align: left;
	color: #7f7f7f;
	font-size: 11px;
	padding: 5px 0 30px 40px;
}

.legal a {
	text-decoration: none;
	color: #7f7f7f;
	font-size: 11px;
}

.legal a:hover {
	text-decoration: underline;
}
