@import url('https://fonts.googleapis.com/css?family=Corben:700');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');

body {
	margin:0;
	padding:0;
	background-color:#5a3939;
}
header {
	position:fixed;
	top:0;
	left:0;
	z-index: 1000000;
}
header, nav, nav ul {
	width:100%;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	background:url('/images/mnul.png') left top no-repeat, url('/images/mnur.png') right top no-repeat, #f4edde;
	height:70px;
}
nav ul li {
	float:left;
	width:12.5%;
	height:70px;
	text-align: center;
	border-bottom:5px solid #786e46;
}
nav ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
nav ul li a, nav ul li a:active, nav ul li a:visited {
	font-family:Arial;
	font-size:16px;
	text-decoration: none;
	color:#000;
}
nav ul li a:hover {
	/*background-color:#b3a468;*/
	background: rgba(120,110,70,0.5);
	color:#fff;
}
main {
	background:url('/images/mainbg.png') repeat-y;
	padding-top:0;
	padding-bottom:0;
	margin:0 auto;
	display:block;
	width:862px;
}
pre {
	/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size:17px;
	color:#593939;
	font-style: oblique;
	padding-left:110px;
	padding-top:0;
	padding-bottom:0;
	margin:0;
}
form {
	margin-top:0;
}
label {
	width:100%;
	font-size:18px;
	display: block;
	margin-bottom:6px;
}
input:not([type="submit"]), textarea {
	width:100%;
	display: block;
	margin-bottom:14px;
	font-size:18px;
	background:rgba(255,255,255,0.2);
	border:1px solid #555;
	padding:6px;
}
textarea {
	resize:vertical;
	height:160px;
}
input[type="submit"] {
	width:200px;
	text-align: center;
	background:rgba(128,160,255,0.1);
	margin:0 auto 60px;
	border:1px solid #555;
	padding:8px 16px;
	font-size:18px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background:rgba(120,110,70,0.5);
	border:1px solid #111;
	color:#fff;
}
h1 {
	text-align:center;
	font-family:Arial;
	font-size:20px;
	color:#593939;
	font-style: oblique;
}
h2 {
	text-align:center;
	font-family:Arial;
	font-size:16px;
	color:#593939;
	font-style: oblique;
}
.grp {
	display:block;
}
.gfr {
	position:relative;
	left:50px;
	top:-21px;
	display:block;
}
.gtxt {
	position:relative;
	left:100px;
	top:-21px;
	display:block;
}
.clearfix {
	clear:both;
	height:75px;
}
.inf, .mok, .mfl {
	padding:10px;
	margin:0 auto;
	width:400px;
	text-align: center;
}
.inf {
	background:rgba(255,255,0,0.8);
	border:4px solid rgba(120,0,0,0.9);
	color:#000;
	margin-bottom:40px;
	font-weight: bold;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size:16px;
}
.mok {
	background:rgba(0,128,0,0.3);
	border:1px solid rgba(0,128,0,0.8);
	color:#000;
}
.mfl {
	background:rgba(255,0,0,0.7);
	border:1px solid rgba(255,0,0,0.9);
	color:#fff;
}
.coa {
	padding:0px;
	display:block;
	margin:0 auto;
	border:3px solid #d69c09;
	border-radius: 12px;
}
.hoc {
	width:200px;
	height: 200px;
	border:3px solid #d69c09;
	border-radius: 12px;
}
.hmli img {
	vertical-align: middle;
	margin:12px auto;
}
.hmt {
	width:calc(100% - 280px);
	display:inline-block;
	vertical-align: middle;
	padding:0 16px;
}
.hmli a:hover img {
	border:3px solid #000;
}
.hmli a:hover h1, .hmli a:hover h2 {
	text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px #786e46,0px 0px 10px #786e46;
}
.btmtxt {
	margin:20px auto;
	width:500px;
}
.btmtxt2 {
	margin:20px auto;
	width:300px;
}
.btmtxt h3, .btmtxt2 h3 {
	text-align: center;
	font-size:18px;
	font-weight: 700;
}
.btmtxt p, .btmtxt2 p {
	text-align: justify;
	font-size:14px;
}
.btmtxt h4, .btmtxt2 h4 {
	text-align: center;
	font-size:14px;
	font-weight: 400;
}
.ttls, .ttls2, .ttls3 {
	font-size:14px;
	font-weight: 700;
	margin-left:80px;
}
.ttls {text-indent: -30px;margin-left: 110px;}
.ttls3 {text-indent: -22px;margin-left: 110px;}
.ttls2 {margin-top:0;margin-bottom: 0;}
.noita {font-style:normal;}
.ita {font-style:oblique;}
.mart {margin-top:16px;}
h1.corb {
	font-family: 'Cooper', 'Corben', cursive;
	font-weight: 700;
	font-style:normal;
	font-size:26px;
}
.pos {
	position:relative;
	height:1.4em;
}
.posi {
	position: absolute;
	line-height: 1.4em;
}