
/*メニューボタンロールオーバー-------------------------------*/
#menubtn1 {
display:block;
width:98px;
height:35px;
background:url(../img/menu1.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn1 hover{
background:url(../img/menu1.jpg) no-repeat 0px -35px;
}
#menubtn2 {
display:block;
width:98px;
height:35px;
background:url(../img/menu2.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn2 :hover{
background:url(../img/menu2.jpg) no-repeat 0px -35px;
}
#menubtn3 {
display:block;
width:98px;
height:35px;
background:url(../img/menu3.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn3 :hover{
background:url(../img/menu3.jpg) no-repeat 0px -35px;
}
#menubtn4 {
display:block;
width:98px;
height:35px;
background:url(../img/menu4.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn4 :hover{
background:url(../img/menu4.jpg) no-repeat 0px -35px;
}
#menubtn5 {
display:block;
width:98px;
height:35px;
background:url(../img/menu5.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn5 a:hover{
background:url(../img/menu5.jpg) no-repeat 0px -35px;
}
#menubtn6 {
display:block;
width:98px;
height:35px;
background:url(../img/menu6.jpg) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
#menubtn6 a:hover{
background:url(../img/menu6.jpg) no-repeat 0px -35px;
}







/*バナーボタン------------------------------*/
#btn-banner1 a{
display:block;
width:200px;
height:58px;
background:url(../img/menu_btn07.gif) no-repeat;
text-indent:-99999px;
overflow:hidden;
margin:10px 0px 5px 0px;
}
#btn-banner1 a:hover{
background:url(../img/menu_btn07.gif) no-repeat 0px -58px;
}
#btn-banner2 a{
display:block;
width:200px;
height:58px;
background:url(../img/menu_btn08.gif) no-repeat;
text-indent:-99999px;
overflow:hidden;
margin:0px 0px 5px 0px;
}
#btn-banner2 a:hover{
background:url(../img/menu_btn08.gif) no-repeat 0px -58px;
}
#btn-banner3 a{
display:block;
width:200px;
height:58px;
background:url(../img/menu_btn09.gif) no-repeat;
text-indent:-99999px;
overflow:hidden;
margin:0px 0px 15px 0px;
}
#btn-banner3 a:hover{
background:url(../img/menu_btn09.gif) no-repeat 0px -58px;
}
/*Topページ用のアクセスマップbtn------------------------------*/
#accessbtn a{
display:block;
width:107px;
height:21px;
margin-left:10px;
margin-bottom:0px;
background:url(../img/btn_access.jpg) no-repeat;
text-indent:-99999px;
background-color:#edebea;

}
#accessbtn a:hover{
	background-image: url(../img/btn_access_f2.jpg);
	background-repeat: no-repeat;
	background-color:#edebea;
	background-position: 0px;
}
  /*アクセスページ用のアクセスマップbtn------------------------------*/
#accessbtn2 a{
display:block;
width:107px;
height:21px;
margin-left:20px;
margin-bottom:0px;
margin-top:20px;
background:url(../img/btn_access.jpg) no-repeat;
text-indent:-99999px;

}
#accessbtn2 a:hover{
	background-image: url(../img/btn_access_f2.jpg);
	
	background-repeat: no-repeat;
	background-position: 0px;
}
/*ページトップ------------------------------*/
.pagetopbtn{
display:block;
width:175px;
height:22px;
background:url(../img/btn_top.gif) no-repeat;
text-indent:-99999px;
overflow:hidden;
}
.pagetopbtn:hover{
background:url(../img/btn_top.gif) no-repeat 0px -22px;
}
