@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

html, body {
	background:#000;
	text-align:center;
}

body {
	text-align: center;
	background-color:#000;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:medium;
    *font:small;
	line-height:170%;
	color:#FFF;
}

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

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

a:hover {
	text-decoration:underline;
	color:#FF]0;
}

h1 {
	height:auto;
	font-size:150%;
}

h2 {
	margin-top:10px;
	line-height:130%;
	font-size:100%;
	color:#FF0;
}

h3 {
	margin-top:5px;
	font-weight:normal;
	color:#FC3;
	font-size:120%;
}

ol {
	list-style:none;
}

hr {
	border-bottom:1px #CCC dashed;
}

p {
	letter-spacing:0.15em;
}

table {
	border:1px solid #CCC;
	border-collapse:collapse;
	margin:0 auto;
}

td, th {
	border:1px solid #CCC;
	padding:2px;
	letter-spacing:0.15em;
}

th {
	font-size:110%;
	color:#F93;
	font-weight:normal;
}
dt {
	width:5em;
	float:left;
	clear:left;
}
dd {
	margin-left:5em;
}
dl {
	margin:1em 0em;
}