#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 760px;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	position: relative;
	width: 720px;
	left: 20px;
	margin-top: 20px;
}
#topnavi{
	width: 720px;
	height: 24px;
	list-style-type: none;
	background-color: #FFFFFF;
	background-image: url(../img/top_menu.gif);
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#topnavi li {
	float: left;
	width: 120px;
	position: relative;
}
#topnavi li a {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 0 !important;
	height /**/: 24px;
	padding-top: 24px;
	background-image: url(../img/top_menu.gif);
	color: #FFFFFF;
}

/* オフマウス時 */
#nav01 a {
	background-position: 0px 0px;
}
#nav02 a {
	background-position: -120px 0px;
}
#nav03 a {
	background-position: -240px 0px;
}
#nav04 a {
	background-position: -360px 0px;
}
#nav05 a {
	background-position: -480px 0px;
}
#nav06 a {
	background-position: -600px 0px;
}

/* 選択済み */
#nav01 a.stay {
	background-position: 0px -48px;
}
#nav02 a.stay {
	background-position: -120px -48px;
}
#nav03 a.stay {
	background-position: -240px -48px;
}
#nav04 a.stay {
	background-position: -360px -48px;
}
#nav05 a.stay {
	background-position: -480px -48px;
}
#nav06 a.stay {
	background-position: -600px -48px;
}

/* オンマウス時 */
#nav01 a:hover {
	background-position: 0px -24px;
}
#nav02 a:hover {
	background-position: -120px -24px;
}
#nav03 a:hover {
	background-position: -240px -24px;
}
#nav04 a:hover {
	background-position: -360px -24px;
}
#nav05 a:hover {
	background-position: -480px -24px;
}
#nav06 a:hover {
	background-position: -600px -24px;
}
#footer {
	height: 60px;
	width: 760px;
	padding-top: 0px;
	padding-bottom: 0px;
	bottom: 0px;
	position: relative;
	top: 30px;
}

