body			{
				margin:0px;
				width:100%;
			}
a			{
				text-decoration:none;
			}
/* マウスカーソルをリンクの上に置いたとき */
a:hover			{
				text-decoration:underline;
			}
