@charset "UTF-8";

body {
	margin: 0;
	height: 100%;
	padding: 0;
	color: #000000;
	background-color: #ffffcc;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN" ,sans-serif, Arial;
	font-size: 100%;
}
#CONTAINER {
	margin: 8px auto 0 auto;
	height: 100%;
	width: 760px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}
#NAV {
	margin: 0;
	color: #666600;
	background-color: #eeff99;
}
#NAV p.SITE_TITLE {
	margin: 0;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
	font-size: 18px;
}
#NAV p.SITE_TITLE a {
	color: #006600;/*inherit*/
	background-color: transparent;
	text-decoration: none;
}
#TOPICPATH {
	margin: 0;
	color: #000000;
	background-color: #99ff99;
	text-align: left;
	text-indent: 12px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 14px;
}
#ARTICLE {
	margin: 0 16px 0 16px;
	width: 528px;
	float: left;
}
#ARTICLE h1 {
	margin: 2em 0 0 0;
	text-indent: 1em;
	line-height: 2;
	font-size: 100%;
}
#ARTICLE h2 {
	margin: 2em 0 0 0;
	line-height: 2;
	font-size: 90%;
}
#ARTICLE .List {
	margin: 2em 0 0 1em;
	text-indent: 0em;
	line-height: 2;
	font-weight: bold;
	font-size: 85%;
}
#ARTICLE p {
	margin: 2em 0 0 0;
	text-indent: 1em;
	line-height: 2.5;
	font-size: 85%;
}
#ASIDE {
	margin: 16px 16px 0 0;
	width: 166px;
	height: 100%;
	float: right;
}
#ASIDE ul {
	margin: 0;
	list-style: none;
	line-height: 1.8;
	font-size: 85%;
}
#ASIDE ul ul {
	margin: 0 0 0 1em;
	list-style: none;
	line-height: 1.2;
	font-size: 81%;
}
#FOOTER {
	margin: 48px 16px 0 16px;
	border-top: 1px solid #999999;
}
#FOOTER p {
	margin: 2em;
	color: #999999;
	background-color: transparent;
	text-align: center;
	line-height: 2;
	font-size: 80%;
}
