/* Twin goddess CSS */
BODY {
	text-align: left;
	background: white;
	color: black;
	line-height: 160%;
}

div.chapter {
	margin-top : 1.5em;
	margin-bottom : 1em;
}
P {
	margin: 0em 3em 0.5em 4em;
}

p.link {
	margin : 0em 0em;
}

H1 {
	font-weight: bold;
	font-size: 2.5em;
	border-width: thick 0;
	border-style: solid;
	border-color: black;
	padding: 0em 0.5em;
	line-height: 125%;
}

h2 {
	margin: 1.5em 0em 1em 0em;
	font-weight: 700;
	font-size: 1.5em;
	border-width: thick 0em 0em 1.5em;
	border-style: solid;
	border-color: silver;
	padding: 0.5em 0.5em 0em 0.5em;
}

h3 {
	margin: 1.5em 0em 0em 1em;
	font-weight: 500;
	font-size: 1em;
	font-weight: bold;
	border-width: thin 0em 0em 0em;
	border-style: solid;
	border-color: black;
	padding: 0.5em 0.5em 0em 0.5em;
}

h4 {
	margin: 0em 0em 0em 2em;
	font-weight: 500;
	text-decoration: underline;
}

A:link {
	color : #328282;
}

A:visited {
	color : #CE3921;
}

A:active {
	color : #FF0000;
}

a:hover {
	color: #FF0000;
}

/* cite: 他のリソースへの参照。本やマンガなどのタイトルで使用 */
cite {
	font-style: normal;
	color : #084;
}

/* q: 引用。台詞とか */
q {
	color : #08a;
}

/* dfn: キーワード */
dfn {
	font-style: normal;
	color : #b33;
}

/* em: 強調。通常のキーワードで使用 */
em {
	font-style: normal;
	font-weight: normal;
	color: #24e;
}
