@charset "UTF-8";

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic";
	}

/* -- Link -- */

#link-contents dt, #link-contents dd {
	color: black;
	font-size: 12px;
	line-height: 1em;
	}

#link-contents a {
	color: #ffb400;
	font-size: 12px;
	line-height: 1em;
	text-decoration: underline;
	}

#link-contents a:hover {
	color: #ff8200;
	}

