#home a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/home_off.png) no-repeat;
	padding-bottom:2px;
}

#home a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/home_on.png) no-repeat;
}

#aboutme a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/about_off.png) no-repeat;
	padding-bottom:2px;
}

#aboutme a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/about_on.png) no-repeat;
}

#guestbook a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/feedback_off.png) no-repeat;
}

#guestbook a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/feedback_on.png) no-repeat;
}

#uploadtool a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/upload_off.png) no-repeat;
}

#uploadtool a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/upload_on.png) no-repeat;
}

#download a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/download_off.png) no-repeat;
}

#download a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/download_on.png) no-repeat;
}

#blog a{
	width:115px;
	height:19px;
	display:block;
	background:url(../images/navi_top/blog_off.png) no-repeat;
}

#blog a:hover{
	width:115px;
	height:19px;
	background:url(../images/navi_top/blog_on.png) no-repeat;
}
        

/* NAVI BOTTOM */
.button{
	float:left;
}

.button a{
	width:68px;
	height:37px;
	display:block;
	color:#9c9c9c;
	text-decoration:none;
}

.button a:hover{
	width:68px;
	height:37px;
	background-image:url(../images/navi_bottom_hover.png);
	background-repeat:no-repeat;
	color:#86a81f;
}