/** Common Editor Layout **/
.edit ol {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: inside;
}
.edit ui {
	list-style-position: inside;
	list-style-type: circle;
}
.edit a {
	color : #fff;
	text-decoration : underline;
}
/** News Layout **/
#news_container .content .edit {
    color : #ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1.3em;
	padding-bottom:15px;
    margin-bottom : 15px;
	border-bottom: 1px #fff solid;
}
#news_container .content .entrys h3 {
	clear:both;
	font-size:1em;
	text-indent:-9999px;
}
#news_container .content .entrys .date {
    font-size: 1em;
	text-indent:-9999px;
}
#news_container .content .pager {
    text-align : center;
    font-size : 1.3em;
    color : #ffffff;
}
#news_container .content .pager .pLink {
	font-weight : bold;
}
#news_container .content .pager a {
    color : #acd;
    text-decoration:none;
}
#news_container .content .pager a:hover {
    text-decoration:underline;
}
/** LIVE **/
#live_container .content .edit {
    color : #fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1.3em;
	padding-bottom : 15px;
}
#live_container .content .entrys {
    clear : both;
}
#live_container .content h3 {
	text-indent : -9999px;
	clear : both;
}
#live_container .content .openForm {
    clear : both;
	padding-bottom:15px;
    margin-bottom : 15px;
	border-bottom: 1px #fff solid;
    text-align : right;
}
#live_container .content .openForm a {
    font-size : 1.2em;
    color : #eee;
    text-decoration : none;
}
#live_container .content .openForm a:hover {
    color : #fff;
    text-decoration : underline;
}

#live_container .content .pager {
    text-align : center;
    font-size : 1.2em;
}
#live_container .content .pager a {
    color : #eee;
    text-decoration : none;
}
#live_container .content .pager a:hover {
    color : #fff;
    text-decoration : underline;
}
#live_container .content .pager .pLink {
    color : #fff;
    font-weight : bold;
}
/** Biography **/
#bio_container .content {
    color : #ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1.3em;
    margin-bottom : 25px;
}

/** Album **/

#album_container .edit {
	font-size: 1.3em;
	color: #FFFFFF;
    clear : both;
	padding-bottom : 25px;
}

/** ART WORK **/

#art_container .edit {
	width : 490px;
	background : #000;
	font-size: 1.3em;
	color: #FFFFFF;
    clear : both;
	padding-bottom : 25px;
}


/******** Ticket Reserve Form ********/
#ticketForm {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #333333;
	text-align: left;
}
#ticketForm h3 {
	font-size: 1.3em;
	color: #3E3E3E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
	background-color: #D4D4D4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#ticketForm .info {
	padding-top: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
#ticketForm .info li {
	padding-bottom: 3px;
}
#ticketForm form {
	padding-top: 3px;
	padding-left : 6px;
	padding-right : 6px;
}
#ticketForm form dt {
	clear: both;
	float: left;
	width: 60px;
	padding-top: 3px;
}
#ticketForm form dd {
	float: left;
	padding-bottom: 6px;
}
#ticketForm form .buttons {
	clear: both;
	text-align: center;
	padding-bottom: 3px;
}
#ticketForm .prev .onError {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#ticketForm .prev .errorMessage {
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#ticketForm .prev .extMessage {
	padding: 6px;
}