@charset "UTF-8";

/* ----------------------------------------------------------------------
gNavi
---------------------------------------------------------------------- */
.headerSpace span { display:none; }

a.gnTwitter,
a.gnFacebook,
a.gnYoutube{
display:inline-block;
height:59px;
background-repeat:no-repeat;
}




a.gnTwitter{ 
width:83px; 
background-image:url(../images/btn_twitter.gif);
}



a.gnFacebook{ 
width:91px; 
background-image:url(../images/btn_facebook.gif);

}



a.gnYoutube{ 
width:92px; 
background-image:url(../images/btn_youtube.gif);
}


a:hover.gnTwitter,
a:hover.gnFacebook,
a:hover.gnYoutube{
background-position:0px -59px;
}


.mainGlovalNavi li{ margin:0 0 0 28px;}

a.gnHome,
a.gnNews,
a.gnEvent,
a.gnWorks,
a.gnProfile,
a.gnContact{
display:inline-block;
height:14px;
background-repeat:no-repeat;
}

a.gnHome{
width:44px;
background-image:url(../images/gn_home.gif);
}

a.gnNews{
width:43px;
background-image:url(../images/gn_news.gif);
}

a.gnEvent{
width:50px;
background-image:url(../images/gn_event.gif);
}

a.gnWorks{ 
width:55px;
background-image:url(../images/gn_works.gif)
}

a.gnProfile{
width:61px;
background-image:url(../images/gn_profile.gif);
}

a.gnContact{
width:68px; 
background-image:url(../images/gn_contact.gif)
}

a:hover.gnHome,
a:hover.gnNews,
a:hover.gnEvent,
a:hover.gnWorks,
a:hover.gnProfile,
a:hover.gnContact{
background-position:0px -14px; 
}



/* ----------------------------------------------------------------------
worksNavi
---------------------------------------------------------------------- */

a.worksMovie,
a.worksPhoto1,
a.worksPhoto2,
a.worksPhoto3,
a.workstrailer,
a.worksPhoto {
display:inline-block;
height:13px;
background-repeat:no-repeat;
}


a:hover.worksMovie,
a:hover.worksPhoto1,
a:hover.worksPhoto2,
a:hover.worksPhoto3,
a:hover.workstrailer,
a:hover.worksPhoto{
background-position:0px -13px; 
}

a.worksMovie{ 
width:34px; 
background-image: url(../images/w_btnMoive.gif);
margin:0 5px 5px 0 ;
}

a.worksPhoto1{
width:41px; 
background-image: url(../images/w_btnPhoto1.gif);
margin:0 5px 5px 0 ;
}

a.worksPhoto2{
width:41px; 
background-image: url(../images/w_btnPhoto2.gif);
margin:0 5px 5px 0 ;
}

a.worksPhoto3{
width:41px; 
background-image: url(../images/w_btnPhoto3.gif);
margin:0 5px 5px 0 ;
}

a.workstrailer{
width:37px; 
background-image: url(../images/w_btntrailer.gif);
margin:0 5px 5px 0 ;
}


a.worksPhoto{
width:33px; 
background-image: url(../images/w_btnPhoto.gif);
margin:0 5px 5px 0 ;
}


a.worksMovie span,
a.worksPhoto1 span,
a.worksPhoto2 span,
a.worksPhoto3 span,
a.workstrailer span,
a.worksPhoto span{ display:none; }


