h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
a,strong,em,abbr,span,img {
	border: none;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 1.8em;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F2F2E6;
	text-align: center;
	margin: 0px;
	height: 100px;
	background-image: url(../img/background_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

td,th{
font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size: 1.0em;
}

