body			{
				text-align: center;
				background-color:#FFFFFF;
				margin-top:0px;
				margin-left:0px;
				font-family: 'メイリオ',Meiryo;
			}

/* マウスカーソルをリンクの上に置いたとき */
			
a:link{color:#0000ff;text-decoration: none;}
a:visited{color:#660066;text-decoration: none;}

a:hover			{
				LEFT: 1px;
				POSITION: relative;
				TOP: 1px;
				text-decoration:underline;
			}
