@import "style.css";

body{
	background:linear-gradient(90deg,#dddd66,#ffff88,#ffffaa,#ffff88,#dddd66);
	color:#006000;
	border:none;
}

.top_border{
	background:#006000;
}

.mws_title_new{
	background:linear-gradient(0deg,#228022,#117011,#006000);
	color:#ffff88;
}
.mws_title_new a:link{
	color:#ffff88;
}
.mws_title_new a:visited{
	color:#ffff88;
}
.mws_title_new a:active{
	color:#ffff88;
}
.mws_title_new a:hover{
	color:#ffff88;
}

.mws_subtitle{
	background:linear-gradient(0deg,#339033,#228022,#117011);
	color:#ffff88;
}
.mws_subtitle a:link{
	color:#ffff88;
}
.mws_subtitle a:visited{
	color:#ffff88;
}
.mws_subtitle a:active{
	color:#ffff88;
}
.mws_subtitle a:hover{
	color:#ffff88;
}

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

.each_menu{
	background: linear-gradient(135deg, #ffffaa, #ffff88, #cccc00);
	color:#006000;
	border-color:#006000;
}

.mws_footer{
	background:linear-gradient(180deg,#228022,#117011,#006000);
	color:#ffff88;
}

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

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

.table_title{
	background: linear-gradient(90deg, #004000, #33b033);
	color:#ffff88;
	font-size:medium;
	font-weight:bold;
	margin:0px;
	padding:3px 15px;
	text-align:left;
	vertical-align:top;
	border-radius:15px 5px 0px 0px;
}
.table_title_sub{
	background: linear-gradient(270deg, #004000, #33b033);
	color:#ffff88;
	font-size:small;
	font-weight:normal;
	margin:0px;
	padding:2px 15px;
	text-align:right;
	vertical-align:bottom;
	border-radius:0px 0px 15px 5px;
}

.table_number{
	background:radial-gradient(#DDDD66,#66CC66);
	color:#006000;
	padding:2px 15px;
	text-align:center;
	border:1px dotted #009000;
	border-radius:0px;
	font-size:small;
}

.table_height{
	height:4px;
}

.novel_title{
	background:linear-gradient(180deg,#006000,#118011,#BBBB44);
	color:#eeee88;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	font-size:large;
	font-weight:bold;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	white-space:nowrap;
	border-bottom:dotted 1px #60B060;
}

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

.novel_foot{
	background:linear-gradient(0deg,#006000,#118011,#999922);
	color:#eeee88;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	line-height:150%;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	border-top:dotted 1px #60B060;
}

.novel_foot a:link{
	color:#eeee88;
}
.novel_foot a:visited{
	color:#eeee88;
}
.novel_foot a:active{
	color:#eeee88;
}
.novel_foot a:hover{
	background-color:#66CC66;
	color:#eeee88;
}

.title_fix{
	background:linear-gradient(90deg,#004000, #33b033);
	color:#ffff88;
	width:170px;
	font-size:18px;
	font-weight:bold;
	position:fixed;
	top:320px;
	right:-63px;
	padding:5px 18px;
	border-radius:5px 5px 0px 0px;
	border:none;
	transform:rotate(270deg);
}
.title_fix:before{
	content:"Legend of Galion";
}
.title_sub_fix{
	background:linear-gradient(270deg,#004000, #33b033);
	color:#ffff88;
	width:170px;
	font-size:15px;
	position:fixed;
	top:325px;
	right:-94px;
	padding:2px 18px;
	border-radius:0px;
	border:none;
	transform:rotate(270deg);
}
.title_sub_fix:before{
	content:"Ovtvmw lu Tzorlm";
}

.return_page_fix{
	background:linear-gradient(270deg,#228022,#117011,#006000);
	color:#ffff88;
	top:300px;
}
.return_page_fix a{
	color:#ffff88;
}

#anchor_color{
	background:linear-gradient(0deg,#228022,#117011,#006000);
	color:#ffff88;
}
#anchor_color a{
	color:#ffff88;
}
#webclap_color{
	background:linear-gradient(90deg,#228022,#117011,#006000);
	color:#ffff88;
}
#webclap_color a{
	color:#ffff88;
}
