@charset "UTF-8";
@import url(./rect.css);
@import url(./font.css);
* {
	margin:0 0 0 0;
	padding:0;

	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif
	font-size:10pt;
}

body {
	background-image : url(http://the-goblet.com/common/pict/hpbg.jpg);
	color:#000000;
	font-size:10pt;
}

A:link {
	color:#EE1111;
	text-decoration:none;
}

A:visited {
	color:#EE1111;
	text-decoration:none;
}

A:hover {
	color:#220000;
	text-decoration:underline;
}

A:active {
	color:#991111;
	text-decoration:none;
}


