/* ERR */

html {
	font-size: 62.5%;
	line-height: 1.8;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a      {background: none;}
hr     {display: none;}
img    {border: none; vertical-align: bottom;}
strong {font-weight: bold;}
em     {font-style: normal;}
small  {font-size: 0.8em;}
big    {font-size: 1.3em;}

/* body
------------------------------------------------*/

body {
	background-color: #87dfee;
}

/* contentWrapper
------------------------------------------------*/

#contentWrapper {
	margin: 0px auto;
	text-align: center;
	padding-top: 90px;
	width: 350px;
}

#contentWrapper p {
	font-size: 2em;
	font-weight: bold;
}

#notfound {
	background: url(notfound.gif) no-repeat;
	padding-top: 61px;
	width: 350px;
	height: 139px;
}

/* a */

a:link,
a:active,
a:visited {
	color: #0056c4;
	text-decoration: underline;
}
a:hover {
	color: #e00000;
	text-decoration: underline;
}
