/* main area */
body { background-color: #260d1a; margin: 0px; }

main {
	margin: auto;
	width: 725px;
	/*padding: 10px;*/
	border-bottom: 2px solid #d37d7c;
	/*background-color: lightgreen;*/
}

main#no-bottom {
	border-bottom: none;
}

.center {
	text-align: center;
}

footer {
	color: #d37d7c;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: center;
}
footer#img {
	color: #d37d7c;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 68%;
}

/* sides */
#content { padding: 4px; }

/* text */
h1, h2, h3, h4, p { color: #d37d7c; font-family: "Arial"; }
#content li { color: #d37d7c; font-family: "Arial"; }
/*
#content p { font-size:1em; margin-top: 14px; margin-bottom: 25px; }
#content h2 { margin-top: 0; margin-bottom: 2px; }
*/
#content h1, #content h2, #content h3, #content h4 { margin-top: 0.5em; margin-bottom: 0.5em; }
#content a { color: #00ffff; text-decoration: none; }
#content a:hover { text-decoration: underline; }

#content ul#no-style {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0; padding: 0;
}
#content a#no-style { color: #d37d7c; }
#content ul#no-style a { color: #d37d7c; }

/* nav */
nav {
	border-top: 2px solid #d37d7c;
	border-bottom: 2px solid #d37d7c;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
nav a {
	font-family: "Arial";
	font-weight: bold;
	font-size: 13px;
	color: #d37d7c;
	padding: 12px;
	display: block;
	align-items: center;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
}
nav a:hover {
	background-color: #d37d7c;
	color: #260d1a;
}
nav a#active {
	background-color: #d37d7c;
	color: #260d1a;
}
nav li { float: left; }
nav li#extra { float: right; }

p#GONA {
	font-family:"IshiiGothic B"
}
