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;
}
img{
	vertical-align: top;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #ebebeb;
	font-size: small;
	font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", MS UI Gothic,sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;

}
td,th{
font-size: 100%;
}
a:link {
	color: #ff0000;
	text-decoration:none;
}
a:visited{
	color: #cc0000;
	text-decoration:none;
}

a:active{
	color: #ff6600;
	text-decoration:underline;
}

a:hover {
	color: #cc0000;
	text-decoration:underline;
}