/*標準*/
body {
	font-family: "ＭＳ Ｐゴシック","Arial","Osaka";
	background-color	: #ffffff;
	background-image : url(background.gif);
	color				: #666666;
	font-size			: 10pt;
	margin-top    : 0;
	margin-right  : 0;
	margin-bottom : 0;
	margin-left   : 0;
}

/*テーブル内*/
td {
	font-family			: "ＭＳ Ｐゴシック",Osaka;
	color				: #666;
	font-size			: 10pt;
	line-height: 130%;
}

/*リンク*/
a:link {
        color:#ff9966;
        text-decoration:none
		line-height: 120%;
		}
		
a:visited {
        color:#ff9966;
        text-decoration:none
		line-height: 120%;
		}

a:hover {
        color:#66ccff;
        text-decoration:underline
		line-height: 120%;
		}
		
a:active {
        color:#66ccff;
        text-decoration:underline
		line-height: 120%;
		}
