body {
	background-attachment:		fixed;

	background-color:			#000000;

	scrollbar-base-color:		#ffffff;	/*不明*/

	scrollbar-track-color:		#9f9f9f;	/*トラック*/

	scrollbar-face-color:		#ffffff;	/*ボタン*/

	scrollbar-shadow-color:		#cfcfcf;	/*右下内週*/
	scrollbar-darkshadow-color:	#cfcfcf;	/*右下外周*/

	scrollbar-highlight-color:	#cfcfcf;	/*左上内週*/
	scrollbar-3dlight-color:	#cfcfcf;	/*左上外周*/

	scrollbar-arrow-color:		#999999;	/*矢印*/

	color: #ffffff;
	font-weight: 700;
	font-size: 12px;
}

ul.ul_parent {
	list-style-type: none;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}

ul.ul_child {
	list-style-type: none;
	margin-left: 24px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.flashMovie {
	position: absolute;
	border-style: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 512px;
	height: 384px;
	z-index: 0;
}

A:link, A:visited {
	color: #ffffff;
/*	text-decoration: none;*/
}

A:active, A:hover {
	color: #A0A0A0;
	text-decoration: none;
}
