@charset "EUC-JP";

/*
 *
 *  CSS for TOKYO METROPOLITAN SYMPHONY ORCHESTRA
 *
 *      create: 2006.03.06
 *      modify: 
 *
 */


/**************** BASIC CLASS ****************/
.L { float: left; }
.R { float: right; }
.Clear {
	clear: both;
	font-size: 1px; line-height: 0.1;   /*  for ie, There seem to only have to be either one.  */
}


.Hidden { visibility: hidden; }


.Red {
	color: #c00;
	background-color: transparent;
}


.NoMargin { margin: 0; }


.FontS  { font-size: 85%; }
.FontSS { font-size: 75%; }


.AlignR { text-align: right; }


a.RolloverImg {
	text-decoration: none;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}


.ImgArea {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}


ul.Plain {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.ItemInline li { display: inline; }