/********************************************************/
/** Eric Meyer's CSS Reset - Adapted by Native Tongues **/
/********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background:#212121;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {text-decoration:none;}

/************/
/* Site CSS */
/************/

/* Site-wide typography */

html {font-family:verdana, helvetica, arial, "AR PL ShanHeiSun Uni", "AR PL ZenKai Uni", sans-serif; font-size: 100%;}

#wrap {width:480px;}

.tw {color:lightgreen; font-family:"DejaVu Serif", Courier, "Linux Libertine", "DejaVu Sans", "Taigi Unicode", sans-serif; font-weight: bold;}

p {line-height: 140%; margin-bottom:10px;}

#header {width:480px; float:left;}

#logo {float:left; height:63px; width:212px; padding:5px;}

#logo a {display:block; height:63px; width:480px; background:url(../images/site/logomob.png) no-repeat; text-indent: -9999px;}

/* Main navigation */

#banner, #sidebartop {display:none;}

#sidebar {display:none;}

#nav {background:#060; float:left; width:465px; padding-left: 15px; font-size: 100%; margin:10px 0; font-weight: bold; border:1px solid #090; border-width: 1px 0;}

#nav a {color:white; float:left; padding:80px 0 20px; margin-right:15px; text-align: center; width:140px;}

#nav a.nav-resources {background:url(../images/site/tools.png) no-repeat 20px 20px;}
#nav a.nav-news {background:url(../images/site/sinbun.png) no-repeat 20px 20px;}
#nav a.nav-language {background:url(../images/site/taigi.png) no-repeat 20px 20px;}

#breadcrumbs {display:none;}

#main {float:left; padding:10px; font-size: 90%;}

#main a {color:#f93;}

#footer {background:#060; border-top:1px solid #090;margin:0; padding:10px 0;}

#footer p {text-align: center;}

#footer a {text-align: center; color:white;}

#footer h4 {display:none;}

.footerbox {display:none;}