@import "style.css";

body{
	background:#FFFFFF;
	color:#000000;
	border:none;
}

.top_border{
	background:#000000;
}

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

.mws_subtitle{
	background:linear-gradient(0deg,#444444,#222222,#000000);
	color:#FFFFFF;
}
.mws_subtitle a:link{
	color:#FFFFFF;
}
.mws_subtitle a:visited{
	color:#FFFFFF;
}
.mws_subtitle a:active{
	color:#FFFFFF;
}
.mws_subtitle a:hover{
	color:#FFFFFF;
}

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

.each_menu{
	background: linear-gradient(135deg,#FFFFFF,#EDEEDE);
	color:#000000;
	border-color:#000000;
}

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

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

.top_table{
	font-size:medium;
	width:80%;
	margin:50px auto;
}

.table_top_title{
	background:linear-gradient(0deg,#444444,#000000);
	font-weight:bold;
	font-size:large;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:middle;
	padding:6px 0px 4px 0px;
	margin:0px auto;
	border-radius:20px 20px 20px 0px;
}

.table_title{
	background:radial-gradient(#FFFFFF,#F0F0F0);
	color:#000000;
	padding:3px 10px 2px 10px;
	margin:0px;
	vertical-align:top;
	border:1px dashed #000000;
	font-size:small;
}
#table_pipe{
	height:15px;
	border-top:none;
	border-bottom:none;
}
#table_top_to_right{
	border-top:none;
	border-right:none;
	border-radius:0px 0px 0px 20px;
}
#table_left_to_right,#table_right_to_left{
	border-left:none;
	border-right:none;
}
#table_left_to_bottom{
	border-left:none;
	border-bottom:none;
	border-radius:0px 20px 0px 0px;
}
#table_top_to_bottom{
	border-top:none;
	border-bottom:none;
}
#table_top_to_left{
	border-top:none;
	border-left:none;
	border-radius:0px 0px 20px 0px;
}
#table_right_to_bottom{
	border-right:none;
	border-bottom:none;
	border-radius:20px 0px 0px 0px;
}

.novel_title{
	background:linear-gradient(0deg,#335533,#222222,#000000);
	color:#FFFFFF;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	text-align:left;
	font-weight:bold;
	font-size:large;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	white-space:nowrap;
}
.novel_description{
	background:linear-gradient(0deg,#CCEECC,#CCEECC,#AACCAA);
	width:100%;
	position:fixed;
	top:35px;
	left:0px;
	font-weight:normal;
	font-size:medium;
	text-align:left;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	border-top:dashed 1px;
	border-bottom:solid 1px;
	white-space:nowrap;
}

.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_footter{
	background:linear-gradient(180deg,#BBDDBB,#A0C2A0,#A0C2A0);
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	font-weight:normal;
	font-size:medium;
	text-align:left;
	margin:0px;
	padding:6px 15px;
	padding-bottom:4px;
	border-top:solid 4px #002200;
}

.name{
	margin-right:15px;
	font-weight:bold;
	text-decoration:underline;
}

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

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

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