@import "style.css";

body{
	background:#d0b866;/*linear-gradient(90deg,#ccffff,#88ffff,#88eeee);*/
	color:#000060;
	border:none;
}

.top_border{
	background:#000060;
}

.mws_title_new{
	background:linear-gradient(0deg,#2222A0,#111180,#000060);
	color:#88ffff;
	border-bottom-color:#805040;
}
.mws_title_new a:link{
	color:#88ffff;
}
.mws_title_new a:visited{
	color:#88ffff;
}
.mws_title_new a:active{
	color:#88ffff;
}
.mws_title_new a:hover{
	color:#88ffff;
}

.mws_subtitle{
	background:linear-gradient(0deg,#2222A0,#111180,#000060);
	color:#88ffff;
}
.mws_subtitle a:link{
	color:#88ffff;
}
.mws_subtitle a:visited{
	color:#88ffff;
}
.mws_subtitle a:active{
	color:#88ffff;
}
.mws_subtitle a:hover{
	color:#88ffff;
}

.menu_new{
	background:linear-gradient(0deg,#d0b866,#a06644,#805040);
	color:#000060;
}
.menu2_new{
	background:linear-gradient(0deg,#d0b866,#c09b50,#805040);
	color:#000060;
}

.each_menu{
	background: linear-gradient(135deg, #2222A0,#111180,#000060);
	color:#88ffff;
	border-color:#88ffff;
}

.mws_footer{
	background:linear-gradient(180deg,#2222A0,#111180,#000060);
	color:#88ffff;
}

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

.top_vertical{
	writing-mode:vertical-rl;
	margin:0px auto;
}
.top_table{
	background:radial-gradient(#d0b866,#c09b50,#805040);
	margin:30px auto;
	margin-top:50px;
	padding:0px;
	padding-top:30px;
	font-size:medium;
	border-top:15px solid #5c3e26;
	border-left:10px solid #523922;
	border-right:10px solid #4d301e;
	border-bottom:15px solid #40281b;
	border-radius:8px 8px 0px 0px;
}

.table_title{
	background:linear-gradient(0deg,#111170,#444499,#111170);
	color:#88FFFF;
	font-weight:bold;
	padding:20px 6px 30px 6px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	border:1px solid #000060;
	border-bottom:30px solid #75dede;
	border-radius:5px 5px 3px 3px;
}
.table_title a:link{
	color:#88FFFF;
	text-decoration:none;
}
.table_title a:visited{
	color:#88FFFF;
	text-decoration:none;
}
.table_title a:active{
	color:#88FFFF;
	text-decoration:none;
}
.table_title a:hover{
	background:none;
	color:#88FFFF;
	text-decoration:none;
}

.book_table{
	background:radial-gradient(#ffffff,#ffffff,#d0b866);
	margin:0px auto;
	margin-top:50px;
	padding:0px;
	font-size:medium;
}
.book_title{
	padding-bottom:20px;
	height:450px;
}
.book_chapter{
	padding:40px 0px;
}
.book_chapter a:hover{
	color:#ffffff;
}

.book_border_top{
	border-top:1px dotted;
}
.book_border_bottom{
	border-bottom:1px dotted;
}
.book_border_right{
	border-right:1px dotted;
}
.book_border_left{
	border-left:1px dotted;
}
.book_border_top_right{
	border:1px dotted;
	border-left:none;
	border-bottom:none;
}
.book_border_top_left{
	border:1px dotted;
	border-right:none;
	border-bottom:none;
}
.book_border_left_right{
	border:1px dotted;
	border-top:none;
	border-bottom:none;
}
.book_border_left_right_bottom{
	border:1px dotted;
	border-top:none;
}
#book_radius_topleft{
	border-radius:20px 0px 0px 0px;
}
#book_radius_topright{
	border-radius:0px 20px 0px 0px;
}

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

.novel_title{
	background:linear-gradient(0deg,#111170,#444499,#111170);
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	writing-mode:horizontal-tb;
	margin:0px;
	padding:6px 15px;
	text-align:center;
	font-size:large;
	color:#88ffff;
	border-bottom:dotted 1px #88ffff;
}
.novel_title_fix{
	position:fixed;
	top:0px;
	left:0px;
	writing-mode:horizontal-tb;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	color:#88ffff;
	font-size:small;
	z-index:500;
}
.novel_title_fix a{
	text-decoration:none;
}
.novel_title_fix a:hover{
	background:none;
}

.novel_body{
	background:radial-gradient(#ffffff,#ffffff,#d0b866);
	margin:80px 60px;
	padding:20px 0px;
	line-height:150%;
	font-size:medium;
	text-align:right;
	vertical-align:top;
	border:1px dotted;
	border-radius:50px 0px 0px 0px;
}
.paragraph{
	padding:0px 20px;
	text-align:left;
}

.novel_footer{
	background:linear-gradient(0deg,#111170,#444499,#111170);
	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;
	color:#88ffff;
	border-top:dotted 1px #88ffff;
}
.novel_footer a{
	color:#88ffff;
}

.next_index_fix{
	background:radial-gradient(#ffffff,#ffffff,#d0b866);
	position:fixed;
	bottom:420px;
	left:20px;
	padding:5px 10px;
	border-radius:20px;
	border:1px dotted;
	border-left:none;
	font-size:medium;
	color:#000060;
	border-top:dotted 1px;
}
.next_index_fix:before{
	content:"<";
}
.prev_index_fix{
	background:radial-gradient(#ffffff,#ffffff,#d0b866);
	position:fixed;
	bottom:420px;
	right:20px;
	padding:5px 10px;
	border-radius:20px;
	border:1px dotted;
	border-left:none;
	font-size:medium;
	color:#000060;
	border-top:dotted 1px;
}
.prev_index_fix:before{
	content:">";
}

.return_page_fix{
	background:linear-gradient(270deg,#2222A0,#111180,#000060);
	color:#88ffff;
	top:300px;
}
.return_page_fix a{
	color:#88ffff;
}

#webclap_color{
	background:linear-gradient(90deg,#2222A0,#111180,#000060);
	color:#88ffff;
}
#webclap_color a{
	color:#88ffff;
}
