@charset "utf-8";

body{background-color:#330000;
			padding:0;margin:0}


/*title*/
#titleArea{background:url(../img/04disk-title.gif) no-repeat;}


/*メニュー横イメージ画像*/
.midasi{
	background:url(../img/04discIMG.gif) no-repeat;

}


/*contentsArea*/
		#contentsArea{
			background:url(../img/04disk-contents.gif) no-repeat;
			width:800px;
			}

	/*table*/
	table{background-color:#000000;padding:1px}
	td{color:#ffffff;padding:2px;
		font-size:small;font-family:sans-serif;
		text-align:left;
		border-bottom:thin solid silver}

	tr{vertical-align:top}

	td.R{color:#ffffff;font-family:sans-serif;text-align:right}
	tr.name{background-color:#CC0000;
		}

h3{color:#cccccc;font-family:sans-serif;font-weight:bold;
	padding:0;
	margin:0;}
	p.link{color:#CCCC00;font-size:90%;font-family:sans-serif}


	/*Orchestra*/
.orchestra td{font-size:x-small;
	border-bottom:thin dotted #666;
	border-right:thin dotted #666;
	padding:0}

a:link{color:#CCCC00}
a:hover{color:#FF3399}
a:visited{color:#cccc99}
