@charset "utf-8";

body {
	margin: 0px;
	background-color: #FFFFFF;
}

a {
	font-size: 11px;
	font-family: 'Monda', sans-serif;
	color: #9C9C9C;
	text-decoration: none;
}

#content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#footer {
	text-align: center;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 1em;
}
#wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
	z-index: 1;
}
.txt_01 {
	color: #030303;
	font-size: 1.5em;
	font-family: 'Monda', sans-serif;
}
.txt_02 {
	color: #A7A7A7;
	font-size: 1.1em;
	font-family: 'Monda', sans-serif;
}
.txt_footer {
	color: #FFFFFF;
	;
	font-size: 12px;
	font-family: 'Monda', sans-serif;
}
