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

	
#body {background-color: #00C;
}

#content {
	position: absolute;
	left: 160px;
	top: 400px;
	width: 705px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
}
	
#io_total {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 705px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
	-webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
	
#io_masc {
	position: absolute;
	left: 2px;
	top: 0px;
	width: 350px;
	height: 14800px;
	z-index: 2;
	background-color: #00C;
	text-align: center;
	font-weight: bold;
}
	
#io_fem {
	position: absolute;
	left: 353px;
	top: 0px;
	width: 350px;
	height: 14800px;
	z-index: 2;
	background-color: #00C;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bolder;
	color: #FFF02E;
}
	
a img { 
	border: none;
}
	
a:link {
	color: #1A00FF;
	text-decoration: none;
	}

a:visited {
	color: #1A00FF;
	text-decoration: none;
	}
	
a:hover, a:active, a:focus {
	color: #FFF02E;
	text-decoration: none;
	}
	
ul, ol, dl {
	padding: 0;
	margin: 0;
}
	   
	 