﻿@charset "utf-8";

/* #article */

#article h2{
	background: url(../music/images/h2_article.png) no-repeat center bottom;
}

#article h3{
	height:134px;
	background: url(../music/images/h3_article.png) no-repeat center top;
	margin-bottom:30px;
	text-indent:-9999em;
}


#article ul{
	width:575px;
	margin-left:3px;
}

#article ul li{
	width:90px;
	height:50px;
	text-indent:-9999em;
	margin-right:5px;
	float:left;
}

#article ul li a{
	width:90px;
	height:50px;
	display:block;
}

#article ul li.btn01:hover,
#article ul li.btn02:hover,
#article ul li.btn03:hover,
#article ul li.btn04:hover,
#article ul li.btn05:hover,
#article ul li.btn06:hover{
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

#article ul li.btn01{
	background: url(../music/images/btn_music.png) no-repeat 0 0;
}

#article ul li.btn02{
	background: url(../music/images/btn_music.png) no-repeat -97px 0;
}

#article ul li.btn03{
	background: url(../music/images/btn_music.png) no-repeat -194px 0;
}

#article ul li.btn04{
	background: url(../music/images/btn_music.png) no-repeat -291px 0;
}

#article ul li.btn05{
	background: url(../music/images/btn_music.png) no-repeat -388px 0;
}

#article ul li.btn06{
	background: url(../music/images/btn_music.png) no-repeat -485px 0;
}

#article .number{
	margin:20px 0 30px;
	padding:25px 30px;
	background:url(../music/images/bg_number.png) repeat 0 0;
}

#article .number h4{
	height:48px;
	margin-bottom:20px;
	text-indent:-9999em;
}

#article .number .player{
	margin-bottom:20px;
	text-align:center;
}

#article .number .player #sound{
	display:none;
}

#article .number .player #btns a{
	width:53px;
	height:53px;
	display:block;
	text-indent:-9999em;
}

#article .number .player #btns a.btn01{
	background:url(../music/images/btn01_btns.png) no-repeat 0 0;
}

#article .number .player #btns a.btn02{
	background:url(../music/images/btn02_btns.png) no-repeat 0 0;
}

#article .number .player #btns table{
	margin:0 auto;
}

#article .number .player #btns table td{
	padding:5px 10px 4px;
	text-align:center;
}

#article .number .player #btns table td.tit01{
	height:11px;
	background:url(../music/images/tit01_btns.png) no-repeat center center;
	text-indent:-9999em;
}

#article .number .player #btns table td.tit02{
	height:11px;
	background:url(../music/images/tit02_btns.png) no-repeat center center;
	text-indent:-9999em;
}

#article .number .player #btns #barBd,#bar{height: 7px;}
#article .number .player #btns #barBd {width: 100%;background: #47230c;clear: both; margin-top:6px;}
#article .number .player #btns #bar{width: 0; background: #f06913; }

#article .tune01 h4{
	background:url(../music/images/h4_tune01.png) no-repeat center top;
}

#article .tune02 h4{
	background:url(../music/images/h4_tune02.png) no-repeat center top;
}

#article .tune03 h4{
	background:url(../music/images/h4_tune03.png) no-repeat center top;
}

#article .tune04 h4{
	background:url(../music/images/h4_tune04.png) no-repeat center top;
}

#article .tune05 h4{
	background:url(../music/images/h4_tune05.png) no-repeat center top;
}

#article .tune06 h4{
	background:url(../music/images/h4_tune06.png) no-repeat center top;
}

#article .number p{
	margin:13px 0;
	font-size:14px;
	line-height:1.8em;
	color:#47230c;
}

#article .number p.higashide{
	font-weight:bold;
}

#article .notice p{
	margin-top:-15px;
	font-size:12px;
	color:#47230c;
}

/* テキスト指定 */