/* CSS Document */

/* homeボタン */
#navi li.home_t{
background:url(../img/btn_home_ov.gif) no-repeat;
width:46px;
height:41px;
}
#navi li.home a{
background:url(../img/btn_home.gif) no-repeat;
display: block;
width:46px;
height:41px;
}
#navi li.home a:hover{
background:url(../img/btn_home_ov.gif) no-repeat;
}
/* aboutボタン */
#navi li.about_t{
background:url(../img/btn_about_ov.gif) no-repeat;
width:49px;
height:41px;
}
#navi li.about a{
background:url(../img/btn_about.gif) no-repeat;
display: block;
width:49px;
height:41px;
}
#navi li.about a:hover{
background:url(../img/btn_about_ov.gif) no-repeat;
}
/* blogボタン */
#navi li.blog_t{
background:url(../img/btn_blog_ov.gif) no-repeat;
width:39px;
height:41px;
}
#navi li.blog a{
background:url(../img/btn_blog.gif) no-repeat;
display: block;
width:39px;
height:41px;
}
#navi li.blog a:hover{
background:url(../img/btn_blog_ov.gif) no-repeat;
}
/* contactボタン */
#navi li.contact_t{
background:url(../img/btn_contact_ov.gif) no-repeat;
width:101px;
height:41px;
}
#navi li.contact a{
background:url(../img/btn_contact.gif) no-repeat;
display: block;
width:101px;
height:41px;
}
#navi li.contact a:hover{
background:url(../img/btn_contact_ov.gif) no-repeat;
}
