@charset "UTF-8";

/* CSS Document */


body {
	background-image: none;
	background-color: #FFC;
}
a:link {
	color: #03C;
	text-decoration: underline;
}

a:visited {
	color: #03C;
	text-decoration: none;
}

a:active {
	color: #503000;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
	background-color: #FCC;
}

#content #main {
	float: left;
	width: 690px;
	font-size: 109%;
}
#content #sidebar {
	float: right;
	width: 200px;
	height: auto;
	text-align:left;
	margin-bottom: 20px;
}
#main .frame-c {
	background-color: #CFC;
	padding: 10px;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #705020;
	text-align:left;
}
#content #main h1 {
	width: 100%;
	background-color: #060;
	text-align:center;
}
#content #main h2 {
	width: 93%;
	color: #309;
	background-color: #F99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}
#content #main h3 {
	width: 90%;
	color: #309;
	background-color: #FF6;
	text-align:left;
}
#content #main h4 {
	width: 90%;
	color: #909;
	font-weight:bold;
	background-color: #6FF;
	text-align:left;
	margin-left:10px;
	padding:3px;
}
#content #main ul li {
	margin-right:10px;
	margin-left:20px;
	color:#03C;
	list-style-type:circle;
}
#content #main ul li a {
	padding:5px;
	display:block;
}
#content #main ol li {
	margin-right:10px;
	margin-bottom:10px;
	margin-left:50px;
	list-style-type:decimal;
}
#content #sidebar h1 {
	width: 200px;
	text-align:center;
	background-color: #060;
}
#content #sidebar ul {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#content #sidebar ul li {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0.5em;
	list-style-position: outside;
	list-style-type: square;
}
#content table td {
	padding: 5px;
}
