	body {margin:0px;
		background-color:#ffffff;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 95% 80%
		}


# A:link { color:blue; } 通常のリンク 
# A:visited { color:green; } 訪問済みのリンク 
# A:active { color:red; } クリックした瞬間のリンク 
# A:hover { color:yellow; } ポイントされたときのリンク 