@charset "utf-8";
/* VMclassic CSS Document */
/* ------------------------------- * body * ------------------------------------- */
body {
	margin:0px;
	color:#756357;
	font-size:12px;
	font-family: "MS Gothic";
	line-height:17px;
}

/* ------------------------------- * table * ------------------------------------ */
table	{
	color:#595959;
	font-size:12px;
	font-family: "MS Gothic";
	line-height:20px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th	{ padding:0px; }

/* ------------------------------- * form * ------------------------------------- */
form	{ margin:0px; }

/* ------------------------------- * link img * --------------------------------- */
a img	{ border:none; }

/* ------------------------------- * body table border bg color * --------------- */
.body_border { background-color: #504b38; }

/* ------------------------------- * music bg color * ------------- */
.music_bg {
	background-color:#b3b091;
}
a:link {
	color:#636363;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
a:visited {
	color:#636363;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
a:active {
	color:#636363;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
a:hover {
	color:#000000;
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
}