body {
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #666666;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #666666;
	background-color: #000000;
	scrollbar-arrow-color: #666666;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	}

a {
	text-decoration: none;
	color: #ffffff;
	}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	}




/* MENU */

td.menu {		/* 通常コンテンツメニュー 黒 */
	height: 21px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	text-align: center;
	font-size: 10px;
	background-color: #000000;
	color: #ffffff;
	white-space: nowrap;
	}
	
td.menu_copy {		/* 通常コンテンツコピーライト 黒 */
	height: 21px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 0px solid #666666;
	text-align: center;
	font-size: 9px;
	background-color: #000000;
	color: #ffffff;
	white-space: nowrap;
	}

.menu_gr {		/* メンバーコンテンツメニュー 灰 */
	height: 21px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	text-align: center;
	font-size: 10px;
	background-color: #cccccc;
	color: #333333;
	white-space: nowrap;
	}
	
.menu_copy_gr {	/* メンバーコンテンツコピーライト 灰 */
	height: 21px;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 0px solid #666666;
	text-align: center;
	font-size: 9px;
	background-color: #cccccc;
	color: #333333;
	white-space: nowrap;
	}

.menu_gr a  {
	text-decoration: none;
	color: #333333;
	}

.menu_gr a:visited  {
	text-decoration: none;
	color: #333333;
	}
	
.menu_gr a:hover {
	text-decoration: underline;
	color: #333333;
	}

.menu_copy_gr a  {
	text-decoration: none;
	color: #333333;
	}

.menu_copy_gr a:visited  {
	text-decoration: none;
	color: #333333;
	}
	
.menu_copy_gr a:hover {
	text-decoration: underline;
	color: #333333;
	}