@charset "UTF-8";

a#enter {
	font-style:italic;
}

abbr {
	font-variant-caps:all-small-caps;
}

abbr[title] {
	cursor:help;
}

blockquote > cite::before {
	content:"— ";
}

body {
	background-image:url("../media/bg-001.jpg");
	margin:auto;
	text-align:center;
	width:60%;
}

cite:lang(ja) {
	font-style:normal;
}

cite:lang(ja)::before {
	content:"『";
}

cite:lang(ja)::after {
	content:"』"
}

code,
pre {
	tab-size:4;
}

footer > section#banners {
	border:0;
	padding:0;
}

footer > section#banners > ul {
	list-style-type:none;
	padding:0;
}

footer > section#banners > ul > li {
	display:inline;
}

main {
/*
	background-color:#368efc;
*/
	background-image:url("../media/bg-002t.png");
	border:1px solid cyan;
	margin:1em 0;
}

main > section {
	padding:1em;
}

summary {
	cursor:row-resize;
}

q {
	quotes:"‘" "’" "“" "”";
}
