.clearfix {
      clear: both;
}

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

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

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

body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #d7e8f2;
	color: #EBF3F6;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

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

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

#logo {
	color: #000000;
    font-size: 15pt;
    font-weight: bold;
	text-align: left;
	height: 35px;
	padding: 76px 0 0 460px;
	width: 370px;
}

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

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

.navi_head {
	width: 200px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 16px 20px 7px 48px;
    color: #02101D;
    font-size: 10pt;
    font-weight: bold;
}

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

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

.cont_head {
	width: 780px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 16px 20px 10px 16px;
    color: #DFEBFF;
    font-size: 12pt;
    font-weight: bold;
}

.cont {
	margin-left: 10px;
	width: 796px;
	min-height: 300px;
}

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

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

.navi_cont > ul > li > a {
	color: #02101D;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 28px;
	display: block;
}

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

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

.navi_cont > ul {
	margin: 0;
	padding: 10px 0 0 5px;
}

.navi_cont > ul > li {
	line-height: 29px;
	background-image: url("../img/dot.jpg");
	background-repeat: no-repeat;
	list-style: none;
	background-position: 5px 6px;
	margin-left: 15px;
}

.submenu_item {
	margin-left: 38px !important;
}

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

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

.menu_separator {
	list-style-type: none;
	background: none !important;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	padding-left: 27px !important;
}
