@import "style.css";

body{
	background:linear-gradient(90deg,#997744,#AA8855,#AA8855,#AA8855,#997744);
	color:#442200;
	border:none;
}

.top_border{
	background:#442200;
}

.mws_title_new{
	background:linear-gradient(0deg,#664422,#553311,#442200);
	color:#EECCAA;
}
.mws_title_new a:link{
	color:#EECCAA;
}
.mws_title_new a:visited{
	color:#EECCAA;
}
.mws_title_new a:active{
	color:#EECCAA;
}
.mws_title_new a:hover{
	color:#EECCAA;
}

.mws_subtitle{
	background:linear-gradient(0deg,#664422,#553311,#442200);
	color:#EECCAA;
}
.mws_subtitle a:link{
	color:#EECCAA;
}
.mws_subtitle a:visited{
	color:#EECCAA;
}
.mws_subtitle a:active{
	color:#EECCAA;
}
.mws_subtitle a:hover{
	color:#EECCAA;
}

.menu_new{
	background:#EECCAA;
	color:#442200;
}
.menu2_new{
	background:#EECCAA;
	color:#442200;
}

.each_menu{
	color:#442200;
	border-color:#442200;
	background: linear-gradient(135deg, #BB9966, #886633);
}

.mws_footer{
	background:linear-gradient(180deg,#664422,#553311,#442200);
	color:#EECCAA;
}

.top_table{
	width:400px;
	margin:50px auto;
}

.active_tab{
	width:65px;
	background:linear-gradient(0deg,#AA8855,#AA8855,#997744);
	padding:2px 10px 0px 10px;
	border:dotted 1px;
	border-bottom:none;
	border-radius:20px 5px 0px 0px;
}

.inactive_tab{
	width:65px;
	background:linear-gradient(0deg,#AA8855,#886633,#886633);
	padding:2px 10px 0px 10px;
	border:dotted 1px;
	border-bottom:none;
	border-radius:20px 5px 0px 0px;
}
.inactive_tab a{
	background:none;
	color:#442200;
}
.inactive_tab a:hover{
	background:none;
	color:#442200;
}

.inactive_col_left{
	height:8px;
	background:linear-gradient(0deg,#AA8855,#AA8855,#997744);
	border-top:1px dotted;
	border-left:1px dotted;
	border-radius:5px 0px 0px 0px;
}
.inactive_col_right{
	height:8px;
	background:linear-gradient(0deg,#AA8855,#AA8855,#997744);
	border-top:1px dotted;
	border-right:1px dotted;
	border-radius:0px 5px 0px 0px;
}
.active_col_middle{
	height:8px;
	background:#AA8855;
}
.active_col_right{
	height:8px;
	background:#AA8855;
	border-right:1px dotted;
}

.top_title{
	background:radial-gradient(#997744,#AA8855,#AA8855);
	font-size:large;
	font-weight:bold;
	border-left:1px dotted;
	border-right:1px dotted;
	padding:10px;
}

.top_list{
	background:linear-gradient(165deg,#AA8855,#AA8855,#A07E4A);
	padding:40px 20px;
	border:1px dotted;
	border-top:none;
	border-bottom:3px double;
	border-radius:0px 0px 3px 3px;
	line-height:200%;
}
.list_table{
	margin:0px auto;
}
.list_table_lefttd{
	font-weight:bold;
	padding-right:10px;
}
.list_table_righttd{
	text-align:left;
}

.novel_title{
	background:linear-gradient(0deg,#50300B,#442200,#301B00);
	color:#AA8855;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	font-size:large;
	font-weight:bold;
	margin:0px;
	padding:15px 20px;
}

.novel_body{
	width:90%;
	line-height:150%;
	margin:0px;
	padding:60px 20px;
}
.paragraph{
	padding:20px 0px;
}

.novel_foot{
	background:linear-gradient(180deg,#50300B,#442200,#301B00);
	color:#AA8855;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	line-height:150%;
	margin:0px;
	padding:10px 20px;
}

.anchortop{
	background-color:#442200;
	color:#AA8855;
	position:fixed;
	bottom:0px;
	right:0px;
	margin:0px;
	padding:10px 15px;
}

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

.novel_foot a:link{
	color:#AA8855;
}
.novel_foot a:visited{
	color:#AA8855;
}
.novel_foot a:active{
	color:#AA8855;
}
.novel_foot a:hover{
	background-color:#AA8855;
	color:#442200;
}

.anchortop a:link{
	color:#AA8855;
}
.anchortop a:visited{
	color:#AA8855;
}
.anchortop a:active{
	color:#AA8855;
}
.anchortop a:hover{
	background-color:#AA8855;
	color:#442200;
}

.return_page_fix{
	background:linear-gradient(270deg,#664422,#553311,#442200);
	color:#EECCAA;
	top:300px;
}
.return_page_fix a{
	color:#EECCAA;
}

.anchortop_fix{
	background:linear-gradient(0deg,#664422,#553311,#442200);
	color:#EECCAA;
}
.anchortop_fix a{
	color:#EECCAA;
}

.webclap_fix{
	background:linear-gradient(90deg,#664422,#553311,#442200);
	color:#EECCAA;
}
