@charset 'utf-8';
/*--------------------------------------ページcssファイル*/
#top_news {
	width: 400px;
	float: left;
}
#top_news h2 {
	background: url(../img/title_news.jpg) no-repeat;
}
#top_news_body dl {
	margin: 0 5px;
}
#top_news_body dt {
	background: #999999;
	padding: 3px 5px;
}
#top_news_body dt strong {
	color: #ffffff;
	margin: 10px;
}
#top_news_body dd {
	padding: 10px;
}
#right_contents {
	width: 200px;
	float: left;
}
#release_box {
	text-align: center;
}
#mobile h3 {
	width: 200px;
	height: 200px;
	background: url(../img/qr.jpg) no-repeat center center;
}
#mobile a {
	display: none;
}
#biography h2 {
	background: url(../img/title_biography.jpg) no-repeat;
}
#media h2 {
	background: url(../img/title_media.jpg) no-repeat;
}
#discography h2 {
	background: url(../img/title_discography.jpg) no-repeat;
}
/*-----------------------------------------schedule*/
#schedule h2 {
	background: url(../img/title_schedule.jpg) no-repeat;
}
#schedule h3 {
	margin: 2px 0;
	padding: 2px 5px;
	font: bold 15px Arial, sans-serif;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background: #eeeeee;
}
#schedule dl {
	border: 1px dashed #cccccc;
	margin: 8px 0;
}
#schedule dt {
	padding: 5px;
	font: bold 15px Arial, sans-serif;
	background: #333333;
}
#schedule dt a,
#schedule dt {
	color: #ff3300;
}
#schedule dt strong {
	color: #ffffff;
}
#schedule dt span {
	color: #cccccc;
	margin: 0 10px;
	font: normal 12px sans-serif;
}
#schedule dd {
	margin: 0 0 10px;
	padding: 0 20px;
}
/*-----------------------------------------biography*/
#biography #member h3 {
	width: 600px;
	height: 280px;
	background: url(../img/member.jpg) no-repeat center center;
}
#biography #member p {
	text-align: center;
	font: bold 12px Arial, sans-serif;
	padding: 5px;
}
#biography #profile p {
	margin: 5px 0;
	padding: 0 30px;
	font-size: 15px;
}
/*-----------------------------------------media*/
#media #media_area dt {
	border-bottom: 1px solid #777777;
	margin: 3px 0;
	padding: 2px;
	font-size: 15px;
}
#media #media_area dd {
	padding: 5px;
}
#media #media_area dd img {
	float: right;
	margin: 5px;
}
/*-----------------------------------------discography*/
#discography li {
	margin-bottom: 10px;
}
#discography .disc_image {
	width: 160px;
	height: 160px;
	float: left;
}
#discography .disc_detail {
	width: 440px;
	float: right;
}
#discography dt {
	background: #cccccc;
	margin-top: 5px;
	padding: 2px 5px;
}
#discography dt strong {
	font-size: 15px;
}
#discography dd {
	padding: 3px 5px;
}
#discography dd span {
	font-size: 10px;
	color: #555555;
}
/*-----------------------------------------link*/
#link h2 {
	background: url(../img/title_link.jpg) no-repeat;
}
#link h3 {
	font: bold 15px Arial, sans-serif;
}
#link #link_category {
	margin-bottom: 5px;
	border-bottom: 1px solid #888888;
}
#link #link_category li {
	float: left;
	margin: 5px 10px 5px 0;
}
#link .prevnext li {
	float: left;
	margin: 5px 10px 5px 0;
}
#link #link_box li {
	font: bold 15px Tahoma, sans-serif;
}
#link #link_box li a span {
	font: normal 10px Tahoma, sans-serif;
	color: #888888;
}
/*-----------------------------------------blog*/
#blog h2 {
	background: url(../img/title_blog.jpg) no-repeat;
}
#blog dl {
	text-align: center;
}
#blog dl dt a {
	text-decoration: none;
}
#blog dl dd {
	margin-bottom: 10px;
}

