@import "style.css";

body{
	color:#006600;
	border:none;
}

.top_border{
	background:#002200;
}

.mws_title_new{
	background:linear-gradient(0deg,#226622,#004400,#002F00);
	color:#DDFFDD;
}
.mws_title_new a:link{
	color:#DDFFDD;
}
.mws_title_new a:visited{
	color:#DDFFDD;
}
.mws_title_new a:active{
	color:#DDFFDD;
}
.mws_title_new a:hover{
	color:#DDFFDD;
}

.mws_subtitle{
	background:linear-gradient(0deg,#226622,#004400,#226622);
	color:#DDFFDD;
}
.mws_subtitle a:link{
	color:#DDFFDD;
}
.mws_subtitle a:visited{
	color:#DDFFDD;
}
.mws_subtitle a:active{
	color:#DDFFDD;
}
.mws_subtitle a:hover{
	color:#DDFFDD;
}

.menu_new{
	color:#006600;
}
.menu2_new{
	color:#006600;
}

.each_menu{
	background: linear-gradient(135deg, #DDFFDD, #AACCAA);
	color:#006600;
	border-color:#006600;
}

.mws_footer{
	background:linear-gradient(180deg,#226622,#004400,#002200);
	color:#DDFFDD;
}

.noveltitle{
	width:100%;
	position:fixed;
	top:0px;
	margin:0px;
	padding:5px 20px;
	font-size:x-large;
	font-weight:bold;
}
.novelbody{
	width:90%;
	margin:20px 0px;
	margin-bottom:30px;
	padding:30px 20px;
	line-height:150%;
	text-align:left;
}
.paragraph{
	padding:40px 0px;
}
.novelfoot{
	width:100%;
	position:fixed;
	bottom:0px;
	margin:0px;
	padding:5px 20px;
	line-height:150%;
	font-size:medium;
}

a:link, a:visited, a:active, a:hover{
	color:#006600;
}
a:hover{
	background-color:#DDFFDD;
}

.indexbody{
	margin:50px auto;
	text-align:center;
}

.indextitle{
	margin:0 auto;
}

.return_page_fix{
	background:linear-gradient(270deg,#226622,#004400,#002200);
	color:#DDFFDD;
	top:300px;
}
.return_page_fix a{
	color:#DDFFDD;
}

.anchortop_fix{
	background:linear-gradient(0deg,#226622,#004400,#002200);
	color:#DDFFDD;
}
.anchortop_fix a{
	color:#DDFFDD;
}

.webclap_fix{
	background:linear-gradient(90deg,#226622,#004400,#002200);
	color:#DDFFDD;
}
