html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    background-color: #fff;

}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: "Noto Serif", Helvetica, Times,Arial, sans-serif;
	font-family: Helvetica, Times,Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #3B3B3B;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f1f1f1;
	text-align: center;
}
body {
    margin: 0 auto;
    max-width: 800px;
    max-width: 1000px;
	background-color: #f1f1f1;
    box-shadow: 0 5px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
}
div#page {
	box-sizing: border-box;
	margin: 0px auto;
	width: 800px;
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding: 50px 5%;
}
div#page.smallpage {
	width: 400px;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 120%;
}
h2 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 140%;
}
a {
	color: #626824;
	color: #758000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.menu_bottom {
	text-align: right;
	text-align: center;
	margin-top: 50px;
	font-size: 80%;
}

span.person {
	font-size:0.8em;
}
li {
	list-style: circle; 
	margin-left: 15px;
	line-height: 120%;
	line-height: 140%;
}
