

*{font-size: 100%;}

/*基本セレクタ*/

h1{
	font-size: 150%;
	text-align: center;
}

h2{
	font-size: 120%;
	background-color: #0000ff;
	color: #ffffff;
	margin-bottom: 0em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h3{
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	border-left-style: solid;
	border-left-color: #008080;
	border-left-width: 20px;
	
}

p{
	line-height: 1.7;
	font-size: 90%;
}

/*クラス*/
.mannaka {
  text-align:center;
  position : relative;
  cursor : default;
}

.intro{
	border-style: double;
	border-color: #0000ff;
	padding-left: 1%;
	padding-right: 1%;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}

.honbun{
	border-color: #0000ff;
	border-left-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-top-style: solid;
	width: 78%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
}

.wow1{
	font-weight: bold;
	color: #ff0000;
}

.wow2{
	font-size: 150%;
	font-weight: bold;
}

.wow3{
	font-size: 200%;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.1;
}

.name{
	font-weight: bold;
	font-style: italic;
	padding: 0em 0.2em;
}

.navi{
	text-align:center;
	font-size:large;
	font-weight:bold;
}

/*ID*/

#maker{
	text-align: center;
}

