/** コンサートhtmlで使用 **/


/** タイトル ♪SHIN MUSICA **/
table.titles{
	width: 800px;
	font-weight: bold;
	color: #ff0000;
	}
img.title-logo{	width: 150px}




/** コンサートタイトル＆画像 **/
table.concert-title{
	width: 750px;
	font-size: 10pt;
	margin-top: 15pt;
	margin-bottom: 10pt;
	}
td.concert-title{
	border-style: dotted none dotted none;
	border-width: 3px;
	border-color: #ff6347;
	font-size: 12pt;
	color: #ff6347;
	padding: 5px 0px 5px 5px;
	}
img.concert-img{
	width: 200px;
	margin: 10px;
	}



/** コンサート詳細情報テーブル **/
table.concert-detail{
	width: 810px;
	background-color: #ff6347;
	cellspacing: 1pt;
	}
td.concert-detail-t{
	width: 120px;
	background-color: #ffa07a;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	}
td.concert-detail-p{
	background-color: #ffffff;
	font-size: 10pt;
	padding: 5px;
	}