@charset "UTF-8";

/*-------------コンテンツ部分----------------*/

.mainContent #image { 
	width:680px;
	height:240px;
	background-image:url(../images/home/homeImageFrame.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	margin-bottom:10px;
}

/*右サイド*/

.rightSide { 
	width:140px;
	float:right;
	text-align:center;
	padding:5px;
	border:1px #33c solid;
	background-color:#eaeff9;
}

.rightSide #flyers {
    border:1px solid;
}

.rightSide p {
    margin:3px 0;
	text-align:left;
}

/*メイン*/

#text {
    width:510px;
	padding:5px;
	line-height:160%;
}

#list {
    width:510px;
	line-height:160%;
	margin-bottom:20px;
	vertical-align:top;
	border-collapse:collapse;
	padding:4px;
}

.concertInfo {
    width:510px;
	line-height:160%;
	margin-bottom:20px;
	border-collapse:collapse;
	max-height:250px;
	/*height:250px;*/
	overflow:auto;
}

.concertInfo #list {
    width:480px;
	line-height:160%;
	margin-bottom:20px;
	vertical-align:top;
	border-collapse:collapse;
}

.concertInfo #list th {
    background-image:url(../images/listMark1.png);
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding:4px 4px 4px 20px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}

.concertInfo #list td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	padding:4px;
}

a.info:link{color:#c30; text-decoration: none; font-weight:bold;}
a.info:visited{color:#c30; text-decoration: none; font-weight:bold;}
a.info:hover{color:#c30; text-decoration:underline;} 
