@import "./style.css";

body{
	background:#222222;
	color:#DDDDDD;
	border:none;
}

#indexbodycolor{
	background:#666666;
	color:#FFFFFF;
}

.top_border{
	background:#222222;
}

.mws_title_new{
	background:linear-gradient(0deg,#666666,#444444,#222222);
	color:#DDDDDD;
}
.mws_title_new a:link{
	color:#DDDDDD;
}
.mws_title_new a:visited{
	color:#DDDDDD;
}
.mws_title_new a:active{
	color:#DDDDDD;
}
.mws_title_new a:hover{
	color:#DDDDDD;
}

.mws_subtitle{
	background:linear-gradient(0deg,#666666,#555555,#444444);
	color:#DDDDDD;
}
.mws_subtitle a:link{
	color:#DDDDDD;
}
.mws_subtitle a:visited{
	color:#DDDDDD;
}
.mws_subtitle a:active{
	color:#DDDDDD;
}
.mws_subtitle a:hover{
	color:#DDDDDD;
}

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

.each_menu{
	background: linear-gradient(135deg, #DDDDDD, #AAAAAA);
	color:#666666;
	border-color:#666666;
}

.mws_footer{
	background:linear-gradient(180deg,#444444,#333333,#222222);
	color:#DDDDDD;
}

.toppage{
	text-align:left;
	margin:50px auto;
}

.top_vertical{
	writing-mode:vertical-rl;
	margin:0px auto;
}

.category_top_title_furigana{
	margin:0px;
	font-size:small;
}
.category_top_title{
	margin-top:5px;
	margin-left:20px;
	padding:0px;
	text-decoration:none;
}

.chapter{
	margin:30px 5px;
}
.chapter a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.chapter a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.chapter a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.chapter a:hover{
	background:#FFFFFF;
	color:#666666;
	text-decoration:none;
}

.novel_body_style{
	writing-mode:vertical-rl;
	text-align:right;
	overflow-x:scroll;
}

.novel_title{
	background:linear-gradient(0deg,#222222,#000000);
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	writing-mode:horizontal-tb;
	margin:0px;
	padding:8px 0px;
	text-align:center;
	font-size:large;
	font-weight:bold;
	border-bottom:1px dotted #888888;
}

.novel_body{
	margin:80px 60px;
	line-height:150%;
	font-size:medium;
	text-align:right;
	vertical-align:top;
}
.paragraph{
	padding:0px 20px;
	text-align:left;
}

.novel_footer{
	background:linear-gradient(180deg,#222222,#000000);
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	writing-mode:horizontal-tb;
	margin:0px;
	padding:8px 0px;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-top:1px dotted #888888;
}

a:link{
	color:#DDDDDD;
}
a:visited{
	color:#DDDDDD;
}
a:active{
	color:#DDDDDD;
}
a:hover{
	background:#DDDDDD;
	color:#444444;
}

.each_menu a:link{
	color:#666666;
	background:none;
}
.each_menu a:visited{
	color:#666666;
	background:none;
}
.each_menu a:active{
	color:#666666;
	background:none;
}
.each_menu a:hover{
	color:#666666;
	background:none;
}

.return_page_fix{
	background:linear-gradient(270deg,#444444,#333333,#222222);
	color:#DDDDDD;
	top:300px;
}
.return_page_fix a{
	color:#DDDDDD;
}

.anchortop_fix{
	background:linear-gradient(0deg,#444444,#333333,#222222);
	color:#DDDDDD;
}
.anchortop_fix a{
	color:#DDDDDD;
}

.webclap_fix{
	background:linear-gradient(90deg,#444444,#333333,#222222);
	color:#DDDDDD;
}
