body {
	font-family			: "ＭＳ ゴシック",Osaka;
	font-size			: 0.8em;
	color				: #333333;
	background-color	: #FFFFFF;
	margin-top    : 0;
	margin-right  : 0;
	margin-bottom : 0;
	margin-left   : 0;
	background-image: url(../menu/bg.gif);
	background-repeat: repeat;
}

/*テーブル内テキスト標準*/

td {
	font-family			: "ＭＳ ゴシック",Osaka;
	color				: #333333;
	font-size			: 0.8em;
	line-height			: 1.2em;
}

/*リンク*/
a:link {
        color:#0066cc;
        text-decoration:none
		line-height: 120%;
		}
		
a:visited {
        color: #003399;
        text-decoration:none
		line-height: 120%;
		}

a:hover {
        color: #FF6600;
        text-decoration:underline
		line-height: 120%;
		}
		
a:active {
        color:#FF6600;
        text-decoration:underline
		line-height: 120%;
		}

/*
 * td:white
 * 文字色：黒
 * 背景色：白
*/
div.white, tr.white, td.white                      { background-color:#FFFFFF; color:#333333; text-align:left; }
div.white-center, tr.white-center, td.white-center { background-color:#FFFFFF; color:#333333; text-align:center; }
div.white-right, tr.white-right, td.white-right    { background-color:#FFFFFF; color:#333333; text-align:right; }
