/* sections: GLOBAL,LINK,HEADER,TABLE,PARAGRAPH,LIST,SPAN,MISC,IMAGE,DIV */
/* GLOBAL */
.chron {
	color: #090;
}
.center {
	text-indent: 0em;
	text-align: center;
}
.tip {
	color: #0b0;
	text-decoration: none;
}
.red {
	color: #f00;
}
.yellow {
	color: #ff0;
}
.my {
	text-align: center;
}
.ul {
	text-decoration: underline;
}
.header {
	color: #f00;
	background-color: #333;
	text-indent: 0em;
	padding-left: 2em;
	padding-right: 2em;
}
body {
	background-color: #000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #bbb;
}
.kanji {
	color: #f00;
	font-family: simsun, msmincho, batang, sans-serif, serif;
}
.jp {
	font-family: batang, simsun, sans-serif, serif;
}
.hira {
	color: #0f0;
	font-family: simsun, msmincho, batang, sans-serif, serif;
}
.kata {
	color: #44f;
	font-family: simsun, msmincho, batang, sans-serif, serif;
}

/* LINK */
a:link {
	color: #39f;
	text-decoration: none;
}
a:visited {
	color: #35b;
	text-decoration: none;
}
a:hover {
	background-color: #333;
	text-decoration: none;
}
a:hover.img {
	background-color: #000;
	text-decoration: none;
}
a img {
	border: 0px;
	margin: 10px;
}

/* HEADER */
h1 {
	text-align: center;
	font-size: xx-large;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
	font-size: small;
}

/* TABLE */
table.my {
	background-color: #333;
}
td.my {
	width: 20%;
}
tr.my {
	text-align: left;
}
th.my {
	color: #f30;
}
th.yel {
	text-align: center;
	color: #fa0;
}
table.fd {
	width: 354px;
}
td.fd {
	width: 240px;
	color: #993;
}

/* PARAGRAPH */
p {
	text-indent: 3em;
	clear: right;
}
p.gold {
	text-indent: 0em;
	color: #993;
}
p.left {
	text-indent: 0em;
}

/* LIST */
ul {
	list-style-type: square;
	margin-left: 5px;
}
li.menu {
	font-size: small;
}

/* SPAN */
span.gold {
	color: #993;
	font-weight: bold;
}

/* MISC */
code {
	color: #aa0;
}
pre {
	color: #cc0;
}
acronym {
	color: #0b0;
}
hr {
	background-color: #0b0;
	border: 0;
}

/* IMAGE */
img.frontpage {
	padding: 10px;
}

/* DIV */
div.box {
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #222;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.image {
	text-align: center;
}
div.menu {
	text-align: center;
	padding: 5px;
}
div.adbar {
	text-align: center;
}
div.adbar img {
	vertical-align: middle;
}
div.postdateline {
	text-align: center;
	color: #f00;
	background-color: #333;
	margin: 0.5em;
}
div.subhead {
	color: #ff5;
}
div.centerhead {
	color: #f00;
	background-color: #333;
	text-align: center;
}
div.centersubhead {
	color: #ff5;
	text-align: center;
}
div.haiku {
	font-family: "Comic Sans MS", sans-serif;
	text-align: center;
	color: #ff9;
}
