body {
	background-color: #FE8827;
	text-align: center;
	font-size: 78%;
	line-height: 200%;
	color: #FFF;
}

.text_eng {
	font-size: 10px;
	line-height: 15px;
	font-family: "Courier New", Courier, mono;
	color: #333333;
}


.mini {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.normal {
	font-size: 12px;
	line-height: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

.bold {
	font-size: 14px;
    letter-spacing: 1px;
	line-height: 170%;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link {
	color: #FF6600;
	border:none;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	border:none;
	text-decoration: none;
}
a:hover {
	color: #990000;
	border:none;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	border:none;
	text-decoration: none;
}


.style2 {color: #990000}

a img {
    border-style:none;
}
