/* ------------------------------- HEADER --------------------------------- */
#HEADER ul.navi {
	text-align: right;
	}

/* --------------------------------- NAVI ---------------------------------- */
div#NAVI {
	width: 100%;
	height: 22px;
	background: #f1740e;
	border-bottom: solid 22px #808080;
	line-height: 100%;
	padding: 0;
	margin-bottom: 25px;
	}
div#NAVI h1 {
	color: #ffffff;
	padding: 5px 0 5px 10px;
	}

/* ------------------------------- index ----------------------------------- */
#MAIN p.index-lead {
	background: url(../images/gen_h_line.gif) bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

/* ------------------------------- common ---------------------------------- */
#MAIN h3 {
	color: #f1740e;
	margin-bottom: 0.5em;
	}
h4 {
	margin: 1em 0;
	}

ul.overview {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
	}

span.filesize {
	color: #333333;
	margin-left: 1em;
	}

/* ---------------------------- use of term -------------------------------- */
table.correct {
	width: 370px;
	}
table.correct th {
	font-weight: bold;
	background: #fbdcc3;
	}
table.correct td.item {
	width: 20%;
	background: #dddddd;
	}

/* ----------------------------- licensse --------------------------------- */
div.license-highlight {
	background: #f2f2f2;
	padding: 1em;
	margin: 1em 0;
	}

/* faq */
#MAIN h3.faq {
	color: #333333;
	margin-top: 1em;
	}

dl.faq {
	margin: 0;
	padding: 0;
	}
dl.faq dt {
	color: #cc6600;
	padding: 4px 5px;
	margin-bottom: 0.3em;
	}
dl.faq dd {
	padding: 0;
	margin: 0 0 1em 5px;
	}

ul.notes li p {
	text-indent: 0;
	padding-left: 0;
	}

/* form */
ul.reg-notes {
	list-style-type: none;
	font-size: 11px;
	color: #666666;
	border: dotted 1px #666666;
	line-height: 120%;
	margin: 0.5em 0;
	padding: 0.5em 1em;
	}
ul.reg-notes li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	}

table.form th {
	color: #666666;
	}
table.form th.subhdr {
	font-weight: bold;
	background: #ffffff;
	padding: 10px 0 3px 0;
	}
table.form td.no-th {
	background: #f2f2f2;
	padding-left: 3px;
	}
table.form td p.notes {
	color: #666666;
	}
table.form td p.notes-with-hdn {
	margin-top: -2em;
	}
table.form td span.notes {
	color: #666666;
	margin-left: 0.3em;
	}

div.privacy-notes {
	color: #666666;
	border: dotted 1px #666666;
	margin: 0.5em 0;
	padding: 0.5em 1em;
	}
div.privacy-notes dl.gen dt {
	font-weight: bold;
	}
div.privacy-notes dl.gen dd {
	margin-bottom: 0;
	}

input.btn {
	color: #666666;
	background: #dddddd;
	border:  solid 1px #999999;
	text-align: center;
	padding: 0.8em 0.1em;
	}

body.popup {	
	background: #ffffff;
	padding: 10px 20px;
	margin: 0.5em auto;
	}

