@charset "utf-8";

body, html {
	background-color:#091015;
	background-image:url(../images/bg_index.gif);
	background-repeat:repeat-x;
	margin:0px;
}
table {
	border-collapse:collapse;
  border-spacing:0px; /*cellspacing */
}
td {
	padding:0px; /*cellpadding*/
}
.frame {
	margin:0px auto;
	width:900px;
	height:695px;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
}
.block { float:left; }
.top-side {
	height:35px;
	margin-top:7px;
}
.blank-top { width:480px; }
.contact, .related, .map { width:100px; }
.privacy { width:110px; }
.map { padding-right:10px; }
.contact, .related, .privacy, .map {
	line-height:35px;
	text-align:center;
	font-size:16px;
}
.version {
	width:880px;
	padding-right:20px;
	text-align:right;
	font-size:16px;
}
.blank-large { width:900px; height:340px; }
.blank-left { width:850px; height:50px; }
.about { width:50px; height:50px; }
.about:hover { background-image:url(../images/about_hover.png); }
.blank-bottom { width:900px; height:88px; }
.query, .about { cursor:pointer; }
.menu-bar {
	width:900px;
	height:36px;
	font-size:20px;
	line-height:36px;
	text-align:center;
}
.logo {
	width:900px;
	margin-top:5px;
	text-align:center;
}
.logo-moe { width:45px; height:45px; margin-right:5px; }
.logo-naer { width:50px; height:50px; }
.logo-naer-title { height:20px; margin-left:5px; }
.logo-naer-maintain { height:15px; margin-top:5px; margin-left:8px; }
.counter {
	width:200px;
	position:relative;
	top:-46px;
	left:700px;
	z-index:1;
}
.visitors {
	color:#fff;
	font-size:13px;
	text-align:center;
	margin-bottom:5px;
}
.display {
	color:#cfcfcf;
	font-size:13px;
	font-weight:bold;
}
.copyright_text { color:#fff; }