/*  スクロールの必要がない短いページについては、 */
/*  Firefox3はスクロールバーを表示しないため     */
/*  ページ遷移の際にコンテンツが左右にずれる     */
/*  そのための対処                               */
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
h1,h2,h3,h4,ul,dl,em{
	margin:0px;
	padding:0px;
	font-size: 100%;
	/*
	font-weight: normal;
	*/
	font-style: noramal;
	text-decoration: none;
	line-height:1.0;
}

li,dd {
	list-style-type: none;
	margin: 0px;
}
img{
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
