@charset "UTF-8";

body {
	color: white;
	font-size: 13px;
	_font-size: 75%; /* burn out your IE */
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
}
#lesson {
	background-color: #FFFF66;
	color: #666666;
}
input, select, textarea { 
	border: thin lightgrey solid;
	background-color: white;
}
#home {
	text-align: right;
}
#home a:link {
	color: #666666;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #AAFFAA;
	text-decoration: none;
}
a img {
	border: none;
	clear: both;
}
img {
	border: none;
	clear: both;
}

h1 {
	margin: 40px auto 60px auto;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
h1.normal { 
	margin: 0;
	font-size: 12px;
}
h1.lesson {
	margin: 40px auto 60px auto;
	color: #888888;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
h1.lesson_jp {
	margin: 40px auto 0 auto;
	color: #888888;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin: 40px auto 60px auto;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}
h2.project {
	margin: 10px auto 0 auto;
}
h2.lesson_jp {
	margin: 10px auto 0 auto;
	font-size: 13px;
}
h2.lesson {
	margin: 10px auto 0 auto;
	font-size: 13px;
}


p.justify { 
	text-align: justify;
	line-height: 1.4;
}
#langnavi {
	width: 100px;
/* 	border: solid 1px; */
	margin: 10px 0px 10px auto;
}

#wrapper {
	width: 600px;
	margin: 40px auto 60px auto;
	padding: 0 0 60px 0;
/* 	border: #000000 solid 1px; */
	overflow: hidden;
}
#navigator {
	margin: 60px 0 0 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 0.95;
	text-transform: uppercase;
}
#navigator li a {
	padding: 0 5px 0 0; /* add 5px to solve a:hover problem with narrow letter spacint */
	text-decoration: none;
}
#navigator li.current {
	color: black;
}
#content {
	margin: 25px 0 0 0;
	text-align: justify;
	line-height: 1.25;
}
#textbooks { margin: 50px 0 25px 0 }
#copyleft {
	padding: 60px 0 0 0;
}
#portrait {
	margin: 20px auto 20px 0px;
}
#fixed-width {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
}
.author {
	width: 600px;
	text-align: right;
}
.date {
	font-weight: bold;
}
