/* ページ全体の設定 */
body 	{	background-image : url("img/bluesky.jpg") ;	/* 背景画像 */
			background-repeat : no-repeat ;				/* 画像の配置方法 */
			background-attachment : fixed ;				/* 背景画像の固定 */
			background-position : 100%   0% ;			/* 背景画像の配置位置 */
			font-family : "メイリオ" , sans-serif ;		/* フォント設定(メイリオはvista限定、それ以外のOSではsans-serif) */
			}
		
/* テーブル内部の設定 */
body, th, td	{	font-size: 10pt ; }	/* テーブル内の文字サイズ */

/* テーブル内部td背景設定 */
td.bg	{	background : url(wback.jpg) ;	/* td内の背景画像 */