body {
	padding: 0px;
	margin: 0px;
	
	font-family: 'Hiragino Maru Gothic Pro', serif;
}

p[lang="en"]:after {
	content: "【英語】";
}

p[lang="en"]:first-letter {
	padding-left: 0px;
	font-size: medium;
}

h1 {
}

h2 {
	padding-left: 0.5em;
}

h3 {
	color: slateblue;
	border-bottom: 2px solid;
	padding-left: 0.5em;
}

a:visited {
	color: #099;
}

#breadcrumbs {
	text-align: right;
}
#contents {
	padding: 0% 15% 5% 15%;
}

#breadcrumbs li {
	display: inline;
	list-style-type: none;
}

#breadcrumbs li + li:before {
	content: " > ";
}

.notfound {
 list-style-type: none;
 }
 
 p:first-letter {
	padding-left: 1em;
 }
 
 .error {
	 color: fuchsia;
 }

