@charset "Shift_JIS";


html{
	margin: 0px;
	padding: 0px
}

body {
	background-color: #f8f8f8;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'IPA PGothic','ＭＳ Ｐゴシック',Osaka,arial,sans-serif; 
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

div{
	margin-top: 2em;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1{
	font-size: x-large;
	font-weight: normal;
}

h2{
	font-size: large;
	font-weight: normal;
}
hr{
	border-width: 1px;
}

iframe{
	border-width: 0px;

}

strong {
	font-weight: bold;
}

#title_logo h1{
	display: inline;
}

#container{
	margin-left: 10%;
	margin-right:10%;
}

#container_novel{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro W3','さざなみ明朝','ＭＳ Ｐ明朝','MS PMincho',serif;
	width: 35em; 
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#container_novel p{
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
.centeredbox{
	text-align : center;
}

.centeredbox h1, 
.centeredbox h2,
.centeredbox h3,
.centeredbox h4,
.centeredbox h5,
.centeredbox h6{
	display: inline;
}