@charset "UTF-8";

body {
	color: #000;
	font: 16px/1 Helvetica sans-serif;
	background: #ddcbb0 url(../img/background.jpg) center top;
}

.tc {
	text-align: center;
}

.m1 {
	margin-top: 1em;
}

.m2 {
	margin-top: 2em;
}

.m3 {
	margin-top: 3em;
}

p, li {
	line-height: 1.8;
}


header {
	position: fixed;
	width: 100%;
	height: 35px;
}

header .background {
	position: absolute;
	width: 100%;
	height: 35px;
	background: #2c2823;
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header .inner {
	position: absolute;
	width: 100%;
}

header nav ul {
}

header nav li {
	height: 35px;
	margin-left: 30px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	background: url(../img/nav/arrow.png) no-repeat center left;
	float: left;
}

header nav a {
	color: #fff;
	text-decoration: none;
}

header nav a:hover {
	color: #fff;
	text-decoration: underline;
}

footer {
	padding: 80px 0 30px;
}

#content {
	padding-top: 35px;
}

#content .inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

ul.news {
	width: 700px;
	margin: 0 auto;
	list-style-image: url(../img/news/arrow.png);
}

ul.news li {
	margin: 2em 0;
}