@charset "UTF-8";

#page {
	font-size: 1.4em;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6,
#page p,
#page blockquote,
#page table {
	margin: 0 0 1em 0;
}
#page h1 {
	border-top: 5px solid #690;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em 0.25em 14px;
	font-size: 1.5em;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
}
#page h2 {
	border-left: 5px solid #690;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em 0.25em 9px;
	font-size: 1.14em;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
}
#page h3 {
	border-left: 3px solid #690;
	padding: 0.25em 0 0.25em 11px;
}
#page p {
}
#page ul {
	padding: 0 0 0 2em;
	margin: 1em 0;
}
#page ul li {
	list-style-type: disc;
}
#page ol {
	padding: 0 0 0 2em;
	margin: 1em 0;
}
#page ol li {
	list-style-type: decimal;
}
#page blockquote {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 9px 11px;
}
#page table {
	font-size: 12px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
#page table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #eee url(/cmn/img/contents/stripe.gif) repeat left top;
	white-space: nowrap;
	padding: 9px 11px;
}
#page table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 9px 11px;
}
#page .f12 {
	font-size: 0.86em;
}