@charset "utf-8";
@import url("css/tags.css");

html, body {overflow:hidden;}
body {position:absolute;width:100%; height:100%;
	text-align:left;
  min-height: 604px;
  min-width: 800px;
}
#wpstats { display:none; }
#top_page {
	position:absolute;
	top:48%;
	left:0px;
	width:100%;
	height:52%;
	z-index:1000;
}
#top_page .contents {
	width:305px;
	margin:0px auto;
}
#top_page h1.logo {
	margin:0px auto;
}
#top_page .enter_btn{
	text-align:right;
	margin-right:8px;
	margin-top:20px;
	}
#top_page h2.description {
	position:absolute;
	top:16px;
	right:20px;
}
#flash_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;height:100%;
	z-index:1;}
#menu_bg {
	position:absolute;
	top:0px;
	left:50px;
	width:140px;
	background:#000;
	height:100%;
	z-index:500;
	
	filter: alpha(opacity=5);
	-moz-opacity:0.05;
	opacity:0.05;
	/*
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	*/
}
#page_menu {
		margin-bottom:50px;
		position:absolute;
		top:58px;
		padding-left:10px;
		left:0px;
		z-index:1200;
	}
		#page_menu .page_item {
			margin-bottom:12px;
		}
			#page_menu .page_item a {
				display:block;
				height:18px;
				width:120px;
				background-position:0px 0px;
			}
			#links {
				text-align:left;
				padding-bottom:0px;
				position:fixed;
				padding-left:10px;
				right:20px;
				bottom:10px;
				z-index:1200;
			}
				#links h3 {
					margin-bottom:8px;
				}
	#links a:link,
	#links a:visited {
		color:#FFF;
	}
		#links a:hover {
			color:#A5E168;
		}
	.linkcat h2 {
		text-indent:-9999px;
		width:120px;
		height:14px;
		/*background:url("images/m_links_top.png") no-repeat;*/
		margin-bottom:8px;
	}
	ul.link li,
	#content td ul.link li, 
	.linkcat li {
		background:url("images/icon_arrow_s.gif") no-repeat 0 4px;
		padding-left:10px;
		margin-bottom:3px;
	}
p.copyright {
	position:fixed;
	text-align:right;
	right:160px;
	bottom:18px;
}

* html .linkcat h2{
	behavior: expression(
		this.style.behavior || (
			this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
			this.style.backgroundImage = "none",
			this.style.behavior = "none"
		)
	);
}
