@charset "utf-8";

* {
	margin: 0; padding: 0; border: none;
}
html, body {
	position: relative;
	color: black;
	user-select: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: black;
}
div, li {
	cursor: default;
}
li {
	list-style-type: none;
	list-style-position: inside;
}

.clearfix::after {
	content: "";
	width: 0; height: 0; visibility: hidden;
	display: block;
	clear: both;
}

#site_base {
	background: #ffffff;
	margin: 0 auto;
	width: 960px;
	position: relative;
	font-family: sans-serif; font-size: 16px; color: black;
}
#site_title_base {
	/* background: #da3939; opacity: 0.5; */
	width: 100%; height: 80px;
	position: relative;
	font-size: 26px;
}
#site_title_base > .inner {
	padding: 40px 0px 10px;
}
#site_center_base {
	/* background: yellow; opacity: 0.5; */
	width: 100%; min-height: 500px;
	position: relative;
}
#sidebar {
	/* background: green; opacity: 1; */
	position: absolute;
	width: 166px; height: 500px; left:-176px;
}
#sidebar > .inner {
	padding-top: 4px;
}
#sidebar li {
	margin-bottom: 15px;
	box-sizing:border-box;
	/* width: 100%; */
	display: block;
}
#sidebar li.current {
	background:rgb(250, 216, 212);
	padding: 3px 0 3px 4px;
	box-sizing: border-box;
}
#sidebar li a {
	display: block;
	/* background: gray; */
	width:100%;
	padding: 3px 0 3px 4px;
	box-sizing: border-box;
}
#footer {
	/* background: blue; opacity: 0.5; */
	width: 100%; height: 50px;
	position: relative;
}