/*
  norme stila drapo por "ZSSS"
  http://stilo.zsss.org/normo.css

  Auxtorrajto (C) Organizo por Zona Servo per Sinkrona Solvo.
	Cxiuj rajtoj estas rezervitaj.
  Copyright (C) Organization for Zonal Service with Synchronous Solution.
	All rights reserved.
*/

* ****************************************************************
 * 大域設定
 * **************************************************************** */
body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, li, form, address
{
	margin				: 0;
	border				: none;
	padding				: 0;
}
body {
	background-color	: #efe;
	color				: #111;
	margin-top			: 5em;
	font-family			: sans-serif;
	font-size			: 90%;
}

p
{
	text-indent			: 1em;
	line-height			: 150%;
	text-align			: justify;
	text-justify		: inter-ideograph;
	text-autospace		: ideograph-numeric
						  ideograph-parenthesis
						  ideograph-space;
}
a img
{
	border				: 0;
}
em
{
	font-style			: normal;
	font-weight			: bold;
}


/* ****************************************************************
 * 共通構造
 * **************************************************************** */

/* ================================================================
 * 共通
 * ================================================================ */
.titolo,
#reklamo
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mallongeco
{
	position: relative;
	margin-top: -0.7em;
	margin-bottom: -0.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10em;
	color: #bdb;
	z-index: 0;
	font-style: italic;
	font-family: serif;
	font-weight: bold;
}

.titolo {
	line-height: 100%;
	margin: 0.2em;
	border: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

.stato
{
	text-align: right;
}

h2
{
	letter-spacing: 0.4em;
}

h3
{
	border-left: 0.3em solid #aca;
	letter-spacing: 0.4em;
	padding-left: 0.7em;
}
#reklamo
{
	margin-bottom: 0.5em;
}
#reklamo p
{
	font-size: 80%;
	line-height: 100%;
	margin-top: 3em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	padding: 0;
	color: #666;
}

dl
{
	margin-left: 2em;
}

dt
{
	font-weight: bold;
}


/* ================================================================
 * 本文コンテナ / teksto; text
 * ================================================================ */
div#teksto
{
	float				: right;
	width				: 100%;
	margin-top			: 3em;
	margin-left			: -12em;
}

img.dekstra
{
	float				: right;
	cleart				: right;
	margin-left			: 1em;
}

	/* ---- 各々の部分のコンテナ ---- */
	/* div#teksto > div  IE6がなぁ…… */
	div#teksto div
	{
		margin-left			: 13em; /* 12 + 1 */
		margin-right		: 1em;
	}
	div#teksto div div
	{
		margin-left				: 0;
		margin-right			: 0;
	}

/* ================================================================
 * 補足 / komplemento; side-bar
 * ================================================================ */
div#komplemento
{
	float				: right;
	width				: 12em;
	margin-top			: 1em;
}

.enhavtablo
{
	border: 1px solid #aca;
}
.enhavtablo th
{
	text-align: center
}
.enhavtablo th img
{
	border: 1px solid #ccc;
}
.enhavtablo td
{
	border: 1px solid #cec;
}
.enhavtablo td.ja_eo
{
	text-align: center;
}
.enhavtablo td.ja
{
	text-align: right;
}
.enhavtablo td.eo
{
	text-align: left;
}
.enhavtablo td .aktiva
{
	font-weight: bold;
	color: #242;
	background: #ff0;
}
.enhavtablo td .nedefinita
{
	text-decoration : line-through;
	color : #666;
}


/* ================================================================
 * 著作権標示等 / auxtorrajto; copyright
 * ================================================================ */
div#auxtorrajto
{
	clear				: both;
	margin-top			: 2em;
	margin-left			: auto;
	margin-right		: right;
	padding				: 0.7em;
	border-top			: 1px dashed #ccc;
	font-size			: 80%;
	text-align			: center;
}
	div#auxtorrajto address
	{
		text-indent			: 0;
		text-align			: center;
	}

