/* body
---------------------------------------------------- */
body {
	margin:0;
	padding: 0;
	color: #CCCCCC;
	background: #000000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
}

#copyright {
font-size:10px;
color:#CCCCCC;
}

/* ƒŠƒ“ƒN
---------------------------------------------------- */
a:link {
	color: #CC3300;
	background: transparent;
	text-decoration: none;
}
a:visited {
    color: #CC3300;
    background: transparent;
	text-decoration: none;
}
a:hover, a:active {
    color: #CCCC00;
    background: transparent;
	text-decoration: none;
}
