@charset "UTF-8";

body {
	font-size: 12px;
	font-family:  "Lucida Grande", sans-serif;
	line-height: 1.5em;
	color: #999999;
	background-color: #000000;
	margin: 30;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
	line-height: 1.5em;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5em;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
a:active {
	color: #CCCCCC;
}
.style01 {
	font-size: large;
	font-weight: bold;
	color: #999999;
	font-family: "Courier New", Courier, mono;
}
hr {
	border-top:solid 1px #ccc;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
}
