

body {
background-color:#18141e;
color: #141414;
font-size: 90%;
line-height: 1.4;
background-image: url(muragura.png); 
 background-position: left bottom; 
 background-repeat: repeat-x;
 background-attachment: fixed; 


scrollbar-face-color: #18141e;
scrollbar-track-color: #18141e;
scrollbar-arrow-color: #baa6c0;
scrollbar-highlight-color: #baa6c0;
scrollbar-shadow-color: #baa6c0;
scrollbar-3dlight-color: #18141e;
scrollbar-darkshadow-color: #18141e;
} 


a:link { text-decoration:none; color: #5c455d }
a:visited { text-decoration:none; color: #5c455d }
a:active { text-decoration:none; color: #5c455d }
a:hover { text-decoration:none; color: #5c455d }
a:active {text-decoration:none; color:#333333;}
a:hover {text-decoration:none; background-color :rgba(41,0,51,0.4);color:#333333;}


body th, td {
font-size: 90%;
line-height: 1.4;
} 

table {
background-color: #e9e3d4;
border: 0px;
}


/*-----------------------------------紫見出し------------------------------------------*/

h1 {
font-size: 100%;
color: #7b3322;/*文字色*/
background: linear-gradient(transparent 85%, #baa6c0 0%);
}

/*--------------------------------てんてん見出し----------------------------------------*/

.s1 {
	color: #7b3322;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #baa6c0;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}

/*-----------------------------------紫ボタン------------------------------------------*/

.button {
  background-color: rgba(164,134,164,0.5);
  border-radius: 5px;
  color: #ffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.);
}
.button:hover {
  background-color: rgba(41,0,51,0.5);
}

/*----------------------------------マンガ番号------------------------------------------*/

h2 {
font-size: 120%;
margin:	7;
padding: 6px 0px 4px 0px;
background-color: rgba(203,169,140,0.5);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
border-radius: 0.5em;/*角丸*/
}
h2:hover {
  background-color: rgba(98,45,20,0.5);
}

