.head {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
}
.nav {
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
.nav ul {
	list-style-type: none;
	position: relative;
	left: 1100px;
	width: 160px;
}
.nav ul li {
	float: left;
	width: 80px;
	color: #454545;
	padding-top: 10px;
}
.nav ul li span {
	padding-right: 7px;
	position: relative;
	top: -2px;
}
.nav ul li a {
	color: #454545;
	text-decoration: none;
}
