@charset "utf-8";

/*------------ 注意事項（放送時間変更案内など） -------------*/
#notice {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ff0000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	line-height: 1.6;
	}
/*------------ ヘッダー -------------*/
#header {
	width: 960px;
	height: 645px;
	position: relative;
	margin: 0 auto;
	}
/*	#header h1 {
		width: 960px;
		height: 593px;
		background: url(../images/main.jpg) 0 0 no-repeat;
		position: absolute;
		top: 52px;
		left: 0;
		}
		#header h1 em {
			display: none;
			}
	#header h2 {
		width: 960px;
		height: 52px;
		background: url(../images/catch.gif) 0 0 no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		}
		#header h2 em {
			display: none;
			}
*/
/*------------ メニュー(TOPページ用) -------------*/
#menu {
	background: url(../images/bg_menu.gif) 0 0 no-repeat;
	}
	#menu ul {
		}
		#menu ul li {
			}
			#menu ul li.news {
				background: url(../images/menu_r.gif) -11px -1px no-repeat;
				}
				#menu ul li.news a {
					background: url(../images/menu.gif) -11px -1px no-repeat;
					}
			#menu ul li.story {
				background: url(../images/menu_r.gif) -199px -1px no-repeat;
				}
				#menu ul li.story a {
					background: url(../images/menu.gif) -199px -1px no-repeat;
					}
			#menu ul li.cast {
				background: url(../images/menu_r.gif) -387px -1px no-repeat;
				}
				#menu ul li.cast a {
					background: url(../images/menu.gif) -387px -1px no-repeat;
					}
			#menu ul li.event {
				background: url(../images/menu_r.gif) -575px -1px no-repeat;
				}
				#menu ul li.event a {
					background: url(../images/menu.gif) -575px -1px no-repeat;
					}
			#menu ul li.song {
				background: url(../images/menu_r.gif) -763px -1px no-repeat;
				}
				#menu ul li.song a {
					background: url(../images/menu.gif) -763px -1px no-repeat;
					}
/*------------ コンテンツ -------------*/
#contents {
	width: 960px;
	height: 186px;
	background: url(../images/intro.jpg) 0 0 no-repeat;
	margin: 0 auto;
	}
	#contents p {
		display: none;
		}



