BODY {  background-image: url(img/greenback.jpg);
	background-color: #FFFFFF; 
	font-size: 13px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:	"Verdana", "Arial", "Helvetica", "sans-serif"
}
.small {  font-size: 12px; color: #FFFFFF}
.toplink { color: #000000}

/* リンク全般 */			
A     		{text-decoration:	none;}
A:hover		{text-decoration:	underline;}
a:link		{color: #990000}
a:visited	{color: #990000}
			 
/* テーブル全般 */			 
table		{font-size: 13px}

/* 画像全般 */
img 		{border-style: none}

/************** 以下フォーラムの設定 ***********************************/
/* テーブルのボーダー */
.border		{background-color: #999999}

/* フォーラムのトップ表示 */
.ftop 		{font-size: 13px; background-image: url(img/row_bg.gif); font-weight: bold}

/* スレッドトップ表示 */
.thtop		{font-size: 13px; font-weight: bold; background-image: url(img/row_bg.gif)}

/* フォームのトップ */
.formtop 	{background-image: url(img/row_bg.gif); font-weight: bold}

/* 列の色1 */
.row1 		{background-color: #F8F8F8}

/* 列の色2 */
.row2 		{background-color: #FCFCFC}

/* 行の色１ */
.col1 		{background-color: #FDFDFD}

/* 行の色１ */
.col2 		{background-color: #F6F6F6}

/* 著作権表示 */
.copyright	{font-size: 10px}


