.clearfix {
      clear: both;
}

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

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

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

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

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

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

#logo {
	color: #5E523C;
    font-size: 15pt;
    font-weight: bold;
    padding-left: 290px;
	height: 68px;
	padding-top: 20px;
}

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

.navigation {
	width: 288px;
	min-height: 300px;
	float: left;
	color: #fff;
	padding-bottom: 10px;
}

.navi_head {
	color: #333333;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 86px;
}

.navi_cont {
	width: 280px;
}

.content {
	float:left;
	width: 812px;
	min-height: 300px;
	margin-top: -30px;
}

.cont_head {
	color: #333333;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 20px;
}

.cont_head_text {
	margin-top: -21px;
	padding-bottom: 5px;
}

.cont {
	padding-left: 10px;
	padding-right: 10px;
	width: 770px;
	min-height: 300px;
}

.cont_text {
	padding-left: 10px;
	padding-right: 10px;
}

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

.navi_cont > ul > li > a {
	color: #000000;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding-top: 3px;
}

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

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

.navi_cont > ul > li {
	color: #000000;
	padding-right: 10px;
	min-height: 30px;
	list-style-image: url("../img/dot.gif");
}

.navi_cont > ul {
	padding-left: 87px;
}

.submenu_item {
	margin-left: 28px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #000 !important;
	font-weight: bold;
	font-size: 13pt;
	min-height: 0px !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 17px;
	margin-bottom: 12px;
}

.menu_separator {
	list-style-type: none;
	list-style-image: none !important;
	min-height: 0px !important;
	margin-top: 18px;
	margin-bottom: 12px;
}
