﻿/****************************************************************************/
/************************************base************************************/
/****************************************************************************/
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	background-color: #999999;
	background-image: url(../pic_common/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 115%;
	overflow-x: hidden;
}
.width950layout #container {
	width: 950px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 20px auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

.width950layout #header {
	padding: 0 10px 0 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}
.width950layout #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 20px 20px 10px 20px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 26px;
	line-height: 30px;
}

.width950layout #menu {
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #333333;
	width: 950px;
	height: 36px;
	text-align: center;
}
.width950layout #topicstop {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background-color: #660000;
	overflow: hidden;
	color: #FFFFFF;
	width: 930px;
	clear: both;
}
.width950layout #mainContent {
	font-size: 12px;
	padding: 15px 25px;
}
.width950layout #mainContent #newstopjp{
	width: 410px;
	float: left;
	padding: 60px 10px 10px 20px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	background-image: url(../pic_top/top_newstitlejp.jpg);
	background-repeat: no-repeat;
}

.width950layout #mainContent #newstopeg{
	width: 410px;
	float: left;
	padding: 60px 10px 10px 20px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	background-image: url(../pic_top/top_newstitleeg.jpg);
	background-repeat: no-repeat;
}

.width950layout #mainContent #concertstopjp{
	width: 438px;
	float: left;
	margin: 0px 0px 10px 20px;
	color: #000000;
	background-image: url(../pic_top/top_concertstitlejp.jpg);
	background-repeat: no-repeat;
}

.width950layout #mainContent #concertstopeg{
	width: 438px;
	float: left;
	margin: 0px 0px 10px 20px;
	color: #000000;
	background-image: url(../pic_top/top_concertstitleeg.jpg);
	background-repeat: no-repeat;
}

.width950layout #footer {
	padding: 20px 20px 10px 20px;
	background-color: #000000;
	clear: both;
	width: 910px;
	overflow: hidden;}

/****************************************************************************/
/*******************************basichtmltag group*******************************/
/****************************************************************************/

h1 {
	font-size: 16px;
	line-height: normal;
}
h2 {
	font-size: 16px;
	line-height: normal;
}
h3 {
	font-size: 12px;
	line-height: normal;
}
h4 {
	font-size: 12px;
	line-height: normal;
}
p, td {
	font-size: 12px;
	line-height: 16px;
}
hr {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 15px;
	margin-left: 15px;
}

.clearfloat {
	clear: both;
	}


/****************************************************************************/
/*******************************contents group*******************************/
/****************************************************************************/


#contentsg {
	width: 900px;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
}
#subcontents {
	background-color: #FFFFFF;
	width: 240px;
	float: left;
}
#maincontents {
	background-color: #FFFFFF;
	width: 660px;
	float: left;
}
#maincontentswithoutsubcontents {
	background-color: #FFFFFF;
	width: 660px;
	margin: 20px 20px 20px 260px;

}
/****************************************************************************/
/*******************************header group*******************************/
/****************************************************************************/

.width950layout #header #top {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	position: relative;
	bottom: 0px;
	left: 20px;
	font-weight: bold;
}
.width950layout #header #top a:link{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
	position: relative;
}
.width950layout #header #top a:visited{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
.width950layout #header #top a:hover{
	padding: 5;
	border: 1px solid #333333;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
.width950layout #header #top a:active{
	padding: 5;
	border: 1px solid #333333;
	text-decoration: none;	
	color: #000000;
	position: relative;
}


.width950layout #header #lang {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	position: relative;
	bottom: 20px;
	left: 800px;
	font-weight: bold;
}
.width950layout #header #lang a:link{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
	position: relative;
}
.width950layout #header #lang a:visited{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
.width950layout #header #lang a:hover{
	padding: 5;
	border: 1px solid #333333;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
.width950layout #header #lang a:active{
	padding: 5;
	border: 1px solid #333333;
	text-decoration: none;	
	color: #000000;
	position: relative;
}

/****************************************************************************/
/*******************************footer group*******************************/
/****************************************************************************/

.width950layout #footer .footermenu {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration; none;
	text-align: right;
	width: 880px;
	height: 30px;
}
.width950layout #footer .footermenu a:link{
	padding: 5;
	border: 1px solid #000000;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
}
.width950layout #footer .footermenu a:visited{
	padding: 5;
	border: 1px solid #000000;
	text-decoration: none;	
	color: #FFFFFF;
	position: relative;
}
.width950layout #footer .footermenu a:hover{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;	
	color: #FFFFFF;
	position: relative;
}
.width950layout #footer .footermenu a:active{
	padding: 5;
	border: 1px solid #FFFFFF;
	text-decoration: none;	
	color: #FFFFFF;
	position: relative;
}

.width950layout #footer .footercopyright {
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	color: #FFFFFF;
	width: 880px;
	height: 30px;
}

/****************************************************************************/
/*******************************topics group*******************************/
/****************************************************************************/

/****************topics_top****************/
.topics_each {
	clear: both;
	overflow: hidden;
	background-color: #663333;
	padding: 10px 10px 10px 10px;
}

.topicspic {
	float: left;
}
.topicscontents {
	float: left;
}
.topicstitle {
	margin: 0px 0px 0px 10px;
	width: 790px;
}
.topicsdetail {
	margin: 10px 0px 0px 10px;
	font-size: 12px;
	color: #ffffff;
	width: 790px;
}

.width950layout #topicstop a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #topicstop a:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #topicstop a:hover{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #topicstop a:active{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}



/****************************************************************************/
/*******************************news group*******************************/
/****************************************************************************/

/****************news_top****************/
.news_each {
	clear: both;
	overflow: hidden;
	margin: 5px 20px 0px 0px;
}

.newspic {
	float: left;
}

.newscontents {
	float: left;
	width: 310px;
}
.newsdate {
	margin: 5px 0px 5px 15px;
}
.newsartist {
	margin: 5px 0px 5px 15px;
}
.newshall {
	margin: 5px 0px 5px 15px;
}
.newstitle {
	margin: 5px 0px 5px 15px;
	color: #000000;
	font-weight: bold;
}
.newsdetail {
	margin: 5px 0px 5px 15px;
}
.tonewsdetail {
	margin: 5px 0px 5px 15px;
	text-align: right;
}

.width950layout #mainContent #newstopjp a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopjp a:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopjp a:hover{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopjp a:active{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.width950layout #mainContent #newstopeg a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopeg a:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopeg a:hover{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #newstopeg a:active{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

/****************************************************************************/
/*******************************ticket/concerts group*******************************/
/****************************************************************************/


/****************ticketinfo_top****************/

.ticketinfo_each {
	clear: both;
	overflow: hidden;
	margin: 10px 0px;
	width: 438px;
}
.ticketflier {
	float: left;
	text-align: center;
	vertical-align: top;
}
.ticketinfocontents {
	float: left;
	margin-top: 10px;
	width: 325px;
}
.ticketsalestatus {
	text-align: right;
	margin: 20px 10px 10px 10px;
}
.tickettitle_sub {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	color: #000000;
	padding: 2px;
}
.tickettitle {
	margin: 10px 15px 3px 3px;
	padding: 3px;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	border-bottom: solid #0033CC 1px;
}
.ticketdate {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	padding: 2px;
}
.tickethall {
	margin: 10px;
}
.toticketdetail {
	margin: 10px;
	text-align: right;
}

.width950layout #mainContent #concertstopjp a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopjp a:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopjp a:hover{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopnjp a:active{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.width950layout #mainContent #concertstopeg a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopeg a:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopeg a:hover{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.width950layout #mainContent #concertstopneg a:active{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}


	
/****************************************************************************/
/*******************************artist group*******************************/
/****************************************************************************/

/***********
#artistsubmenulist {
	margin: 5px;
	border: solid #CCCCCC 1px;
	background-color: #FFFFCC;
	position: absolute;
}
#artistsubmenulist a:link{
	padding: 5;
	border-bottom: 1px solid #FFFFCC;
	text-decoration: none;
	color: #000000;
	position: relative;
}
#artistsubmenulist a:visited{
	padding: 5;
	border-bottom: 1px solid #FFFFCC;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
#artistsubmenulist a:hover{
	padding: 5;
	border-bottom: 1px solid #0000FF;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
#artistsubmenulist a:active{
	padding: 5;
	border-bottom: 1px solid #0000FF;
	text-decoration: none;	
	color: #000000;
	position: relative;
}
.artistcategory1 {
	margin: 5px;
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}
.artistcategory2 {
	margin: 10px;
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}
.artistlist {
	line-height: normal;
}

#profilemenulistouterjp {
	width: 600px;
	height: 20px;
	margin: 20px 15px 20px 15px;
	padding: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;;
	font-size: 13px;
}
.profilemenulisteach {
	float: left;	
	font-size: 12px;
}
*********/
#profilemenulistouterjp {
	width: 600px;
	margin: 20px 15px 20px 15px;
	padding: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;;
}
.profilemenulisteach {
	font-size: 13px;
}



.profile {
	font-size: 12px;
	line-height: 16px;
}

#artistsubmenulist {
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
	padding: 3px;
	border: solid #CCCCCC 1px;
}
#artistsubmenulist a:link{
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#artistsubmenulist a:visited{
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#artistsubmenulist a:hover{
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#artistsubmenulist a:active{
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
.artistcategory1 {
	margin: 5px;
	padding: 5px;
	background-color: #666666;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
}
.artistcategory2 {
	font-size: 12px;
	line-height: 16px;
	margin: 5px;
	padding: 2px;
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}
.artistlist {
	font-size: 12px;
	line-height: 16px;
	margin: 3px;
	line-height: normal;
}
#artistmain {
	margin: 20px 30px 20px 20px ;
}
#artistmain a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#artistmain a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#artistmain a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#artistmain a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}


/****************************************************************************/
/*******************************company group*******************************/
/****************************************************************************/
#companymain {
	margin: 20px 50px 20px 50px ;
	font-size: 12px;
	line-height: 16px;
}
#companymain a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#companymain a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#companymain a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#companymain a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
/****************************************************************************/
/*******************************cdscore group*******************************/
/****************************************************************************/
#cdscore {
	margin: 20px 50px 20px 50px ;
	font-size: 12px;
	line-height: 16px;
}
#cdscore a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#cdscore a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#cdscore a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#cdscore a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#cdscore p {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#cdscore h1 {
	font-size: 18px;
	border-bottom-color: #663300;
}
#cdscore h2 {
	padding: 30px 10px 10px 10px;
	font-size: 16px;
	border-left-color: #663300;
	border-left-width: 20px;
}
#cdscore dl {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border: 1px solid #99CCCC;
}
#cdscore dt {
	font-weight: bold;

}
#cdscore dd {
	padding: 5px 0px 20px 0px;

}






/****************************************************************************/
/*******************************news group (old till 2008)*******************/
/****************************************************************************/
#newssubmenulist {
	margin: 10px;
	padding: 3px;
	border: solid #CCCCCC 1px;
}
#newssubmenulist a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#newssubmenulist a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#newssubmenulist a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#newssubmenulist a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
.newsyear {
	margin: 5px;
	padding: 5px;
	background-color: #666666;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
}
.newsmonth {
	margin: 3px;
	line-height: normal;
}
#newsmain {
	margin: 20px 30px 20px 20px ;
}
#newsmain a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#newsmain a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#newsmain a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#newsmain a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#newsmain pre{
	width: 490px;
}

.status {
	padding: 3px;
	border: 1px solid #FF9900;
}

.date {
	font-weight: bold;
}
/****************************************************************************/
/*******************************news group (new from 2009)*******************/
/****************************************************************************/

#newsartistlistoutereg {
	width: 850px;
	height: 300px;
	padding: 15px;
	border: 1px solid #999999;
	font-size: 12px;
}
#newsartistlistouterjp {
	width: 850px;
	height: 250px;
	padding: 15px;
	border: 1px solid #999999;
	font-size: 12px;
}
.newsartistlistcategory {
	clear: both;	
	padding: 5px;
	font-size: 12px;
}
.newsartistlisteach {
	float: left;	
	font-size: 12px;
}
#newsletterheader1 {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	width: 350px;
	float: left;
}
#newsletterheader2 {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	float: right;
}
.clearfloat {
	clear:both;
}
.news-default {
	font-size: 12px;
}
.news-artistbox {
	padding-top: 15px;
}
.news-artisttitlename {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-weight: bold;
}
.news-activities, .news-topics, .news-works-finished, .news-works-working, .news-publish, .news-shippitsu, .news-score, .news-cd, .news-dvd, .news-others, .news-link {
	font-size: 12px;
	padding-bottom: 5px;
}
.news-categorytitle {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
.news-title {
	font-size: 12px;
	padding-bottom: 5px;
}
.news-date {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-area {
	font-size: 12px;
	padding-bottom: 5px;
}
.news-performance {
	font-size: 12px;
	padding-bottom: 5px;
}
.news-performer {
	font-size: 12px;
}
/****************************************************************************/
/*******************************concerts group*******************************/
/****************************************************************************/
/*********************concerts sublist*********************/
#concertssubmenulist {
	margin: 10px;
	padding: 3px;
	border: solid #CCCCCC 1px;
}
#concertssubmenulist a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertssubmenulist a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertssubmenulist a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#concertssubmenulist a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
.concertssubmenutitle1 {
	margin: 10px 3px 3px 3px;
	padding: 2px;
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	border: solid #CCCCCC 1px;
}
.concertssubmenutitle2 {
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
.concertssubmenutitle3 {
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
.concertssubmenudate {
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
.concertssubmenutime {
	font-size: 12px;
	margin: 3px 5px 3px 3px;
	padding: 2px;
}
.concertssubmenuplace {
	font-size: 12px;
	margin: 3px 5px 3px 3px;
	padding: 2px;
}

/*********************concerts detail*********************/

#concertsdetailmain {
	margin: 20px 50px 50px 50px;
}
#concertsdetailmain a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertsdetailmain a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertsdetailmain a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#concertsdetailmain a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
.concertsdetailtitle1 {
	margin: 10px 3px 3px 3px;
	padding: 3px;
	font-size: 16px;
	line-height: normal;
	color: #333333;
	border-bottom: solid #CCCCCC 1px;
}
.concertsdetailtitle2 {
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	color: #339900;
	padding: 2px;
}
.concertsdetailtitle3 {
	font-size: 14px;
	margin: 10px 0px 0px 10px;
	padding: 2px;
}
.concertsdetailflier {
	width: 160px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0px 20px 0px;
}
.concertsdetaildate {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 0px 10px;
	padding: 2px;
}
.concertsdetailtime {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 0px 10px;
	padding: 2px;
}
.concertsdetailplace {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 0px 10px;
	padding: 2px;
}
.concertsdetailinfo_detail {
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: solid #CCCCCC 1px;
}
.concertsdetailinfo_ticket {
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	margin: 20px 10px 20px 10px;
}
.concertsdetailinfo_host {
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	margin: 20px 10px 20px 10px;
}
/*********************concerts mainlist：トップから公演情報へ飛んだ時に表示されるトップ画面で今は存在しない*********************/

#concertsmain {
	margin: 20px 30px 20px 20px;
}
#concertsmain a:link{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertsmain a:visited{
	margin: 5px;
	text-decoration: none;
	color: #0000FF;
}
#concertsmain a:hover{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
#concertsmain a:active{
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
.concertsinfo_each {
	clear:left;
	width:620px;
	margin: 30px 0px 10px 0px;
}
.concertsflier {
	width: 160px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0px 20px 0px;
}
.concertsinfo_detail {
	width: 460px;
	float: left;
	vertical-align: top;
}
.concertstitle1 {
	margin: 10px 3px 3px 3px;
	padding: 3px;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	border-bottom: solid #CCCCCC 1px;
}
.concertstitle2 {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	color: #339900;
	padding: 2px;
}
.concertstitle3 {
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	padding: 2px;
}
.concertsdate {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	padding: 2px;
}
.concertstime {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 5px 0px 10px;
	padding: 2px;
}
.concertsplace {
	font-size: 12px;
	margin: 5px 5px 3px 10px;
	padding: 2px;
}


/****************************************************************************/
/*******************************oldconcerts group*******************************/
/****************************************************************************/
.oldcon_title{
	font-size: 16px;
	line-height: normal;
}

.oldcon_subtitle1{
	font-size: 16px;
	line-height: normal;
}

.oldcon_subtitle2{
	font-size: 12px;
	line-height: normal;
}

.oldcon_date{
	font-size: 12px;
	line-height: normal;
}

.oldcon_hall{
	font-size: 12px;
	line-height: normal;
}

.oldcon_program{
	font-size: 12px;
	line-height: normal;
}

.oldcon_program2{
	font-size: 12px;
	line-height: normal;
}

.oldcon_program_pad{
	font-size: 12px;
	line-height: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oldcon_program_sub{
	font-size: 12px;
	line-height: normal;
}

.oldcon_ticket{
	font-size: 12px;
	line-height: normal;
}

.oldcon_ticket_cart_title{
	font-size: 12px;
	line-height: normal;
}

.oldcon_ticket_cart_seat{
	font-size: 12px;
	line-height: normal;
}

.oldcon_inquiry{
	font-size: 12px;
	line-height: normal;
}

.oldcon_sale{
	font-size: 12px;
	line-height: normal;
}

.oldcon_management{
	font-size: 12px;
	line-height: normal;
}

.oldcon_jusyousya1 {
	font-size: 12px;
	line-height: normal;
}
.oldcon_jusyousya2 {
	font-size: 12px;
	line-height: normal;
}
.oldcon_profile {
	font-size: 12px;
	line-height: normal;
}
.oldcon_jusyou0 {
	font-size: 12px;
	line-height: normal;
}

