@charset "shift_jis";

/*カラーチェンジで変更する場所*/
	td.bg
		{
		background-color: #e2e990
		}
	table.bg
		{
		background-color: #f5f5dc
		}

/*コンテンツ内インデント*/
	td
		{
		font-size: 12px
		}
	.h1
		{
		font-size:14px
		}

/*テキストリンク*/
	a:link
		{
		color: #0033ff;
		}
	a:visited
		{
		color: #0074e8;
		}
	a:hover
		{
		color: #F08000;
		}
	a:active
		{
		color: #99ff00;
		}

/*テキストスタイル*/
	.normal_bbs2
		{
		color: #000;
		line-height:22px;
		font-size: 12px
		}
	.boldblue
		{
		color: #191970;
		font-weight: bold;
		font-size: 12px
		}
	.blue
		{
		color: #191970;
		font-size: 12px
		}
	.winered
		{ color: #980032;
		font-size: 12px
		}
	.graysmall
		{
		color: #a9a9a9;
		font-size: 11px
		}
