@charset "utf-8";
/* CSS Document */

/* layout */
#wrapper {
	margin: 20px auto;
	width: 800px;
}
#main {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 498px;
	border: 1px solid #666666;
}
#main #text {
	float: left;
	width: 350px;
	padding-top: 30px;
	padding-left: 25px;
}
/*
#text h1 {
	font-size: 2.5em;
	font-family: "Times New Roman", Times, serif;
}
*/
#text h1{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #333399;
}
/*
#text h3 {
	font-size: 1.1em;
	line-height: 1.6em;
}
*/
#main #navi {
	background-image: url(../img/nanoexa.gif);
	background-repeat: no-repeat;
	float: right;
	width: 382px;
	padding-top: 102px;
	background-position: left 87px;
}
#navi div.contact {
	padding-left: 218px;
}
#navi div.products {
	padding-left: 192px;
}
#navi div.technology {
	padding-top: 203px;
}



#footer {
	clear: both;
	padding-top: 8px;
	font-size: 1em;
	color: #666666;
}


#footer #left {
	float: left;
}

#footer #right {
	float: right;
}

