@import "style.css";

body{
	background:linear-gradient(-90deg,#aaffff,#dfb880,#dfb880);
	color:#2e8b57;
	border:none;
}

.top_border{
	background:#287f4e;
}

.mws_title_new{
	background:linear-gradient(0deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
}
.mws_title_new a:link{
	color:#deb887;
}
.mws_title_new a:visited{
	color:#deb887;
}
.mws_title_new a:active{
	color:#deb887;
}
.mws_title_new a:hover{
	color:#deb887;
}

.mws_subtitle{
	background:linear-gradient(0deg,#30905a,#2e8b57,#2c8853);
	color:#deb887;
}
.mws_subtitle a:link{
	color:#deb887;
}
.mws_subtitle a:visited{
	color:#deb887;
}
.mws_subtitle a:active{
	color:#deb887;
}
.mws_subtitle a:hover{
	color:#deb887;
}

.menu_new{
	background:linear-gradient(0deg,#f8fffb,#ffffff,#ffffff);
	color:#2E8B57;
}
.menu2_new{
	background:linear-gradient(0deg,#f8fffb,#ffffff);
	color:#2E8B57;
}

.each_menu{
	background:linear-gradient(135deg, #f0d4aa, #d5b48b);
	color:#2e8b57;
	border-color:#2e8b57;
}

.mws_footer{
	background:linear-gradient(180deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
}

/********* リンクの色とかとか*********/
a:link{
	color:#2E8B57;
}
a:visited,a:active{
	color:#2E8B57;
}
a:hover{
	background-color:#2E8B57;
	color:#DEB887;
}

.top_table{
	margin:0px auto;
	margin-top:100px;
	padding:0px;
	border:none;
}

.top_td_chapter_left{
	background:linear-gradient(90deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
	text-align:center;
	margin:0px;
	padding:2px;
	vertical-align:middle;
	font-size:small;
	font-weight:normal;
	border-radius:10px 0px 0px 10px;
	border-right:dotted 1px #cca066;
}
.top_td_chapter_right{
	background:linear-gradient(270deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
	text-align:center;
	margin:0px;
	padding:1px;
	vertical-align:middle;
	font-size:small;
	font-weight:normal;
	border-radius:0px 10px 10px 0px;
	border-left:dotted 1px #cca066;
}

.top_td_title{
	background:linear-gradient(#deb887, #cca066, #deb887);
	text-align:center;
	margin:0px;
	padding:2px;
	line-height:120%;
	font-size:large;
}
.top_td_title a:hover{
	background:linear-gradient(#cca066, #deb887, #cca066);
	color:#2e8b57;
}

.novel_title{
	background:linear-gradient(0deg,#bb8055,#2e8b57);
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	color:#e5c298;
	font-size:large;
	font-weight:bold;
	border-bottom:double 3px #e5c298;
}

.novel_body{
	width:90%;
	padding:60px 30px;
	line-height:150%;
	color:#007b34;
	font-size:medium;
	text-align:left;
}

.paragraph{
	padding:20px 0px;
}

.novel_foot{
	background:#bb8055;
	color:#206a40;
	position:fixed;
	bottom:0px;
	left:0px;
	font-size:medium;
	font-weight:normal;
	width:100%;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	border-top:double 3px #2e8b57;
}
.novel_foot a:link{
	color:#206a40;
}
.novel_foot a:visited{
	color:#206a40;
}
.novel_foot a:active{
	color:#206a40;
}
.novel_foot a:hover{
	background:#206a40;
	color:#bb8055;
}

.title_fix{
	background:linear-gradient(90deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
	width:150px;
	font-size:18px;
	font-weight:bold;
	position:fixed;
	top:302px;
	right:0px;
	padding:5px 18px;
	border-radius:10px 0px 0px 0px;
	border:dotted 1px #deb887;
	border-right:none;
}
.hiraganafont{
	font-size:14px;
}

.return_page_fix{
	background:linear-gradient(270deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
	top:300px;
}
.return_page_fix a{
	color:#deb887;
}

#anchor_color{
	background:linear-gradient(0deg,#2e8b57,#2c8853,#287f4e);
	color:#deb887;
}
#anchor_color a{
	color:#deb887;
}

#webclap_color{
	background:linear-gradient(90deg,#deb887,#d9b07a,#d0a96d);
	color:#287f4e;
}
#webclap_color a{
	color:#287f4e;
}
