body {
	background-color: #202020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: "Avenir Next" "Yu Gothic", "游ゴシック", sans-serif, "sans-serif";
/*フォント　sans-serif cursive fantasy monospace*/
}

a:{color: #000000;}
a:link{color: #777777; text-decoration: none;}
a:visited{color: #777777;}
a:hover{color: #BBBBBB;}
a:active{color: #ffffff;}

.title {
text-align: center;
font-size: 14px;
color: #AAAAAA;
}
.midashi {
text-align: left;
font-size: 14px;
line-height: 150%;
color: #AAAAAA;
}
.Sentence_sel {
vertical-align: top;
}
.Sentence {
text-align: left;
font-size: 14px;
color: #AAAAAA;
line-height: 150%;
margin-left: 20px;
text-indent: 0em;
}
.story {
text-align: left;
font-size: 16px;
line-height: 150%;
color: #AAAAAA;
}
.p-title {
text-align: center;
font-size: 26px;
color: #AAAAAA;
}
.p-stitle {
text-align: center;
font-size: 14px;
color: #AAAAAA;
}
.p-end {
text-align: left;
font-size: 18px;
color: #AAAAAA;
}
.back_to_top {
text-align: center;
font-size: 14px;
color: #AAAAAA;
}
p.line {
border-top: solid 1px #444444;
}
/*文字の回り込み*/
p.migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
p.hidari {
  float: left;
  margin-left: 2em;
  margin-bottom: 1em;
}

/*
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;

*/
