@charset"utf-8";

/*▼▼▼メニュー▼▼▼*/
#menu {
	background-image: url(/category/bomber/images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 960px;
	}
	/*------TOPページ専用メニュー-------------------------------*/
	body#toppage #menu ul {
		width: 880px;
		list-style-type: none;
		padding: 0 0 0 80px;
		}
	/*------コンテンツページ専用メニュー-------------------------------*/
	#menu ul {
		width: 932px;
		list-style-type: none;
		padding: 0 0 0 28px;
		}
		/*------共通リスト-------------------------------*/
		#menu ul li {
			list-style-type: none;
			float: left;
			height: 30px;
			margin: 0 31px 0 0;
			}
			#menu ul li a {
				display: block;
				height: 30px;
				text-decoration: none;
				text-indent: -9999px;
				font-size: 0px;
				line-height: 0px;
				}
				#menu ul li a:hover {
					background-position: 0px -30px;
					}
			/*------出演アーティスト-------------------------------*/
			#menu ul li.artist {
				}
				#menu ul li.artist a {
					background-image: url(/category/bomber/images/m_artist.gif);
					background-repeat: no-repeat;
					width: 105px;
					margin: 0;
					}
			/*------MC-------------------------------*/
			#menu ul li.mc {
				}
				#menu ul li.mc a {
					background-image: url(/category/bomber/images/m_mc.gif);
					background-repeat: no-repeat;
					width: 105px;
					margin: 0;
					}
			/*------月刊！オトコまえしのちゃん-------------------------------*/
			#menu ul li.otokomae {
				}
				#menu ul li.otokomae a {
					background-image: url(/category/bomber/images/m_otokomae.gif);
					background-repeat: no-repeat;
					width: 159px;
					margin: 0;
					}
			/*------ボンバーさん-------------------------------
			#menu ul li.bomber {
				}
				#menu ul li.bomber a {
					background-image: url(/category/bomber/images/m_bomber.gif);
					background-repeat: no-repeat;
					width: 82px;
					margin: 0;
					}
			*/
			/*------観覧者募集-------------------------------*/
			#menu ul li.bosyu {
				}
				#menu ul li.bosyu a {
					background-image: url(/category/bomber/images/m_bosyu.gif);
					background-repeat: no-repeat;
					width: 70px;
					margin: 0;
					}
			/*------ケータイサイト-------------------------------*/
			#menu ul li.keitai {
				}
				#menu ul li.keitai a {
					background-image: url(/category/bomber/images/m_keitai.gif);
					background-repeat: no-repeat;
					width: 93px;
					margin: 0;
					}
			/*------地上デジタル放送-------------------------------*/
			#menu ul li.chideji {
				}
				#menu ul li.chideji a {
					background-image: url(/category/bomber/images/m_chideji.gif);
					background-repeat: no-repeat;
					width: 109px;
					margin: 0;
					}
			/*------新着情報-------------------------------*/
			#menu ul li.news {
				display: none;
				}
			/*------クチコミランキング-------------------------------*/
			#menu ul li.ranking {
				display: none;
				}
			/*------番組トップへ-------------------------------*/
			#menu ul li.top {
				margin: 0;
				}
				#menu ul li.top a {
					background-image: url(/category/bomber/images/m_top.gif);
					background-repeat: no-repeat;
					width: 79px;
					margin: 0;
					}
			
			/*------BOMBERボード-------------------------------*/
			#menu ul li.board {
				}
				#menu ul li.board a {
					background-image: url(/category/bomber/images/m_board.gif);
					background-repeat: no-repeat;
					width: 103px;
					margin: 0;
					}
			/*------音屋コラム-------------------------------*/
			#menu ul li.blog {
				}
				#menu ul li.blog a {
					background-image: url(/category/bomber/images/m_blog.gif);
					background-repeat: no-repeat;
					width: 68px;
					margin: 0;
					}

/*▲▲▲メニュー▲▲▲*/

