@charset "utf-8";
/*-----------------------------------------------ページ用CSS*/
/*---------------------------------------main*/
#main h2 {
	background: url(../img/title_news.jpg) no-repeat;
}
#main dt {
	padding: 5px 0;
	text-indent: 5px;
	font-size: 15px;
	border-bottom: 1px dashed #cc0000;
	border-left: 10px solid #cc3300;
}
#main dt span {
	display: block;
	font-size: 10px;
	color: #666666;
}
#main dd {
	padding: 5px 10px;
	font-size: 15px;
}
/*---------------------------------------schedule*/
#schedule h2 {
	background: url(../img/title_schedule.jpg) no-repeat;
}
#schedule dt,
#schedule dd {
	margin: 5px 10px;
}
#schedule dt {
	padding: 2px 10px;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/background_month.jpg) repeat;
	color: #999999;
}
#schedule dd dt {
	color: #ffffff;
	padding: 5px 10px;
	font-weight: none;
	background: #222222;
	border: none;
}
#schedule dd dd {
	margin: 5px 10px;
	padding: 0 10px;
	background: url(../img/background_schedule.jpg) repeat-y right;
}
/*---------------------------------------biography*/
#biography h2 {
	background: url(../img/title_biography.jpg) no-repeat;
}
#biography #kakeizu {
	text-align: center;
}
/*---------------------------------------discography*/
#discography h2 {
	background: url(../img/title_discography.jpg) no-repeat;
}
#disc_area {
	text-align: center;
}
#disc_area dl {
	width: 550px;
	margin: 0 auto;
}
#disc_area dt img {
	border: 1px solid #555555;
}
#disc_area dt {
	width: 200px;
	margin-top: 10px;
	float: left;
}
#disc_area dd.disc_description {
	width: 350px;
	text-align: left;
	float: left;
}
#disc_area dd.disc_description h3 {
	padding: 15px 0 5px;
	font-size: 15px;
}
#disc_area dd.spc {
	clear: both;
	line-height: 1px;
	font: 1px;
}
/*---------------------------------------link*/
#link h2 {
	background: url(../img/title_link.jpg) no-repeat;
}
#link li {
	float: left;
	margin: 0 5px;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
}
/*---------------------------------------items*/
#items h2 {
	background: url(../img/title_items.jpg) no-repeat;
}
/*---------------------------------------photo*/
#photo h2 {
	background: url(../img/title_photo.jpg) no-repeat;
}
#photo_menu li {
	float: left;
	margin: 5px;
	font-size: 15px;
}
#photo p.text_area {
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#photo_flash {
	height: 525px;
}
/*---------------------------------------blog*/
#blog h2 {
	background: url(../img/title_blog.jpg) no-repeat;
}
#blog dt {
	font-size: 15px;
	margin: 10px 0 3px;
}
#blog dd {
	text-indent: 20px;
}
#blog dd ol {
	margin-left: 20px;
	color: #999999;
}