@charset "utf-8";
a:link {
	color: #3C3C3C;
	text-decoration: none;
}
a:visited {
	color: #3C3C3C;
	text-decoration: none;
}
a:hover {
	color: #ff6400;
	text-decoration: none;
}
.white a:link {
	color: #ffffff;
	text-decoration: none;
}
.white a:visited {
	color: #ffffff;
	text-decoration: none;
}
.white a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#right a:link {
	color: #888888;
	text-decoration: none;
}
#right a:visited {
	color: #888888;
	text-decoration: none;
}
#right a:hover {
	color: #888888;
	text-decoration: underline;
}
.black a:link {
	color: #000000;
	text-decoration: none;
}
.black a:visited {
	color: #000000;
	text-decoration: none;
}
.black a:hover {
	color: #fb6b00;
	text-decoration: none;
}
.blue a:link {
	color: #336699;
	text-decoration: none;
}
.blue a:visited {
	color: #336699;
	text-decoration: none;
}
.blue a:hover {
	color: #fb6b00;
	text-decoration: none;
}
.nbone a:link {
	color: #336699;
	text-decoration: none;
}
.nbone a:visited {
	color: #336699;
	text-decoration: none;
}
.nbone a:hover {
	color: #fb6b00;
	text-decoration: underline;
}
#bft a:link {
	color: #999999;
	text-decoration: none;
}
#bft a:visited {
	color: #999999;
	text-decoration: none;
}
#bft a:hover {
	color: #fb6b00;
	text-decoration: underline;
}
#qh {
	float: none;
	width: 100%;
	margin:0px auto;
	width: 1280px;
}
#qh .title {
    width: 100%;
    line-height: 50px;
    letter-spacing: 4px;
    padding-bottom: 10px;
}
#qh .title h1 {
    font-size: 28px;
    color: #ff6400;
}
#qh .text, .fen {
    width: 100%;
    padding-bottom: 20px;
}