@namespace url("http://www.w3.org/1999/xhtml");

@font-face {
	font-family: ふい字;
	src: local(ふい字), local(HuiFont), url(/common/HuiFont109) format("woff");
}

@font-face {
	font-family: 美咲ゴシック;
	src: local(美咲ゴシック), local(MisakiGothic), url(/common/misaki_gothic) format("woff");
}

@font-face {
	font-family: "851チカラヅヨク-かなA";
	src: local("851チカラヅヨク-かなA"), local("851CHIKARA-DZUYOKU-KANA-A"), url(/common/851CHIKARA-DZUYOKU_kanaA) format("woff");
}

body {
	background: url("./background") peachpuff;
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
	color: crimson;
	line-height: 1.6;
}

a {
	color: crimson;
	font-weight: bold;
}

a:hover {
	color: coral;
}

header > p,
header > aside,
body > section,
footer > * {
	padding: 0.5em;
	background: lavenderblush;
	box-shadow: lavenderblush 0 0 0.7em 0.7em;
}

p {
	text-indent: 1em;
}

p i {
	font-style: inherit;
	font-family: ふい字, sans-serif;
}

/*------------------------------------
	タイトル
*/
hgroup {
	background: rgba(255,255,255,0.8);
	border-radius: 2em;
	padding: 0.5em;
	display: flex;
	white-space: nowrap;
}

h2:nth-of-type(1)::before,
h2:nth-of-type(1)::after {
	content: "〜";
}

/*------------------------------------
	概要
*/
h2:nth-of-type(2) {
	position: absolute;
	text-align: center;
	font-weight: normal;
}
h2 i {
	font-style: inherit;
	font-family: "851チカラヅヨク-かなA", fantasy;
}
