#main-box {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.line-under {
	border-bottom: 1px solid black;
}

.upper-link:link {
	color: black;
	text-decoration: none;
}

.upper-link:visited {
	color: black;
	text-decoration: none;
}

.upper-link:hover {
	color: black;
	text-decoration: underline;
}

.line-v {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
}

a {
	color: #036316;
	text-decoration: none;
}

a:link {
	color: #036316;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.upper-gradient-usual {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.0004) 0%, rgba(0,0,0,0.3) 56%, rgba(0,0,0,0.42) 67%, rgba(0,0,0,0.23) 80%, rgba(0,0,0,0) 100%);
}

.upper-gradient {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.0004) 0%, rgba(0,0,0,0.3) 56%, rgba(0,0,0,0.42) 67%, rgba(0,0,0,0.23) 78%, rgba(0,0,0,0) 100%);
}

.upper-gradient-2 {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.0004) 0%, rgba(0,0,0,0.3) 62%, rgba(0,0,0,0.42) 72%, rgba(0,0,0,0.23) 82%, rgba(0,0,0,0.0399999) 100%);
}

nav.upper {
	background: white;
}

.flex-container {
	display: flex;
	align-items: stretch;
	margin-top: auto;
}

.flex-container div {
	margin-top: auto;
	line-height: 18px;
}

.flex-container img {
	line-height: 18px;
}

.upper-text {
	margin-top: none
}

.upper-element {
	margin-left: 8pt;
	margin-right: 8pt;
}

#upper-logo {
	margin-left: 20px;
	margin-right: 10px;
}

#upper-logo:link {
	color: black;
	text-decoration: none;
}

#upper-logo:hover {
	color: black;
	text-decoration: underline;
}

.article-heading {
	display: flex;
	align-items: stretch;
	margin-top: auto;
}

header {
	margin-bottom: 25px;
}

.article-container {
	display: block;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

article {
	margin-bottom: 25px;
}

.article-body {
	background-color: white;
	display: block;
	padding: 5px;
	padding-left: 50px;
	padding-right: 25px;
}

.justify {
	text-align: justify;
}

.article-footer {
	border-width: 1px;
	background-color: white;
	border-style: solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(0,0,0,0), rgba(1,1,1,0.5), rgba(0,0,0,0));
	padding-top: 0px;
	padding-right: 5px;
	text-align: right;
}

footer {
	text-align: center;
	position: relative;
	bottom: 0;
	width: 768px;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(0,0,0,0), rgba(1,1,1,0.5), rgba(0,0,0,0));
	padding-top: 0px;
	padding-right: 5px;
	background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,255), rgba(1,1,1,0));
	height: 100px;

}

.last {
	margin-bottom: 300px;
}

body {
	background-image: url('../svg/myon.svg');
	background-size: 100%;
	background-position: center;
}

#position-container {
	min-height: 100%;
	position: relative;
}
