@charset utf-8;
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#EFFFFF;
}
body,td,th {
	font-size: 12px;
}
li{	
	margin:-6px;
}
input,select,textarea {
	font-size: 12px;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
table {
	border-collapse:collapse;
}
a:link {
	color: #090990;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #090990;
}
a:hover {
	text-decoration: underline;
	color: #f7f7d6;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}

.novel a:link {
	color: #008800;
	text-decoration: none;
}
.novel a:visited {
	text-decoration: none;
	color: #008800;
}
.novel a:hover {
	text-decoration: underline;
	color: #006600;
}
.novel a:active {
	text-decoration: none;
	color: #006600;
}
.novel input{
	color: #008800;
	border:1px solid #008800;
}
.novel .nonormal a:link {
	color: #DB7093;
	text-decoration: none;
}
.novel .nonormal a:visited {
	text-decoration: none;
	color: #DB7093;
}
.novel .nonormal a:hover {
	text-decoration: underline;
	color: #880000;
}
.novel .nonormal a:active {
	text-decoration: none;
	color: #880000;
}
.novel .nonormal input{
	color: #000000;
	border:1px solid #000000;
}