/* Header and Logo Styles */
body {
	background-color: #ffffff;
	font-family: 'Lato-Light', sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}

#founder_name {
	font-size: 17pt;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.header-container {
	position: relative;
	width: 900px;
	height: 80px;
}

.header-logo {
	font-size: 24pt;
	padding-top: 30px;
	padding-bottom: 10px;
	cursor: pointer;
}

.header-logo.float-left {
	float: left;
}

.logo-ai {
	color: #505050;
}

.logo-mitsufuji {
	color: #aaaaaa;
}

/* Header Navigation (About Page Link) */
.header-nav {
	position: absolute;
	right: 2px;
	bottom: 10px;
	font-size: 14pt;
}

.header-nav a {
	color: #aaaaaa;
	text-decoration: none;
	cursor: pointer;
}

.header-nav a:hover {
	color: #ffffff;
}

div.container {
	width: 900px;

	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;

	padding-top: 0px;

	margin-left: auto;
	margin-right: auto;
}

#image_map img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

#image_map img:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
	/* For IE8 and earlier */
}

.project-footer {
	width: 860px;
	height: 32px;
	padding: 20px;
	margin-top: 10px;
	background-color: #D6D6D6;
}