@charset "UTF-8";
#headerArea { background: url(../common/images/bg_top_link.jpg); }



#contentsArea {
	background: url(../common/images/bg_body.jpg) repeat-y left top;
	padding-left: 66px;
}
#contentsArea .barbtn   {
	float: left;
}
#contentsArea .linkbarbox .linkbar   {
	float: left;
	background: url(../common/images/link_contents_on.jpg) no-repeat left top;
	height: 22px;
	width: 173px;
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
	color: #1B524B;
	padding-top: 6px;
	font-weight: bold;
}
#contentsArea .linkbarbox   {
	height: 39px;
	width: 221px;
	padding-left: 8px;
}
#contentsArea #bandBlock .linkband { background: url(../common/images/link_band_body.jpg) repeat-y left top; }
#contentsArea #livehouseBlock .linklive { background: url(../common/images/link_live_body.jpg) repeat-y left top; }
#contentsArea #otherBlock .linkother { background: url(../common/images/link_other_body.jpg) repeat-y left top; }

#contentsArea #bandBlock {
	float: left;
	padding-right: 16px;
}
#contentsArea #livehouseBlock {
	float: left;
	padding-right: 16px;
}
#contentsArea #otherBlock { float: left; }



/*li#linkbtn*/
li#linkbtn{
background:url(../common/images/btn_link_push.jpg) no-repeat left top;
}
li#linkbtn a{ background: url(../common/images/btn_link_push.jpg) no-repeat left top; 
display:block;text-indent:-9999px;}

li#linkbtn a:hover{ filter: alpha(opacity=0);-ms-filter: alpha(opacity=0);opacity: 0.0;}

li#linkbtn a:active{ background: url(../common/images/btn_link_push.jpg) no-repeat left top;
filter: alpha(opacity=100);opacity: 1; }
/*#bandbox p.barbtn*/
.bandbox p.barbtn{
background:url(../common/images/btn_link_contents_over.jpg) no-repeat left top;
width: 39px;height: 39px;
}
.bandbox p.barbtn a{ background: url(../common/images/link_btn_contents.jpg) no-repeat left top; 
width: 39px;height: 39px; 44px;display:block;text-indent:-9999px;}
.bandbox p.barbtn a:hover{ filter: alpha(opacity=0);-ms-filter: alpha(opacity=0);opacity: 0.0;}
.bandbox p.barbtn a:active{ background: url(../common/images/btn_link_contents_push.jpg) no-repeat center top;
width: 39px;height: 39px;filter: alpha(opacity=100);opacity: 1; }
/*#livebox p.barbtn*/
.livebox p.barbtn{
background:url(../common/images/link_btn_contents_live_over.jpg) no-repeat left top;
width: 39px;height: 39px;
}
.livebox p.barbtn a{ background: url(../common/images/link_btn_contents_live.jpg) no-repeat left top; 
width: 39px;height: 39px; 44px;display:block;text-indent:-9999px;}
.livebox p.barbtn a:hover{ filter: alpha(opacity=0);-ms-filter: alpha(opacity=0);opacity: 0.0;}
.livebox p.barbtn a:active{ background: url(../common/images/link_btn_contents_live_push.jpg) no-repeat center top;
width: 39px;height: 39px;filter: alpha(opacity=100);opacity: 1; }
/*#otherbox p.barbtn*/
.otherbox p.barbtn{
background:url(../common/images/link_btn_contents_other_over.jpg) no-repeat left top;
width: 39px;height: 39px;
}
.otherbox p.barbtn a{ background: url(../common/images/link_btn_contents_other.jpg) no-repeat left top; 
width: 39px;height: 39px; 44px;display:block;text-indent:-9999px;}
.otherbox p.barbtn a:hover{ filter: alpha(opacity=0);-ms-filter: alpha(opacity=0);opacity: 0.0;}
.otherbox p.barbtn a:active{ background: url(../common/images/link_btn_contents_other_push.jpg) no-repeat center top;
width: 39px;height: 39px;filter: alpha(opacity=100);opacity: 1; }



a:link {
color: #1B524B;
text-decoration: none;
}
a:visited {
color: #1B524B;
text-decoration: none;
}
a:active {
color: #096458;
text-decoration: none;
}
a:hover {
color: #1B524B;
text-decoration: none;
}
