.clearfix {
      clear: both;
}

html, body {
	height: 100%;
	margin: 0;
}

a {
	color: #000;
    text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	background-color: #e6e6fa;
	color: #000000;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.wrapper {
	width: 1076px;
	margin: auto;
}

.header {
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	width: 1076px;
	height: 134px;
}

#logo {
	color: #000000;
    font-size: 22pt;
    font-weight: bold;
	text-align: center;
	height: 35px;
	padding: 45px 30px 0 260px;
}

.page {
	background-image: url("../img/page.jpg");
	width: 1076px;
	min-height: 370px;
}

.navigation {
	width: 259px;
	min-height: 300px;
	float: left;
	color: #fff;
}

.navi_head {
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
    color: #808080;
    font-size: 12pt;
    font-weight: bold;
    padding: 80px 25px 0 34px;
}

.cont_head {
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.navi_cont {
	width: 240px;
}

.content {
	float: left;
	width: 785px;
	min-height: 300px;
	padding: 10px 0 0 0;
}

.footer {
	background-image: url("../img/footer.jpg");
	width: 1076px;
	height: 44px;
}

.navi_cont > ul > li > a {
	color: #808080;
    font-weight: normal;
    text-decoration: underline;
    display: block;
    padding: 5px;
}

.navi_cont > ul > li > a:hover {
	color: #000;
    text-decoration: none !important;
}

.navi_cont > ul > li.active > a {
      color: #000;
}

.navi_cont > ul {
	padding-left: 20px;
	list-style-type: none;
}

.navi_cont > ul > li {
	color: #808080;
	margin-top: 1px;
	min-height: 20px;
	background-color: #e6e6fa;
	line-height: 20px;
	padding: 0 8px 0 10px;
}

.submenu_item {
	padding-left: 20px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	color: #808080 !important;
	background: none !important;
	font-size: 12pt;
	font-weight: bold;
	width: 202px;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
	margin-left: 10px !important;
}

.submenu_item + .menu_separator {
	padding-left: 0px !important;
}

.menu_separator {
	list-style-type: none;
	min-height: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-left: 0px !important;
}
