@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	font-family: Helvetica, sans-serif;
}

.wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}

header {
	width: 100%;
}

		.background_change_images {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}

	
.imano_logo {
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #00FF66;
}


.navigation {
	z-index: 99999;
	position: relative;

}

.sub-navigation {
	z-index: 999999;
	position: relative;
	top: 10px;
}

@media only screen and (orientation:portrait){
	/* portrait mode */

body {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

		.background_change_images {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		
.wrapper {
	width: 768px;
	height: 1024px;
	margin: 7% auto;
	position: relative;
}
	
.header {
	position:absolute;
	width:auto;
	height:75px;
	padding:16px 0 0 5px;
	left: -60px;
}
	
.imano_logo {
	position:absolute;
	left: 700px;
	top: -40px;
}
	
.content {
	position: relative;
	left: -120px;
}

.content .one_column_segment h2 {
	font-size: 2.5em;
	margin-bottom: 10px;
	font-family: Helvetica, sans-serif;
}
	
.content .one_column_segment p {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	letter-spacing: 0.5px;
	line-height: 21px;
	display: block;
	float: left;
}
.content .one_column_segment a {
	font-size:1.1em;
	text-decoration:none;
	display: block;
	position: absolute;
	top: 500px;
}


	


}
