.clearfix {
      clear: both;
}

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

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

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

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

.wrapper {
	width: 1100px;
}

.header {
	background-image: url("../img/header.jpg");
	width: 1100px;
	height: 118px;
}

#logo {
	color: #ffffff;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 268px;
    padding-top: 45px;
    text-align: center;
    width: 704px;
}

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

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

.navi_head {
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 49px;
}

.content {
	float:left;
	width: 825px;
	min-height: 300px;
}

.cont_head {
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 21px 5px 3px 5px;
}

.cont {
	margin-left: 16px;
	width: 810px;
	min-height: 300px;
}

.cont_text {
	padding: 6px 5px 0 5px;
}

.footer {
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	width: 1100px;
	height: 89px;
}

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

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

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

.navi_cont {
	width: 255px;
	margin-top: -5px;
}

.navi_cont > ul > li {
	color: #ffffff;
	margin-top: 5px;
	background-color: #ff6301;
	padding: 5px 8px 5px 5px;
}

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

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

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

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

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

.menu_separator {
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
