@charset "utf-8";

/***********************************************************************************
　01. global menu
************************************************************************************/


#menu {
	height:75px;
	background:url(../images/menu_bg.jpg) top left no-repeat;
	padding:5px;
}
.sec #menu {
	margin-bottom:10px;
}

#menu h1 a {
	display:block;
	float:left;
	width:139px;
	height:75px;
	background:url(../images/logo.gif) top left no-repeat;
	font-size:0.1em;
	text-indent:-9999px;
}

#menu ul {
	float:left;
	margin:0;
	width:500px;
	margin-left:1px;
}
#menu ul li {
	float:left;
	overflow:hidden;
	height:38px;
}

#menu ul li img {
	display:block;
}

#menu ul li#menu01,
#menu ul li#menu02,
#menu ul li#menu03,
#menu ul li#menu04,
#menu ul li#menu05,
#menu ul li#menu06,
#menu ul li#menu07,
#menu ul li#menu08,
#menu ul li#menu09,
#menu ul li#menu10 {margin:0;}


/* マウスオン時 ------------------------------------ */

#news #menu ul li#menu01 a img,
#intro #menu ul li#menu02 a img,
#story #menu ul li#menu03 a img,
#chart #menu ul li#menu04 a img,
#caststaff #menu ul li#menu05 a img,
#music #menu ul li#menu06 a img,
#play #menu ul li#menu07 a img,
#goods #menu ul li#menu08 a img,
#special #menu ul li#menu09 a img,
#gallery #menu ul li#menu09 a img,
#narikiri #menu ul li#menu09 a img,
#event #menu ul li#menu09 a img,
#dvd #menu ul li#menu10 a img { display:none;}
/*#index #menu ul li#menu10 a img { display:none;}*/


#news #menu ul li#menu01 a,
#intro #menu ul li#menu02 a,
#story #menu ul li#menu03 a,
#chart #menu ul li#menu04 a,
#caststaff #menu ul li#menu05 a,
#music #menu ul li#menu06 a,
#play #menu ul li#menu07 a,
#goods #menu ul li#menu08 a,
#special #menu ul li#menu09 a,
#gallery #menu ul li#menu09 a,
#narikiri #menu ul li#menu09 a,
#event #menu ul li#menu09 a,
#dvd #menu ul li#menu10 a {
	display:block;
	text-indent:-9999px;
	font-size:0.1em;
	height:38px;
	width:100px;
}
/*#index #menu ul li#menu10 a {}*/


#news #menu ul li#menu01 a { 
	background:url(../images/menu01_o.gif) top left no-repeat;
}
#intro #menu ul li#menu02 a { 
	background:url(../images/menu02_o.gif) top left no-repeat;
}
#story #menu ul li#menu03 a { 
	background:url(../images/menu03_o.gif) top left no-repeat;
}
#chart #menu ul li#menu04 a { 
	background:url(../images/menu04_o.gif) top left no-repeat;
}
#caststaff #menu ul li#menu05 a { 
	background:url(../images/menu05_o.gif) top left no-repeat;
}
#music #menu ul li#menu06 a { 
	background:url(../images/menu06_o.gif) top left no-repeat;
}
#play #menu ul li#menu07 a { 
	background:url(../images/menu07_o.gif) top left no-repeat;
}
#goods #menu ul li#menu08 a { 
	background:url(../images/menu08_o.gif) top left no-repeat;
}
#gallery #menu ul li#menu09 a,
#special #menu ul li#menu09 a,
#narikiri #menu ul li#menu09 a,
#event #menu ul li#menu09 a { 
	background:url(../images/menu09_o.gif) top left no-repeat;
}
#dvd #menu ul li#menu10 a { 
	background:url(../images/menu10_o.gif) top left no-repeat;
}
/*#index #menu ul li#menu10 a { 
	background:url(../images/menu10_o.gif) top left no-repeat;
}*/





