@charset "UTF-8";


a:link {color:#000; text-decoration:none}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:active {color:#000;}



.wrapper {
	height: 768px;
	width: 1024px;
	padding-top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
}
/* CSS Document */

.header {
	background-image: url(../img/IUMA_index_sliced_01.gif);
	height: 86px;
	width: 1024px;
	z-index: 4;
}
.nav {
	height: 32px;
	width: 1024px;
	z-index: 4;
}
#footer {
	height: 48px;
	width: 1024px;
	z-index: 6;
	position: absolute;
	left: 0px;
	top: 717px;
}
.main {
	width: 1024px;
	background-image: none;
	background-color: #dddddd;
	z-index: 3;
	margin: 0px;
	padding: 0px;	
	
}




h1,h2,h3,h4,h5,h6,h7 {
	font-family: "Hiragino Kaku Gothic StdN", Verdana, Geneva, sans-serif;
	

}
h2 {
	font-size: 2.5em;
	color: #f7f7f7;
	line-height: .2px;
}

h3 {
	font-size: 1.8em;
	color:#f7f7f7;
	line-height: .2px;
	
	
}
h4 {
	font-size: 0.68em;
	color:#f7f7f7;
	font-weight: 500;
	
}
h5 {
	font-size: 2.5em;
	color:#6f1717;
	line-height: .2px;
}
h7 {
	font-size: 1em;
	line-height: .2px;
	
}
