html, body{
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e0e0e0;
	margin: 0;
	padding: 0;
	/*font-family: 'PT Serif', Arial;*/
	/*font-family: 'Handlee', Arial;*/
	font-family: 'PT Sans Narrow', Arial;
	font-size: 12pt;
	letter-spacing: 1px;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
}

.utf8_icon {
	font-family: Arial;
	font-size: 12pt;
}

#toggle_side_navi {
	display: none;
	position: absolute;
	top: -55px;
	height: 30px;
}
#dropDownNavi {
	position: absolute;
	background-color: #fff;
	z-index: 20000;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

@media (max-width: 600px) {
	#toggle_side_navi {
		display: block !important;
	}
	#sidenavi {
		display: none;
	}
	.sideBanner {
		display: none;
	}
	.content {
		margin-left: 0 !important;
	}
}

.mainWrapper {
	max-width: 960px;
	min-width: 500px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	position: relative;
}

.sideBanner {
	position: absolute;
	height: 100%;
	width: 180px;
}

.siteHeader {
	position: relative;
	width: 100%;
}
.siteHeader .navigation {
	position: absolute;
	bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	width: 100%;
}
a.link {
	white-space: nowrap;
}
.siteHeader .navigation .link, #toggle_side_navi .link {
	display: inline-block;
	position: relative;
	bottom: 0;
	font-size: 14pt;
	position: relative;
	color: #000;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 3px 20px;
}
.siteHeader .navigation .link:hover {
	background-color: rgba(0,0,0,0.1);
}
.siteHeader .navigation .link.active {
	background-color: rgba(0,0,0,0.1);
}

.contentHeader {
	position: relative;
	height: 200px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.contentWrapper .navigation {
	position: absolute;
	top: 0px;
	left: 0;
	/*width: 180px;*/
	/*min-height: 500px;*/
	height: 100%;
	padding-top: 20px;
}
.contentWrapper .navigation h1 {
	display: block;
}

.contentWrapper .navigation .link {
	/*box-shadow: 0 1px 5px rgba(0,0,0,0.25);*/
	font-size: 14pt;
	position: relative;
	display: block;
	color: #000;
	/*text-align: center;*/
	/*text-transform: uppercase;*/
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 20px;
}

.contentWrapper .navigation .link:hover {
	/*background: rgba(0,0,0,0.05);*/
	text-decoration: underline;
}

.contentWrapper .navigation .link.active {

}

.contentWrapper {
	position: relative;
	font-size: 12pt;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}

.content {
	position: relative;
	/*margin: 10px;*/
	padding: 5px 10px;
	/*margin-left: 200px;*/
}

.footer {
	/*border: 1px solid black;*/
	height: 30px;
	/*line-height: 20px;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer span {
	/*padding: 5px;*/
	line-height: 30px;
	padding: 0 10px;
}

.footer span.left {
	float: left;
}
.footer span.right {
	float: right;
}