


	body { /*背景色　テキスト色*/

	font-family: "OSAKA","MS P Gothic","Verdana"; 
		background-color: #000000;
		color: #ffffff;
		font-size: 13px; line-height: 150%;

	}

	tr td { font-size: 13px; line-height: 150%; }

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

	a:hover { color:#00ff00; }


	table { border-collapse: collapse; }




	/*画像背景色*/
	.bg1 { background-color: #660000; }


	/*タイトル色*/
	.bg2 { background-color: #333333; }


	/*コメント背景色*/
	.bg3 { background-color: #000000; }


	/*フッター背景色*/
	.bg4 { background-color: #000000; }


	.BorderColor { border-color: #ffffff; }