@charset "utf-8";
/*--------------------------------------------------------ページ用cssファイル*/
/*---------------------------------------main*/
#main h2 {
	background: url(../img/title_top.jpg) no-repeat;
}
#main dt {
	padding: 10px 0 4px;
	border-bottom: 1px dashed #444400;
	text-indent: 5px;
	font-weight: bold;
	color: #ff3366;
}
#main dd {
	padding: 5px;
	font-size: 15px;
	border-left: 2px solid #cccccc;
}
#main dd img {
	float: left;
	margin: 5px;
}
#main dd span {
	display: block;
	float: right;
	font-size: 10px;
}
#main dd.spc {
	padding: 0;
	border: none;
	border-bottom: 2px solid #444400;
}
/*---------------------------------------schedule*/
#schedule h2 {
	background: url(../img/title_schedule.jpg) no-repeat;
}
#schedule h3 {
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	font-weight: bold;
	color: #cc9900;
	background: url(../img/month.jpg) repeat-x;
}
#schedule dt {
	font: bold 14px Arial, sans-serif;
	padding: 5px 0;
	border-bottom: 1px dashed #666699;
	line-height: 20px;
}
#schedule dt strong {
	color: #cc9933;
	margin: 0 10px;
}
#schedule dt strong span {
	font: normal 12px Arial, sans-serif;
	color: #ffffff;
	margin: 0 5px;
}
#schedule dt a.reservation {
	display: block;
	width: 100px;
	height: 20px;
	float: right;
	background: url(../img/yoyaku_off.jpg) no-repeat;
}
#schedule dt a.reservation:hover {
	background: url(../img/yoyaku_on.jpg) no-repeat;
}
#schedule dt a.reservation span {
	display: none;
}
#schedule dd {
	padding: 5px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666699;
}
#schedule dd ul li {
	color: #cccccc;
}
/*---------------------------------------discography*/
#discography h2 {
	background: url(../img/title_disco.jpg) no-repeat;
}
#discography dt {
	font-size: 14px;
	padding: 10px 0 5px;
	border-bottom: 1px double #006699;
}
#discography dd {
	padding-top: 5px;
}
#discography dd img {
	float: left;
	margin: 0 5px;
}
#discography dd p {
	clear: both;
	color: #999999;
	padding: 5px;
}
/*---------------------------------------biography*/
#biography h2 {
	background: url(../img/title_bio.jpg) no-repeat;
}
#biography p {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 20px;
	padding-bottom: 110px;
	background: url(../img/biography_image.jpg) no-repeat bottom;
}
/*---------------------------------------bbs*/
#bbs h2 {
	background: url(../img/title_bbs.jpg) no-repeat;
}
#bbs p#error_text {
	font-size: 15px;
	line-height: 20px;
}
#bbs #board {
	margin: 10px 0;
}
#bbs #board p {
	text-align: right;
}
#bbs #board p a {
	margin: 0 5px;
}
#bbs #board dt {
	padding: 10px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	color: #999999;
}
#bbs #board dt strong {
	font-size: 15px;
	margin: 5px;
	color: #ffffff;
}
#bbs #board dd {
	padding: 0 10px 15px;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}
#bbs #board dd span {
	display: block;
	color: #999999;
	font-size: 10px;
	float: right;
}
#bbs #board dd.spc {
	border: none;
}
/*---------------------------------------link*/
#link h2 {
	background: url(../img/title_link.jpg) no-repeat;
}
#link ol li {
	font-size: 15px;
	margin: 5px 10px;
	float: left;
}
#link h3 {
	font: bold 20px Georgia, selif;
}
#link dl {
	margin-left: 10px;
}
#link dt {
	margin: 5px 0 2px;
}
#link dt a {
	color: #cc9933;
}
#link dt a:hover {
	letter-spacing: 5px;
	color: #ffffff;
}
#link dd {
	letter-spacing: 3px;
	font-size: 10px;
	color: #777777;
	text-indent: 10px;
}
/*---------------------------------------contact*/
#contact h2 {
	background: url(../img/title_contact.jpg) no-repeat;
}
#contact h3 {
	font-size: 20px;
	margin: 5px 0;
}
#contact p {
	font-size: 15px;
	color: #cccccc;
	line-height: 20px;
}
/*---------------------------------------sitemap*/
#sitemap h2 {
	background: url(../img/title_sitemap.jpg) no-repeat;
}
#sitemap dl {
	font-size: 15px;
}
#sitemap dd {
	margin-left: 10px;
}
#sitemap p {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 20px;
	padding-bottom: 110px;
	background: url(../img/biography_image.jpg) no-repeat bottom;
}
/*---------------------------------------magazine*/
#magazine h2 {
	background: url(../img/title_mailmagazine.jpg) no-repeat;
}
#magazine h3 {
	font-size: 15px;
}
#magazine p {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 20px;
	padding-bottom: 110px;
	background: url(../img/mailmagazine_image.jpg) no-repeat bottom;
}
/*---------------------------------------magazine*/
#reservation h2 {
	background: url(../img/title_reservation.jpg) no-repeat;
}
#reservation fieldset h3 {
	margin: 10px 0;
	font-size: 15px;
}
#reservation fieldset p {
	font-size: 15px;
	font-weight: normal;
	color: #cccccc;
}
#reservation fieldset dt {
	color: #ffffcc;
}
#reservation fieldset dd {
	font-size: 15px;
	padding-left: 10px;
}
#reservation fieldset button {
	margin: 10px 0;
}