﻿/* RESET */

/* v1.0 | 20080212 */

ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul
{
	list-style: none;
}

/* COMMON STYLE */

body
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px;
	width: 100%;
	font-family: Papyrus;
	font-size: 10pt;
	background-image: url('/images/bg_asanoha.png');
}

.body
{
	margin: 10px;
	border: 1px solid #373777;
	width: 595px;
	color: #373777;
	font-family: Papyrus;
	background-color: #fff;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img
{
	border: none;
	max-width: 100%;
}

/* MENU */

header
{
	margin-bottom: 40px;
	width: 595px;
	height: 90px;
}

header #mon
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: none;
	width: 80px;
	height: 80px;
	fill: #373777;
}

.menu
{
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #373777;
	border-bottom: 1px solid #373777;
	padding-left: 3px;
	width: 482px;
	background-color: rgba(255, 255, 255, .66);
}

.menu a
{
	flex: 1 1 auto;
	display: block;
	margin: 2px 0px;
	padding: 2px;
	color: #373777;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	line-height: 2.8em;
	vertical-align: middle;
}

.menu a.selected
{
	background: #373777;
	color: #abcdef;
	font-weight: bold;
}

header h1
{
	margin: 0px 10px;
	color: #373777;
	text-align: right;
	font-size: 18pt;
}

img.banner {
	display: block;
}

/* Content */

article
{
	clear: both;
	padding: 0px 10px;
	height: 711px;
	overflow: auto;
}

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

footer
{
	width: 595px;
	text-align: right;
}

a.contact
{
	padding-right: 5px;
	font-family: Monaco, "Lucida Console", "Andale Mono", "Monotype.com", "MS Gothic", monospace;
	font-size: 8pt;
}