div#hed {
	width: 1100px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	}
	div#hed h1 {
		margin: 0;
		padding: 0;
		font-size: 2pt;
		height: 5px;
		color: #e7e0c5;
		text-align: center;
		text-indent: -9999px;
		}

a#logo {
	width: 300px;
	height: 78px;
	display: block;
	background: url(../images/common/logo_s.png) no-repeat;
	text-decoration: none;
	position: relative;
	margin: 50px auto 30px auto;
	z-index: 20px;
	}
a#logo span {
	visibility: hidden;
	}
		
ul#menu {
	width: 780px;
	height: 34px;
	margin: 20px auto;
	padding: 0 15px 0 0;
	position: relative;
	clear: both;
	list-style: none;
	z-index: 10px;
	border-bottom: 1px solid #000000;
	}
	ul#menu li {
		height: 34px;
		margin: 0;
		float: left;
		}
	ul#menu a {
		display: block;
		text-decoration: none;
		}
	ul#menu a span {
		visibility: hidden;
		}
	ul#menu a.m1 {
		width: 96px;
		height:34px;
		background: url(../images/common/menu-01.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m2 {
		width: 87px;
		height:34px;
		background: url(../images/common/menu-02.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m3 {
		width: 100px;
		height:34px;
		background: url(../images/common/menu-03.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m4 {
		width: 160px;
		height:34px;
		background: url(../images/common/menu-04.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m5 {
		width: 151px;
		height:34px;
		background: url(../images/common/menu-05.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m6 {
		width: 84px;
		height:34px;
		background: url(../images/common/menu-06.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a.m7 {
		width: 96px;
		height:34px;
		background: url(../images/common/menu-07.png) no-repeat 0 0;
		display: block;
		}
	ul#menu a:hover {
		background-position: 0 bottom;
		}

