* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	}

/* Header
----------------------------------------------------*/
.g_header {
	display: none;
	}

/* Content
----------------------------------------------------*/
#g_content_o {
	width: 800px;
	height: 500px;
	margin: 50px 50px 0 50px;
	text-align: left;
	}
#g_content_i {
	padding: 0;
	}
#g_content_i p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 1em;
	background: #fff;
	padding: 5px 10px;
	}
#g_content_i a:link, #g_content_i a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
#g_content_i a:hover, #g_content_i a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}
	
/* Footer
----------------------------------------------------*/
.g_footer {
	clear: both;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 5px auto;
	text-align: right;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	}
.g_footer a, .g_footer a:visited {
	text-decoration: underline;
	color: #fff;
	}
.g_footer a:hover, .g_footer a:active {
	text-decoration: underline;
	color: #ccc;
	}
	
/* NDML
----------------------------------------------------*/
hr {
	display: none;
	}
.clear {
	clear: both;
	}