body{
	font-size: 74%;
	text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
	line-height: 1.9;
	background: #fff;
	letter-spacing: 2.3px;}

#wrp{
	width: 500px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #000;
}

#header{
	margin: 0px;
	padding:15px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#nav{
	padding:10px;
	margin:0;
	height: 30px;
	text-align:center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#content{
	padding:0;
	margin:0;
	height:auto;
	border: 0;
}h1 {
	font-size:35px;
	letter-spacing: 5px;
	margin: 0;
}

h2{
padding: 0 10px;
font-size: 18px;
letter-spacing: 5px;
margin: 0 0 10px 0;
border-left: 5px #000 solid;
}

.box{
	width: 470px;
	height:auto;
	margin: 0px;
	padding: 15px;
	color:#000;
	text-align:left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.box2{
	width: 470px;
	height: auto;
	margin: 0px;
	padding: 15px;
	color:#000;
	text-align:left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

a{
position: relative;
border: 0;
color:#000;
text-decoration:none;
border-bottom: #ccc 1px dashed;
}

a:hover {
color:#cccccc;
}

strong {
background:linear-gradient(transparent 70%, #ccc 0%)
}