/*
  kyo.com
  Ver. 2.1
*/

html {/*Win IE*/
	scrollbar-base-color: #0A0502;
	scrollbar-face-color: #0A0502;
	scrollbar-highlight-color: #0A0502;
	scrollbar-arrow-color: #B99660;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	font-family: Stencil, "Century Gothic", Futura, Chicago, "Arial Black", Verdana, "MS UI Gothic", Arial, sans-serif;
	text-align: center;
/*Win IE*/
	scrollbar-base-color: #0A0502;
	scrollbar-face-color: #0A0502;
	scrollbar-highlight-color: #0A0502;
	scrollbar-arrow-color: #B99660;
}
img {border: 0; width: 100%; height: 100%;}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Stencil, "Century Gothic", Futura, Chicago, "Avant Garde Gothic", "ITC Avant Garde Gothic", "MS UI Gothic", Verdana, "Arial Black", Helvetica, sans-serif;
	color: silver;
}

/* Links */
a:link, a:visited {
	color: #D1ECB6;
	text-decoration: none;
}
a:hover, a:active {
	color: #9d9a96;
}

#wrapper, #header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 80%;
	height: 90%;
	zoom:1;
	filter:alpha(opacity=20);
	opacity:0.2;
	-moz-opacity:0.2;
	text-align: left;
}
#header th {
	padding: 30px 0 0 30px;
}
#header h1 {
	font-size: 64px;
	color: #F0FF00;
	letter-spacing: 20px;
	text-transform: uppercase;
}
#header h1:first-letter {
	color: #ff8100;
}
#header h1:2nd-letter {
	color: #ffffff;
}
#header img {margin: 0;}
#header p {
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.5em;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: right;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
#footer p {margin: 0; padding: 0;}
#footer p.genre {width: 220px; height: 14px; text-align: left;}
#footer p.sitemap a {margin-right: 8px; width: 120px; height: 14px; float: right; text-align: right;}
