@charset "utf-8";

@import "common.css";

/*####################　共通部分　####################*/

/*　ヘッダイメージ
-------------------------------------*/
#HeadImg {
	height:100px;
	margin:0px 10px 10px;
	}
#HeadImg h2,
#HeadImg p {text-indent:-9999px;}

#PageIndex        #HeadImg {height:250px;background-image:url(../img/top-main-img.jpg);}
#Pageschedule     #HeadImg {background-image:url(../img/title-schedule.jpg);}
#Pagenews         #HeadImg {background-image:url(../img/title-news.jpg);}
#Pageinfo         #HeadImg {background-image:url(../img/title-info.jpg);}
#Pagesong         #HeadImg {background-image:url(../img/title-song.jpg);}
#Pagecd           #HeadImg {background-image:url(../img/title-cd.jpg);}
#Pagemember       #HeadImg {background-image:url(../img/title-member.jpg);}
#Pagesite_map     #HeadImg {background-image:url(../img/title-sitemap.jpg);}
#Pageprivacy      #HeadImg {background-image:url(../img/title-privacy.jpg);}
#Pagecontact      #HeadImg {background-image:url(../img/title-contact.jpg);}
#Pageevent        #HeadImg {background-image:url(../img/title-event.jpg);}
#Pagestaff        #HeadImg {background-image:url(../img/title-staff.jpg);}
#Pagetransaction  #HeadImg {background-image:url(../img/title-transaction.jpg);}

/*WP*/
#Pagearchive      #HeadImg {background-image:url(../img/title-archive.jpg);}


/*トップインフォメーション
-------------------------------------*/
#TopInfoBox {
	height: 224px;
	background: url(../img/top-info-bg.jpg) no-repeat left bottom;
}
#TopInfoBox p {
text-indent:-9999px
}
#TopInfoBox .wrap {
 background-image:none;
}

.topBanner {
 margin:0px 0px 20px;
}

/*新着情報
-------------------------------------*/
#TopicsBox,
#TopicsBox02 {
	position:relative;
}

#TopicsBox dl,
#TopicsBox02 dl {
	clear:both;
	background: url(../img/dot-line.gif) repeat-x left bottom;
	margin:0px 20px;
	padding:5px 0px;
	}
	
#TopicsBox dl:after,
#TopicsBox02 dl:after {
      content:".";
      display:block;
      clear:both;
      height:0;
      visibility:hidden;
	}

#TopicsBox dt,
#TopicsBox02 dt {
	float: left;
	clear: both;
	width: 120px;
	font-size:12px;
	}

#TopicsBox dd,
#TopicsBox02 dd {
	float: left;
	width: 360px;
}

#TopicsBox dd a,
#TopicsBox02 dd a {
	display: inline;
}

p.topHistory {
	position:absolute;
	top:18px;
	right:10px;
	background: url(../img/arrow.gif) no-repeat left center;
	margin:0px;
	padding-left: 15px;
	font-size:12px;
}
p.topRss {
	position:absolute;
	top:18px;
	right:90px;
	background: url(../img/ico-rss.gif) no-repeat left center;
	margin:0px;
	padding-left: 18px;
	font-size:12px;
}

/*メンバー紹介
-------------------------------------*/
span.fontName {font-size:15px;}

/*ともだちのうた
-------------------------------------*/
#Pagesong .contentsBox ol {line-height:25px;}
#Pagesong .contentsBox ol li {margin:0px 0px 20px;}
#Pagesong p.fontAudition {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

/*プライバシーポリシー
-------------------------------------*/
#Pageprivacy h4 {
background-image:none;
	font-size: 18px;
	padding:0px;
	color: #333333;
	}
#Pageprivacy h5 {
	background: url(../img/dot-line.gif) repeat-x left bottom;
	margin:0px 20px 10px;
	padding-bottom:1px;
	font-size: 15px;
	color: #333333;
}
#Pageprivacy h6 {
	margin:0px 30px 5px;
	font-size: 14px;
	color: #333333;
}

/*サイトマップ
-------------------------------------*/
#Sitemap ul {
	margin:0px 30px 20px;
	padding-bottom:2px;
	background: url(../img/dot-line.gif) repeat-x left bottom;

}
#Sitemap ul li {
	padding-left:10px;
	margin-bottom:5px;
	background: url(../img/arrow02.gif) no-repeat 0px 6px;
	width:auto;
	}
#Sitemap ul li a {
	color:#333333;
	text-decoration:none;
}
#Sitemap ul li a:hover {text-decoration:underline;}

/*WP
-------------------------------------*/
div.newsPost {}
div.newsPost p.postinfo {
 clear:both;
	border-top:1px solid #CCCCCC;
	margin:0px 20px 10px;
	padding-top:5px;
 text-align:right;
 font-size:12px;
}

p.pagelink {
 margin:0px 10px 0px;
 font-size:12px;
 }
span.pageprev {float:left;}
span.pagenext {float:right;}
a.more-link {float:right; margin-bottom:10px;}