@charset "utf-8";

html {
	text-align: center;
}
body {
	margin: 1em auto;
	width: 640px;
	text-align: justify;
	font-family: "Arial", "돋움", "AppleGothic", sans-serif;
	line-height: 1.5;
}
* html body {
	font-family: "돋움", "Arial", sans-serif;
	font-size: 95%;
}
pre, code, kbd, var {
	font-family: "Monaco", "AppleGothic", "Lucida Console", "돋움체", monospace;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	float: left;
	clear: left;
	margin: 0 0 0.5em 0;
	color: #804;
	font-family: "Arial", sans-serif;
}
h1 span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
body.index h1 {
	font-size: 4em;
	letter-spacing: -2px;
	margin: 0;
}
body.index h1 strong {
	font-size: 1em;
	line-height: 0.8;
	display: block;
}
body.index h1 span {
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.metadata {
	font-size: 1.2em;
	margin-top: 6.8em;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
	line-height: 1;
	float: right;
	clear: right;
}
.metadata p {
	margin: 0;
	text-align: right;
	color: #a26;
}
address {
	font-size: 0.8em;
	font-style: italic;
	color: #a26;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 2em 0 0 0;
	line-height: 1;
	color: #d69;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1.8em 0 0 0;
	line-height: 1;
	color: #e8a;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.6em 0 0 0;
	line-height: 1;
	color: #fab;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0 0;
	line-height: 1;
	color: #fbc;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.5;
	color: black;
}
h2 span {
	color: #a26;
}
h3 span {
	color: #c48;
}
h4 span {
	color: #e6a;
}
h5 span {
	color: #f8c;
}
h2 code, h3 code, h4 code, h5 code {
	font-weight: normal;
}
a {
	background-color: #804;
	text-decoration: none;
	color: white;
}
a:hover, a:focus {
	background-color: #c48;
}
pre kbd {
	font-weight: bold;
}
p {
	margin: 1em 0;
}
ul, ol {
	margin: 1em 0 1em 2em;
	padding: 0;
}
dl {
	margin: 1em 0;
	padding: 0;
}
ul {
	list-style: square;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
	margin: 0 0 0 2em;
}
li {
	color: #804;
}
li div {
	color: black;
}
dt {
	color: #804;
}
dd {
	margin-bottom: 0.5em;
}
li p, dd p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
ul.toc {
	list-style: none;
}
ul.toc ul {
	list-style: none;
}
body.index ul.toc {
	margin-left: 0;
	margin-right: 0;
}
body.index ul.toc li div {
	font-size: 1.33em;
	color: #804;
}
body.index ul.toc ul li div {
	font-size: 0.75em;
}
body.index ul.toc ul ul li div {
	font-size: 1em;
}
pre {
	margin: 1em 2em;
	font-size: 0.9em;
	color: #a26;
	line-height: 1.2;
}
code {
	font-size: 0.9em;
	background: #fde;
}
a code {
	background-color: #804;
}
a:hover code, a:focus code {
	background-color: #c48;
}
var {
	font-size: 0.9em;
	font-style: normal;
	color: #c48;
	border-bottom: 2px solid #fde;
}
a var {
	color: white;
}
em var {
	font-style: italic;
}

div.example {
	background: #efe;
	border-left: 5px solid #beb;
	border-right: 5px solid #beb;
	padding: 0 5px;
	margin: 0 -10px;
}
span.example {
	background: #efe;
	border-left: 5px solid #beb;
	border-right: 5px solid #beb;
	margin: -2px 0;
	padding: 2px 5px;
}
span.example:before {
	content: "예제: ";
	color: #484;
	background: #beb;
	margin: -2px 5px -2px -5px;
	padding: 2px 0;
}
div.justify {
	background: #eef;
	border-left: 5px solid #bbe;
	border-right: 5px solid #bbe;
	padding: 0 5px;
	margin: 0 -10px;
}
span.justify {
	background: #eef;
	border-left: 5px solid #bbe;
	border-right: 5px solid #bbe;
	margin: -2px 0;
	padding: 2px 5px;
}
span.justify:before {
	content: "이유: ";
	color: #448;
	background: #bbe;
	margin: -2px 5px -2px -5px;
	padding: 2px 0;
}

hr {
	clear: both;
	margin: 0.5em 0;
	color: #f8c;
	background: #f8c;
	height: 1px;
	padding: 0;
	border: 0;
}

table {
	margin: 1em auto;
	border-top: 2px solid #804;
	border-bottom: 2px solid #804;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 0.9em;
}
table.full {
	width: 100%;
}
caption {
	margin: 0 auto -0.5em auto;
	padding: 0;
	color: #804;
}
thead tr, thead tr th, thead tr td {
	border-bottom: 1px solid #804;
	color: #804;
}
tfoot tr, tfoot tr th, tfoot tr td {
	border-top: 1px solid #804;
	color: #804;
}
tbody tr, tbody tr th, tbody tr td {
	border-bottom: 1px solid #a26;
}
td, th {
	padding: 3px 0.8em;
}
th {
	font-weight: bold;
}
th, table.centered-cell td {
	text-align: center;
}

.grammar {
	color: #a26;
}
pre.grammar {
	border-left: 5px solid #a26;
	padding-left: 5px;
}
.grammar a {
	background: none;
	color: #a26;
	text-decoration: underline;
}
.grammar i {
	color: #26a;
	font-style: normal;
	font-size: 90%;
}
.grammar u {
	color: #d59;
	text-decoration: none;
}

