@charset "utf-8";
/* CSS Document */
.fhweb {
	width: 100%; text-align:center
}
.fhweb img {
	width: 100%;
}
.web-nav ul {
    text-align: right;
    position: relative;
    top: 20px;
}
.web-nav ul li {
    list-style: none;
    padding: 4px 8px;
    text-align: center;
    display: inline;
}
.web-nav ul li a {
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
	border-radius:4px;
}
.web-nav ul li a:hover {
    text-decoration: none;
    border: 2px solid #ff5500;
	background:#fff;
    padding: 10px;
    color: #444;
}

