body {
	color:#F2EDDA;
	background-color:	#000;
	margin:				0;
	font-size:			0.9em;
}


/* templatec.css でも指定している */
a:link    { color: blue;     text-decoration: none; }
a:visited { color: #800080;  text-decoration: none; }
a:active  { color: #800080;  text-decoration: underline; }
a:hover   { color: blue;     text-decoration: underline; }

/*---
a:link,a:visited{
	color:	#C9C3B5;
}
---*/

a:active{
	color:	#C9C3B5;
}
td, th{
	color:	#000;
}
td.head{
	background-color:	#696967;
}
td.menu{
	background-color:	#C9C3B5;
}
td.main{
	color:				#000;
	background-color:	#fff;
}
td.foot{
	font-family:		Arial,"MS PGothic",sans-serif;
	font-size:			10px;
	color:				#F2EDDA;
	background-color:	#696967;
}

