

/* ---------------------------------------------------------------------- BASE */

body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #946b47;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #946b47;
}

a:hover {
	text-decoration: underline;
	color: #ffcc00;
}

a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li ,form{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/* ---------------------------------------------------------------------- CLASS */

.fsize10 {font-size: 10px}
.fsize10-long {
	font-size: 10px;
	line-height: 140%;
}
.fsize12 {font-size: 12px}
.fsize12-long {
	font-size: 12px;
	line-height: 140%;
}
.fsize14 {font-size: 14px}
.fsize14-long {
	font-size: 14px;
	line-height: 140%;
}



