@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	margin-left:0px;
	margin-top:0px;
	font-size: small;
	font-family: "OSAKA", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	color: #000000;
	background-color: #000000;
	text-align: center;
}
h1 {
	font-size: small;
}
h2 {
	font-size: small;
}
h3 {
	font-size: small;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0000ff;
	text-decoration:underline;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
li {

	list-style-type: none;
}
/*  float�ｽ�ｽ
---------------------------------------------*/
div.clear {
	clear:both;
}

div.clear hr {
	display:none;
}

.nst {font-weight:normal;}


