@charset 'utf-8';
/*----------------------------------------------------ページ表示用CSS*/
h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
}
.content {
	padding: 0 5px;
	background: #000000;
}
.form_long {
	width: 300px;
}
.form_mid {
	width: 180px;
}
.form_mini {
	width: 60px;
}
/*----------------------------------------------------toppage*/
#toppage h2 {
	background: url(../img/title_01.gif) no-repeat;
}
#toppage #special {
	text-align: center;
}
#toppage #special li {
	margin: 3px auto;
}
#toppage #newsarea {
	width: 530px;
	margin: 0 10px;
}
#toppage #newsarea dl {
	margin: 2px 0;
	border: 1px dashed #990000;
}
#toppage #newsarea dl dt {
	background: #990000 url(../img/bcg_03.gif);
	padding: 2px;
}
#toppage #newsarea dl dt span {
	font: 10px Tahoma, sans-serif;
	background: #000000;
	padding: 1px 5px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#toppage #newsarea dl dt strong {
	color: #FFCC00;
}
#toppage #newsarea dl dd {
	width: 100%;
	margin: 0;
	padding: 2px 0 0 0;
	background: #000000;
}
#toppage #newsarea dl dd p {
	margin: 0;
	padding: 5px;
}
#toppage #newsarea dl dd img {
	display: block;
	border: none;
	margin: 5px;
}
#toppage dd img.img_left {
	float: left;
}
#toppage dd img.img_right {
	float: right;
}
#toppage #newsarea dl dd span {
	font: 15px Tahoma, sans-serif;
}
/*----------------------------------------------------カレンダー購入フォームページ用CSS*/
#carenda_box {
	margin: 5px 10px;
	padding: 10px;
	background: #000000;
}
#carenda_box h2 {
	background: url(../img/title_16.gif) no-repeat;
}

#carenda_title {
	width: 400px;
	height: 30px;
	background: url(../img/2010_title.gif) no-repeat;
}
#carenda_title span {
	display: none;
}
#carenda_box fieldset {
	margin: 0 20px;
	padding: 20px;
	background: #111111;
	border: 1px dashed #555555;
}
#carenda_box fieldset {
	margin: 0 20px;
	padding: 20px;
	background: #111111;
	border: 1px dashed #555555;
}
#carenda_box dt {
	margin: 5px 0 3px;
}
#carenda_box #submitbox {
	padding: 20px 0;
}
#carenda_box .text_space strong {
	color: #ff0000;
	text-decoration: underline;
}
#carenda_box .text_space h4 {
	font: bold 20px Arial, sans-serif;
}
#carenda_box .text_space ul {
	margin: 10px 0;
}
/*----------------------------------------------------スケジュールページ用CSS*/
#schedule h2 {
	background: url(../img/title_02.gif) no-repeat;
}
/*------------------------------------------------------------------------note*/
#schedule ul#note {
	height: 50px;
	margin: 0 0 0 40px;
}
#schedule ul#note li {
	float: left;
	width: 200px;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
}
#schedule ul#note li a {
	display: block;
	width: 200px;
	height: 50px;
	margin:  0;
	padding: 0;
}
#schedule ul#note li a span {
	display: none;
}
#schedule ul#note li#note01 {
	background: url(../img/ticket_info_01_of.jpg) no-repeat;
}
#schedule ul#note li#note01 a:hover {
	background: url(../img/ticket_info_01_on.jpg) no-repeat;
}
#schedule ul#note li#note02 {
	background: url(../img/ticket_info_02_of.jpg) no-repeat;
}
#schedule ul#note li#note02 a:hover {
	background: url(../img/ticket_info_02_on.jpg) no-repeat;
}
/*------------------------------------------------------------------------month*/
#schedule ul#month {
	clear: both;
	width: 530px;
	height: 20px;
	margin: 0 0 0 12px;
	padding: 10px 0 0 0;
	background: #000000;
}
#schedule ul#month li {
	width: 130px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/schedule_month.jpg) no-repeat;
	float: left;
	text-align: center;
}
#schedule ul#month li a {
	display: block;
	width: 130px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font: bold 12px Arial, sans-serif;
	color: #888888;
}
#schedule ul#month li a.now_on,
#schedule ul#month li a:hover {
	background: url(../img/schedule_month_on.jpg) no-repeat;
	font: bold 13px Arial, sans-serif;
	color: #ffffff;
}
#schedule h3 {
	width: 530px;
	height: 20px;
	margin: 0 0 0 12px;
	padding: 3px 0;
	background: #990000 url(../img/bcg_03.gif);
	font: bold 15px Arial, sans-serif;
	color: #FFCC33;
	text-indent: 20px;
}
/*------------------------------------------------------------------------schedule*/
#schedule #schedulearea {
	text-align: center;
}
#schedule #schedulearea dl {
	width: 520px;
	margin: 5px auto;
}
#schedule #schedulearea dl dt {
	background: #0000aa;
	margin: 10px 0 0 0;
	padding: 5px 10px;
	border-top: 1px solid #555555;
	text-align: left;
}
#schedule #schedulearea dl dt strong {
	font: bold 15px Arial, sans-serif;
	color: #FFCC33;
	margin: 0 5px;
}
#schedule #schedulearea dl dt strong a {
	color: #FFCC33;
}
#schedule #schedulearea dl dt a.reservation_button {
	float: right;
	display: block;
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/yoyaku_bt_off.jpg) no-repeat;
}
#schedule #schedulearea dl dt a.reservation_button:hover {
	background: url(../img/yoyaku_bt_on.jpg) no-repeat;
}
#schedule #schedulearea dl dt a span {
	display: none;
}
#schedule #schedulearea dl dd {
	width: 520px;
	background: #000000;
	padding-bottom: 3px;
	border-bottom: 1px solid #555555;
}
#schedule #schedulearea dl dd span.mitei {
	font: normal 10px Tahoma, sans-serif;
	color: #777777;
}
#schedule #schedulearea dl dd li.details {
	padding: 8px 0;
	font: normal 10px Tahoma, sans-serif;
	color: #99CCCC;
	border-bottom: 1px solid #333333;
}
#schedule #schedulearea dl dd li.details strong {
	font: bold 12px Tahoma, sans-serif;
	color: #ffffff;
}
#schedule #schedulearea dl dd li.status {
	padding: 2px 0;
	font-size: 10px;
	background: #222222;
	color: #999999;
}
#schedule #schedulearea dl dd li.status a {
	color: #999999;
}
#schedule #schedulearea dl dd li.status a:hover {
	color: #FF3366;
}
#schedule #schedulearea dl dd li.presents {
	padding: 4px 0 0;
	font-size: 10px;
	color: #FF0066;
	text-align: right;
	border-top: 1px solid #333333;
}
#schedule #schedulearea dl dd li.event {
	padding: 4px 0 0;
	font-size: 10px;
	color: #FFCC00;
	text-align: right;
}
#schedule #schedulearea dl dd li.bands {
	padding: 4px 0 0;
	font-size: 12px;
	text-align: right;
}
#schedule #schedulearea dl dd li.info {
	padding: 4px 0 2px;
	font: normal 10px Tahoma, sans-serif;
	color: #CC0000;
	text-align: right;
}
#schedule .schedule_text {
	font-size: 15px;
	padding: 10px;
}
#schedule #special {
	text-align: center;
}
/*------------------------------------------------------------------------thanks*/
#thanks h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/title_05.gif) no-repeat;
}
#thanks p {
	margin: 10px;
	color: #FF3366;
}
#thanks dl {
	width: 530px;
	margin: 0 0 0 5px;
	border: 1px solid #660000;
	background: #111111;
}
#thanks dt {
	background: #330000;
	padding: 0 5px;
	font: bold 13px Arial, sans-serif;
}
#thanks dd {
	width: 520px;
	padding: 8px 5px;
}
/*------------------------------------------------------------------------lyrics*/
#lyrics h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/title_06.gif) no-repeat;
}
#lyrics #lyrics_flash {
	padding: 10px 0 0;
	text-align: center;
}
/*------------------------------------------------------------------------howto*/
#howto h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/title_15.gif) no-repeat;
}
#howto ul#note {
	height: 50px;
	margin: 0 0 0 40px;
}
#howto ul#note li {
	float: left;
	width: 200px;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
}
#howto ul#note li a {
	display: block;
	width: 200px;
	height: 50px;
	margin:  0;
	padding: 0;
}
#howto ul#note li a span {
	display: none;
}
#howto ul#note li#note01 {
	background: url(../img/ticket_info_01_of.jpg) no-repeat;
}
#howto ul#note li#note01 a:hover {
	background: url(../img/ticket_info_01_on.jpg) no-repeat;
}
#howto ul#note li#note02 {
	background: url(../img/ticket_info_02_of.jpg) no-repeat;
}
#howto ul#note li#note02 a:hover {
	background: url(../img/ticket_info_02_on.jpg) no-repeat;
}
#howto #content_area {
	border: 1px solid #990000;
	background: #000000;
	width: 500px;
	margin: 10px 0 0 20px;
}
#howto #content_area h3 {
	width: 400px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(../img/howto.jpg) no-repeat;
}
#howto #content_area dl {
	padding: 10px;
}
#howto #content_area dt {
	font-size: 15px;
	color: #FFCC00;
}
#howto #content_area dd {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px dashed #555555;
	letter-spacing: 1px;
	color: #cccccc;
}
#howto #content_area #submitbox {
	text-align: center;
	padding: 10px;
}/*------------------------------------------------------------------------mail*/
#mail h2 {
	background: url(../img/title_09.gif) no-repeat;
}
#mail {
	text-align: center;
}
#mail h3 {
	display: none;
}
#mail fieldset {
	margin: 5px 10px;
	padding: 20px;
	border: 1px dashed #990000;
	background: #000000 url(../img/bcg_04.jpg) repeat;
}
#mail fieldset dl {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}
#mail fieldset dl dt {
	margin: 5px 0 3px;
}
#mail fieldset dl dt span {
	font-size: 9px;
	color: #cc0000;
}
#mail fieldset dl dd#submitbox {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px;
}
#mail fieldset input.txt_long {
	width: 300px;
}
#mail fieldset textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	overflow: auto;
}
#mail_caution {
	margin: 0 10px;
	padding: 10px;
	background: #000000;
}
#mail_caution h4 {
	font-size: 15px;
	color: #CC0000;
	margin: 5px 0;
}
#mail_caution strong {
	text-decoration: underline;
	color: #cc0000;
}
/*----------------------------------------------------biography*/
#biography h2 {
	background: url(../img/title_04.gif) no-repeat;
}
#biography h3 {
	color: #FFCC66;
	margin: 10px 10px 2px;
	font: bold 15px Arial, sans-serif;
}
#biography .clearbar {
	clear: both;
	border-bottom: 1px dashed #990000;
	margin: 0 5px;
}
/*-----------------------profile*/
#biography #profile #photo {
	width: 550px;
	height: 350px;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	background: url(../img/member.jpg) no-repeat center bottom;
}
#biography #profile #photo {

}
#biography #profile dl {
	margin: 5px 0;
}
#biography #profile dt {
	margin: 0 10px;
	color: #666666;
	font: bold 12px Tahoma, sans-serif;
}
#biography #profile dd {
	float: right;
	width: 130px;
	margin: 0 10px;
	font: normal 12px Arial, sans-serif;
}
#biography #profile dd strong {
	font-size: 15px;
}
/*-----------------------outline*/
#biography #outline p {
	margin: 5px 10px;
	font: 12px monospace;
}
/*-----------------------biography*/
#biography #ashiato dl {
	width: 530px;
	margin: 0 0 0 5px;
	border: 1px solid #660000;
	background: #000000;
}
#biography #ashiato dt {
	background: #660000;
	padding: 0 5px;
	font: bold 13px Arial, sans-serif;
}
#biography #ashiato dd {
	width: 520px;
	padding: 0 5px;
}
#biography #ashiato dd p {
	margin: 3px 0;
	padding: 0;
}
#biography #ashiato dd p span {
	margin: 0 5px 0 0;
	font: bold 12px Tahoma, sans-serif;
	color: #FF6699;
}
/*----------------------------------------------------community*/
#community h2 {
	background: url(../img/title_12.gif) no-repeat;
}
#community h3 {
	padding: 3px;
	font: bold 14px Arial, sans-serif;
	background: #333333;
	text-indent: 5px;
	border-left: 3px solid #ffffff;
}
#community_blog li {
	float: left;
	margin: 5px 10px 0;
}
#community_blog li a {
	display: block;
	width: 150px;
	height: 200px;
}
#community_blog li span {
	display: none;
}
#community_blog li#hideta {
	background: url(../img/blog_hideta_off.jpg) no-repeat;
}
#community_blog li#take {
	background: url(../img/blog_take_off.jpg) no-repeat;
}
#community_blog li#hankn {
	background: url(../img/blog_hankn_off.jpg) no-repeat;
}
#community_blog li#hideta a:hover {
	background: url(../img/blog_hideta_on.jpg) no-repeat;
}
#community_blog li#take a:hover {
	background: url(../img/blog_take_on.jpg) no-repeat;
}
#community_blog li#hankn a:hover {
	background: url(../img/blog_hankn_on.jpg) no-repeat;
}
#community_link dl {
	width: 400px;
	margin: 0 0 20px 50px;
}
#community_link dt {
	margin-top: 10px;
	font-size: 15px;
}
#community_link dd {
	text-indent: 10px;
}
/*----------------------------------------------------discography*/
#discography h2 {
	background: url(../img/title_03.gif) no-repeat;
}
#discography #disco_area fieldset {
	text-align: center;
	background: #000000;
	padding: 5px 10px;
}
#disco_area fieldset,
#disco_area fieldset select,
#disco_area fieldset input {
	font: bold 11px Arial, sans-serif;
}
#disco_area fieldset span,
#disco_area fieldset input {
	margin-left: 10px;
}
#discography  h3 {
	width: 540px;
	margin: 5px 0;
	padding: 5px 0;
	text-indent: 10px;
	background: #333333;
	border-left: 4px solid #999999;
	font: bold 15px Arial, sans-serif;
}
#discography p {
	text-align: center;
	font: bold 15px Arial, sans-serif;
	padding: 10px;
}
#discography  p span {
	text-align: center;
	font: normal 11px Arial, sans-serif;
	padding: 10px;
	color: #FF0000;
}
#discography .disco_box {
	width: 265px;
	margin: 2px;
	padding: 5px 0 0;
	border: 1px solid #333333;
	background: #111111;
	float: left;
}
#discography .disco_box dt {
	border-bottom: 1px dashed #333333;
	text-align: center;
	font: bold 11px Arial, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#discography .disco_box dt span {
	display: block;
	color: #999999;
}
#discography .disco_box .box_left {
	width: 128px;
	margin: 0;
	padding: 0;
	float: left;
}
#discography .disco_box .box_left img {
	display: block;
	width: 120px;
	margin: 5px 0 0 5px;
}
#discography .disco_box .box_right {
	width: 135px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 10px;
}
#discography .disco_box .box_bottom {
	border-top: 1px dashed #333333;
	margin: 5px 0;
	font: bold 11px Arial, sans-serif;
	text-align: center;
	color: #999999;
}
#discography .label_name {
	display: block;
}
#discography . disc_detail {
	display: block;
}
/*----------------------------------------------------forbeginner*/
#forbeginner h2 {
	background: url(../img/title_14.gif) no-repeat;
}
#forbeginner_note {
	height: 50px;
	margin-left: 40px;
}
#forbeginner_note li {
	width: 200px;
	height: 50px;
	margin-left: 10px;
	float: left;
}
#forbeginner_note li a {
	display: block;
	width: 200px;
	height: 50px;
}
#forbeginner_note li a span {
	display: none;
}
#forbeginner_note li#note01 {
	background: url(../img/ticket_info_01_of.jpg) no-repeat;
}
#forbeginner_note li#note01 a:hover {
	background: url(../img/ticket_info_01_on.jpg) no-repeat;
}
#forbeginner_note li#note02 {
	background: url(../img/ticket_info_02_of.jpg) no-repeat;
}
#forbeginner_note li#note02 a:hover {
	background: url(../img/ticket_info_02_on.jpg) no-repeat;
}
#forbeginner_content {
	border: 1px solid #990000;
	background: #000000;
	width: 500px;
	margin: 10px 0 0 20px;
}
#forbeginner_content h3 {
	width: 400px;
	height: 25px;
	margin-top: 5px;
	background: url(../img/forbeginner.jpg) no-repeat;
}
#forbeginner_content dl {
	padding: 10px;
}
#forbeginner_content dt {
	font-size: 15px;
	color: #ff0000;
}
#forbeginner_content dd {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px dashed #555555;
	letter-spacing: 1px;
	color: #cccccc;
}
#forbeginner_content #submitbox {
	text-align: center;
	padding: 10px;
}