BODY{
	font-family:sans-serif;			/*フォントサイズ（sans-serifゴシック系、serif明朝系cursive筆記体系fantasy飾り文字monospace等幅*/
	font-size:11pt;				/*フォントサイズ*/
	color:#000000;				/*テキストの色*/
	line-height:1.2em;			/*行間*/
	background-attachment:fixed;		/*背景スクロール*/
	backgroud-repeat:no-repeat;		/*背景繰り返しno-repeat,repeat-x,repeat-y*/
	
}

a:link{
	color:#000088;		/*リンク前*/
}
a:visited{
	color:#000033;		/*リンク訪問後*/
}
a:hover{
	font-weight:bold;	/*カーソルがリンクの上に乗っている時の書式*/
	color:#a9a9a9;
}

H1{
	color:#000000;
	fint-size:0pt;
}
