@charset "utf-8";

/* menu */

#menu li.menu04 img { background: url(../../imgs/menu_04v.jpg); }
#menu li.menu04 a:hover img { background: url(../../imgs/menu_04v.jpg); }

/* note table */

#note table {
	width: 675px;
	margin: 0 20px 40px 20px;
	}

#note th {
	background: #2f3135;
	border-bottom: 1px solid #63666c;
	border-right: 1px solid #63666c;
	border-top: 1px solid #212224;
	border-left: 1px solid #212224;
	font-size: 92%;
	color: #9aa1ac;
	text-align: left;
	padding: 0 5px 0 5px;
	}
	
#note td {
	vertical-align: top;
	background: url(../../imgs/note_line.gif) repeat-x bottom;
	padding: 6px 5px 8px 5px;
	line-height: 15px;
	}

#note td.date {
	width: 120px;
	}

#note td.event { 
	width: 220px;
	}

#note td.date, #note td.artists, #note td.artists a {
	color: #c1c9d5;
	}

#note td.artists a:hover {
	color: #02a8ff;
	}

#note td.artists img {
	float: right;
	margin: 0px 5px 0 0;
	}
	

