@charset "UTF-8";

/*---------------------------------------------

Default CSS (for HTML5)

for http://www9.nhk.or.jp/nw9/haruchan/
coded by d-spica at 2016-03-10
imported to "page.css"

---------------------------------------------*/

 
/* Reset */

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

#page body,
#page header,
#page hdgroup,
#page section,
#page article,
#page aside,
#page nav,
#page footer,
#page figure,
#page div, 
#page h1,
#page h2,
#page h3,
#page dl,
#page dt,
#page dd,
#page ul,
#page ol,
#page li {
	margin: 0;
	padding: 0;
}

#page h1,
#page h2,
#page h3 {
	font-size: 100%;
}

#page a {
	text-decoration: none;
}

#page em {
	font-style: normal;
}

#page img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#page a {
	outline: none;
}


/* Setting */

#page ul {
	list-style-position: outside;
	list-style-type: none;
}

#page ol {
	list-style-position: outside;
}
	

