div.rightbox{
font-size:85%;
color:#333333;
line-height:2em;
}

div.rightbox p{
margin-top:5px;
margin-bottom:5px;
}


/*タイトル部分*/
#concertLOGO{
float:left;
}

#concertTITLE{
float:left;
margin-right:20px;
}

#concertSHORT{
font-size:80%;
color:#4e5687;
text-decoration:none;
}

#concertCOUNT{
font-size:90%;
color:#666666;
margin-bottom:1px;
}

#concertCOUNT a{
text-decoration:none;
}

#concertTXT{
line-height:1.5em;
text-decoration:none;
}

#concertTXT a{
text-decoration:none;
}


.clear{
clear:both;
}

/*コンテンツ*/

/*タイトル*/
.title_Left{
float:left;
width:370px;
}

.number{

margin-top:0;
line-height:1;
font-size:90%;
}

.photo{
}

.time{
color:#4e5687;
font-size:90%;
margin:0;
line-height:1;
}

/*お知らせ*/
div.oshirase{
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	height:auto;
}
.oshirase1{
font-size:80%;
color:#4e5687;
}

.oshirase2{
font-size:120%;
color:#4e5687;
font-weight:bold;
}

.red{
color:#CC3300;
}

.otoiawase{
font-weight:bold;
color:#003366;
font-size:120%;
}

/* コンサート修正分 */
div.rightbox{
	overflow:hidden;
}
.concert_set {
	display: block;
	text-decoration: none;
	height: auto;
	width: 670px;
	float: none;
	clear: both;

	overflow: hidden;
}
.concert_set p{
	text-decoration: none;
}

.c_date {
	float: left;
	overflow:hidden;
	width: 70px;
	margin-right: 10px;
	
}
.concert_set .c_detail {
	width: 350px;
	float: left;
	margin-right: 10px;
}
.concert_set .c_photo {
	display: block;
	float: left;
}

