@charset "UTF-8";



* {
	font-family: "Lucida Grande", "Tahoma", sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	border-style: solid;
	border-width: 0;
}


/**
 * Body elements
 */
body,
td, th {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: transparent;
	font-size: x-small;
	line-height: 1.8;
}


/**
 * Phrase elements
 */
em {
	font-weight: medium;
	font-style: italic;
}
strong {
	font-weight: bold;
	font-style: normal;
}
dfn {
	font-weight: bold;
	font-style: normal;
}
code {
	font-family: Monaco, Courier, monospace;
	font-style: italic;
	color: #707070;
	background-color: #f5f5f5;
}
var {
	font-style: italic;
	color: #808080;
	background-color: transparent;
}


/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 -0.5em;
	padding: 0;
	font-size: inherit;
	font-weight: bold;
	text-transform: capitalize;
}
h1 {
	margin: 2.5em 0 0.4em 0;
	font-size: 1.2em;
}
h2, h3, h4, h5, h6 {
	margin: 1.5em 0 0.4em 0;
	font-size: 1em;
}


/**
 * Anchor
 */
a {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link:hover {
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
}


/**
 * Image
 */
img {
	margin: 0;
	padding: 0;
	border-width: 0;
}

strong img {
	margin: 1em;
	padding: 10px;
	border-color: #dddddd;
	border-width: 1px;
	color: inherit;
	background-color: white;
}
img.left {
	float: left;
	margin: 0 1em 1em 0;
}
img.right {
	float: right;
	margin: 0 0 1em 1em;
}
img.clear {
	clear: both;
	margin: 0;
}


/**
 * Paragraph
 */
p {
	text-align: left;
	margin: 0;
	padding: 0.75em 0;
}


/**
 * Horizontal Ruler
 */
hr {
	height: 0;
	
	margin: 0;
	padding: 0;
	border-color: #bbbbbb;
	border-width: 1px 0 0 0;
	border-style: dotted;
}


/**
 * Quotation, Citation
 */
blockquote {
	padding: 0 0 0 30px;
	margin: 0.5em 0 0.5em 0;
	border-width: 0;
	
	color: inherit;
	background-color: transparent;
	background-image: url("../img/Quote.gif");
	background-position: top left;
	background-repeat: no-repeat;
	
	font-style: italic;
}
blockquote cite {
	display: block;
	
	padding: 0;
	margin: 0 0 0 -30px;
	color: #808080;
	border-width: 0;
	
	font-style: italic;
	text-align: left;
}
blockquote cite a {
	color: #808080; 
	background-color: transparent;
}


/**
 * List
 */
ol {
	padding: 0 0 0 2em;
	margin: 0.5em 0;
	list-style-type: lower-roman;
	list-style-position: outside;
}
ol.decimal {
	list-style-type: decimal;
}
ol.roman {
	list-style-type: lower-roman;
}
ol.latin {
	list-style-type: lower-latin;
}
ul {
	padding: 0 0 0 2em;
	margin: 0.5em 0;
}
ul.none {
	list-style-type: none;
}
li {}

ul.child, 
ol.child {
	margin: 0;
}


/**
 * Form
 */
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: x-small;
	line-height: 1.0;
}
textarea {
	font-size: x-small;
	line-height: 1.8;
}


/**
 * Table
 */
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #dddddd;
	border-width: 0 1px 1px 0;
}
table.void {
	border-width: 0;
}
td, th {
	padding: 0.35em 1.5em;
	border-color: #dddddd;
	border-width: 1px 0 0 1px;
}
td {
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #ffffff;
	background-color: #aaaaaa;
}
th a {
	color: #ffffff;
	background-color: transparent;
}
table.void td,
table.void th {
	border-width: 0;
	color: inherit;
	background-color: transparent;
}

td.odd,
tr.odd td,
tr.odd td.odd,
td.desc td.odd,
td.desc tr.odd td,
td.desc tr.odd td.odd {
	color: inherit;
	background-color: #ffffff;
}
td.even, 
tr.odd td.even,
tr.even td,
tr.even td.odd,
td.desc td.even, 
td.desc tr.odd td.even,
td.desc tr.even td,
td.desc tr.even td.odd {
	color: inherit;
	background-color: #f5f5f5;
}
tr.even td.even,
td.desc tr.even td.even {
	color: inherit;
	background-color: #ebebeb;
}

th.odd,
tr.odd th,
tr.odd th.odd,
td.desc th.odd,
td.desc tr.odd th,
td.desc tr.odd th.odd {
	color: #ffffff;
	background-color: #aaaaaa;
}
th.even,
tr.odd th.even,
tr.even th,
tr.even th.odd,
td.desc th.even,
td.desc tr.odd th.even,
td.desc tr.even th,
td.desc tr.even th.odd {
	color: #ffffff;
	background-color: #999999;
}
tr.even th.even,
td.desc tr.even th.even {
	color: #ffffff;
	background-color: #888888;
}

td.desc {
	padding: 0;
	border-width: 0;
}
td.desc table {
	border-width: 0;
}
td.desc table th {
	padding: 0.1em 1em;
}

td.nan,
tr td.nan,
tr.odd td.nan,
tr.even td.nan {
	color: inherit;
	background-color: transparent;
}

td.anchor,
th.anchor {
	width: 1%;
}

td.left, 
th.left {
	text-align: left;
}
td.center, 
th.center {
	text-align: center;
}
td.right, 
th.right {
	text-align: right;
}
td.top, 
th.top {
	vertical-align: top;
}
td.middle, 
th.middle {
	vertical-align: middle;
}
td.bottom, 
th.bottom {
	vertical-align: bottom;
}


/**
 * General block
 */
div {
	margin: 0;
	padding: 0.35em 1.5em;
	border-color: #dddddd;
	border-width: 1px;
	color: inherit;
	background-color: #f5f5f5;
	text-align: left;
}

div.void {
	margin: 0;
	padding: 0;
	border-width: 0;
	color: inherit;
	background-color: transparent;
} 
 
div.left {
	text-align: left;
} 
div.center {
	text-align: center;
}
div.right {
	text-align: right;
}

div.dialogue,
div.dialogue * {
	color: inherit;
	background-color: transparent;
	border-width: 0;
	
	text-align: center;
}
div.notice,
div.notice * {
	color: #db4116;
	background-color: transparent;
	border-width: 0;
	
	text-align: center;
}
div.alert, 
div.alert * {
	color: #db1616;
	background-color: transparent;
	border-width: 0;
	
	text-align: center;
}

div.code {
}
div.code.scrollable {
	height: 30em;
	overflow: scroll;
}

div.en,
div.ja {
	margin: 0;
	padding: 0;
	border-width: 0;
	color: inherit;
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}


/**
 * General inline
 */
span {}
 
span.code {}
span.tag {}

span.code.keyword {
	color: #006600;
}
span.code.function {
	color: #004499;
}
span.code.variable {
	color: #000066;
}
span.code.literal {
	color: #ee8800;
}
span.code.number {
	color: #996600;
}
span.code.comment,
span.code.comment * {
	color: #cc0000;
}

span.tag.general {
	color: #0000cc;
}
span.tag.attribute {
	color: #990066;
}
span.tag.value {
	color: #993300;
}
span.tag.instructor {
	color: #336699;
}
span.tag.comment,
span.tag.comment * {
	color: #7e7e7e;
}


span.en,
span.ja {
	margin: 0;
	padding: 0;
	border-width: 0;
	color: inherit;
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}



.en {
	}
.ja {
		display: none;
	}

