@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
	font-size: 100%;
}
ul, ol, dl{ list-style: none; }

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #C3035B; text-decoration: none;}
a:hover {color: #C3035B; text-decoration: none;}

html{ 
	background-color: #E7E9B8;
	color: #000;
}


#background_cover {
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
	z-index: 10;
	background-color: transparent;
}

#background {
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
}

#background img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#container {
	height: 470px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#container div#rap {
	position: absolute;
}

article.item_container {
	position: absolute;
	width: 1410px;
	height: 470px;
	top: 0;
}

div#header {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 1000;
	padding-right: 30px;
	font-size: 11px;
	font-family: Courier New, monospace, sans-serif;
}

div#header h1 {
	margin-bottom: 15px;
}

div#header a {
	white-space: nowrap;
}
