#all {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
	padding: 0px;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	clear: both;
}
#navigation {
	text-decoration: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
}

#navigation ul {
		margin: 0;
		padding: 0;
}

#navigation li{
	float: left;
    width: 130px;
	margin: 0;
	padding: 0;
}

#navigation li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 25px;
	padding-top: 25px;
	background-image:  url(../images/nav-bar.gif);
}

/*   オフマウス  */
#nav01 a{ background-position: 0 0;}
#nav02 a{ background-position: -130px 0;}
#nav03 a{ background-position: -260px 0;}
#nav04 a{ background-position: -390px 0;}
#nav05 a{ background-position: -520px 0;}
#nav06 a{ background-position: -650px 0;}

/*   オンマウス  */
#nav01 a:hover{ background-position: 0 -25px;}
#nav02 a:hover{ background-position: -130px -25px;}
#nav03 a:hover{ background-position: -260px -25px;}
#nav04 a:hover{ background-position: -390px -25px;}
#nav05 a:hover{ background-position: -520px -25px;}
#nav06 a:hover{ background-position: -650px -25px;}
</style>



