@charset "UTF-8";
/* CSS Document */

.navi-home-on {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
	background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: 0px -70px;
}

.navi-home {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.navi-home img{
    visibility: hidden;
}

.navi-home a {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: 0px 0px;
    display:block;
}

.navi-home a:hover {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: 0px -35px;
}


.navi-about-on {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
	background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -200px -70px;
}
.navi-about {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.navi-about img{
    visibility: hidden;
}

.navi-about a {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -200px 0px;
    display:block;
}

.navi-about a:hover {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -200px -35px;
}


.navi-works-on {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
	background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -400px -70px;
}
.navi-works {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.navi-works img{
    visibility: hidden;
}

.navi-works a {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -400px 0px;
    display:block;
}

.navi-works a:hover {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -400px -35px;
}


.navi-contact-on {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
	background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -600px -70px;
}
.navi-contact {
    width : 200px ;
    height : 35px ;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.navi-contact img{
    visibility: hidden;
}

.navi-contact a {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -600px 0px;
    display:block;
}

.navi-contact a:hover {
    background: url("../images/mainnavi-e.png") no-repeat ;
    background-position: -600px -35px;
}


/* main navigation ここまで */

