body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
body {
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #FF3366;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.moji {
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	font-size: 2em;
	line-height: 2em;
}
h2 {
	color: #FF3366;
	font-size: 1.5em;
	line-height: 1.5em;
}
.text_blue {
	font-size: 1em;
	line-height: 1.5em;
	color: #0055FF;
}
.text_right {
	text-align: right;
}
.moji_big {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}
.moji_mid {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}
.bg_blue {
	background-color: #0055FF;
}
.text_white {
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
}
