.clearfix {
      clear: both;
}

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

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

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

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

.wrapper {
	min-height: 100%;
	margin-top: 0;
	background-image: url("../img/page.jpg");
	background-repeat: repeat-y;
	background-color: #fff;
}

.header {
	background-image: url("../img/header_m.jpg");
	height: 81px;
}

.h_l {
	background-image: url("../img/header_l.jpg");
	height: 81px;
	width: 130px;
	float: left;
}

.h_r {
	background-image: url("../img/header_r.jpg");
	height: 81px;
	width: 162px;
	float:right;
}

#logo {
	float: left;
	color: #000;
    font-size: 16pt;
    font-weight: bold;
    width: 800px;
    margin-left: -70px;
    padding-top: 20px;
}

.navigation {
	width: 289px;
	float:left;
}

.navi_head {
	color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 35px 0 61px;
    padding-left: 68px\9;
    margin-bottom: 20px;
}

.navi_cont {
	width: 295px;
}

.content {
	margin-left: 295px;
}

.cont_head {
	color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.cont {
	min-height: 300px;
}

.cont_text {
	padding: 0 20px 0 20px;
	padding-bottom: 25px;
}

.navi_cont > ul > li > a {
	color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

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

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

.navi_cont > ul > li {
	color: #fff;
	background-color: #000;
	margin-top: 5px;
	padding: 5px 15px 5px 15px;
}

.navi_cont > ul {
	padding-left: 35px;
	list-style-position: inside;
}

.submenu_item {
	padding-left: 30px !important;
	padding-left: 35px\9 !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0 10px 12px !important;
	color: #000 !important;
	font-size: 13pt;
	font-weight: bold;
	background: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin: 7px 0px 7px 12px !important;
}

.menu_separator {
	list-style-type: none;
	background: none !important;
	margin: 5px 0px 5px 0px !important;
}
